Discussion:
[users] Sysbench fileio size issue
Jake G.
2013-10-21 06:35:04 UTC
Permalink
Hi all,?

Im using sysbench to benchmark disk read write speeds for CentOS.

My fileio test size is 10 GB, however when run random write or random read tests. It should that only 156.25MB have been transferred.
How can I force this test to use the full 10GB?

This is my command:
Random Read
sysbench --test=fileio --file-total-size=10G --file-test-mode=rndrd run


Random Write

sysbench --test=fileio --file-total-size=10G --file-test-mode=rndwr run


Thank you for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20131020/780c8862/attachment.html>
Ljubomir Ljubojevic
2013-10-21 06:58:06 UTC
Permalink
Post by Jake G.
Hi all,
Im using sysbench to benchmark disk read write speeds for CentOS.
My fileio test size is 10 GB, however when run random write or random
read tests. It should that only 156.25MB have been transferred.
How can I force this test to use the full 10GB?
You probably have to disable disk write caching? I do not have a
solution, just an idea.


Ljubomir Ljubojevic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20131021/3bf0f01b/attachment.html>
Loading...