Skip to content

Instantly share code, notes, and snippets.

@simon-engledew
Forked from aviafelix/tsung-centos-install.txt
Created December 17, 2015 15:05
Show Gist options
  • Save simon-engledew/5770d95288dde9e319e7 to your computer and use it in GitHub Desktop.
Save simon-engledew/5770d95288dde9e319e7 to your computer and use it in GitHub Desktop.
installing tsung in centos
yum -y install erlang perl perl-RRD-Simple.noarch perl-Log-Log4perl-RRDs.noarch gnuplot perl-Template-Toolkit
wget http://tsung.erlang-projects.org/dist/tsung-1.6.0.tar.gz
tar zxfv tsung-1.6.0.tar.gz
cd tsung-1.6.0
./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment