You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jmervine edited this page Feb 8, 2013
·
4 revisions
Installing Dependencies:
# tested on centos 5.8, should work elsewhere
mkdir autoconf
cd autoconf
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
tar -xzvf autoconf-2.69.tar.gz
./configure
make
sudo make install
Install httperf:
git clone git@github.com:rubyops/httperf.git
cd httperf
autoreconf -i
./configure
make
sudo make install