Blog

Installing ioping to Benchmark HDD/SSD on CentOS 7

If you want to benchmark the storage speed or storage i/o latency on a CentOS VPS or server, ioping is an excellent tool to use. Follow the steps below to install ioping on CentOS 7 and run a test.

How to Install ioping

Create and navigate to the directory where ioping will be installed.

cd ~
mkdir ioping
cd ioping

Download the installation file using wget.

wget https://github.com/koct9i/ioping/archive/v1.0.tar.gz

Extract the tarball file.

tar -xzvf v1.0.tar.gz

Enter the directory and compile ioping.

cd ioping-1.0
make ioping

Usage

Ioping has a list of built-in commands. Run ioping without any arguments to show the list.

ioping

To show sequential latency, enter the following command.

ioping -R /dev/sda

To determine the latency of the entire drive, run this command.

ioping -c 10 /

 

 

This entry was posted in Linux VPS, Tech Support, VPS Hosting. Bookmark the permalink. Trackbacks are closed, but you can post a comment.



Questions? We're here to help.