Friday, May 3, 2019

Installing Iozone on CentOS 7


I followed these instructions: http://repoforge.org/use/


> yum install http://repository.it4i.cz/mirrors/repoforge/redhat/el7/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

> yum install --enablerepo=rpmforge-extras iozone


Install from sources:
cd /opt
wget http://www.iozone.org/src/current/iozone3_490.tar
tar -xvf iozone3_490.tar
cd iozone3_490/src/current
make linux-AMD64


No comments:

Post a Comment