Skip to content
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
Clone this wiki locally