how to install ioping

Code:
mkdir -p /usr/local/src 2>/dev/null
cd /usr/local/src
wget http://ioping.googlecode.com/files/ioping-0.6.tar.gz
tar xvfz ioping-0.6.tar.gz
cd ioping-0.6
make
make install
 
With this source code, i have also solution for my ioping installation, Thank you very much
Code:
mkdir -p /usr/local/src 2>/dev/null
cd /usr/local/src
wget http://ioping.googlecode.com/files/ioping-0.6.tar.gz
tar xvfz ioping-0.6.tar.gz
cd ioping-0.6
make
make install
 
Back
Top