Skip to content

Instantly share code, notes, and snippets.

@lilongen
Forked from clasense4/tsung.md
Created June 16, 2016 01:55
Show Gist options
  • Save lilongen/bed50043e3b7aa1a657ce8a9d54198e3 to your computer and use it in GitHub Desktop.
Save lilongen/bed50043e3b7aa1a657ce8a9d54198e3 to your computer and use it in GitHub Desktop.
Install tsung centos 7

Install tsung centos 7

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 xfz tsung-1.6.0.tar.gz
cd tsung-1.6.0
./configure && make && make install

mkdir /root/.tsung
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