- Fio
resides in agit repo, the canonical place is:
download
http://brick.kernel.dk/snaps/
#
#
# tar -
# cd
#
# make
#
#
fio isan I /O tool that will spawna number of threads or processes doing a particulartype of io action as specified by the user.
https://apps.fedoraproject.org/packages/fio
- GitHub -
axboe /fio : Flexible I/O Tester
sysbench is a scriptable multi-threaded benchmark tool based onLuaJIT .
- The
dd utility is really not useful as a benchmarking tool, but it is an excellent tool touse to break in SSDs before you run a real benchmark like FIO orSysbench
Fio is one of my favorite tools to benchmark SSD or HDD I/O because it's so flexible. You can run sequential read and write tests,
On CentOS 7 / Fedora you need to
I strongly suggest using both FIO and Sysbench to measure I/O performance because every utility will provide a slightly different view of performance, and the results may not be the same between
https://wiki.mikejung.biz/Benchmarking#Install_Fio_on_CentOS_7
No comments:
Post a Comment