digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Web Hosting (https://www.digitalfaq.com/forum/web-hosting/)
-   -   How to install ioping on CentOS and Ubuntu/Debian (https://www.digitalfaq.com/forum/web-hosting/5270-how-install-ioping.html)

kpmedia 08-23-2013 02:55 PM

How to install ioping on CentOS and Ubuntu/Debian
 
CentOS
Code:

yum groupinstall "Development Tools"
Code:

wget https://ioping.googlecode.com/files/ioping-0.6.tar.gz
tar zxvf ioping-0.6.tar.gz
cd ioping-0.6
make
make install

Debian / Ubuntu
Code:

wget https://ioping.googlecode.com/files/ioping-0.6.tar.gz
tar zxvf ioping-0.6.tar.gz
cd ioping-0.6
make
make install

Do not use 0.7, as the values are in "us" (not ms) and kilobytes (not mb/s). Harder to interpret the results.


All times are GMT -5. The time now is 04:48 PM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.