wget https://github.com/httperf/httperf/archive/master.zip
unzip master.zip
cd httperf-masterChange ulimit -n to desired value, for example:
echo '* soft nofile 20000' >> /etc/security/limits.confyum install -y libtoolThe folder is not created automatically but must be present so that the autotools could work
mkdir m4autoreconf –install
autoconf configure.ac
./configure
make
make installThe binary is installed into /usr/local/bin/. Make sure it's in your PATH.