AppDynamics recommends using fio, a free tool for measuring disk I/O performance. Fio is meant to be used both for benchmark and stress/hardware verification. Fedora maintains builds of fio in their Extra Packages on Enterprise Linux (EPEL) repositories.
Related Links:
Note: Run the following as root user from the command line.
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install fio
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh epel-release-7-9.noarch.rpm
yum install fio
EPEL Reference https://fedoraproject.org/wiki/EPEL
Published on 06-02-2017.
These 2 "Related Links" are broken
Thanks, John!