Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the role of VDO additional read-write BW? #48

Closed
Baimax-123 opened this issue May 6, 2022 · 2 comments
Closed

What is the role of VDO additional read-write BW? #48

Baimax-123 opened this issue May 6, 2022 · 2 comments
Assignees

Comments

@Baimax-123
Copy link

I use the FIO tool for random writing and iostat to monitor the VDO volume and hard disk at the same time.
The VDO volume only has write BW, but there are both read and write BW in the hard disk (the approximate data is as follows: the read BW is the same as the write BW of the VDO volume, and the write BW is twice the write BW of the VDO volume).
Can you roughly describe the role of this additional bandwidth introduction?
As mentioned in the following table, VDO volumes are built directly on the hard disk.
The FIO write command is:
sudo fio -filename=/dev/mapper/vdo_2 --bs=4k --output write4k.log --direct=1 --iodepth=128 --rw=randwrite --ioengine=libaio --buffer_compress_percentage=54 --buffer_compress_chunk=4096 --offset=0 --size=100% --runtime=50000s --time_based=1 --group_reporting --numjobs=4
vdo_2 is the name.
Thanks.

@rhawalsh
Copy link
Member

rhawalsh commented May 6, 2022

Hi @Baimax-123 I believe I just answered this in this comment.

@rhawalsh rhawalsh self-assigned this May 6, 2022
@Baimax-123
Copy link
Author

Yes. And thanks for your answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants