Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliesbelik/2f37294812d85f8c0dfe to your computer and use it in GitHub Desktop.
Save aliesbelik/2f37294812d85f8c0dfe 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 firefox
wget http://tsung.erlang-projects.org/dist/tsung-x.x.x.tar.gz
tar zxfv tsung-1.4.2.tar.gz
cd tsung-1.4.2
./configure && make && make install
cp /usr/share/doc/tsung/examples/http_simple.xml /root/.tsung/tsung.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment