Skip to content

Instantly share code, notes, and snippets.

@clasense4
Created November 17, 2015 08:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save clasense4/47438a884cabca9e66c8 to your computer and use it in GitHub Desktop.
Save clasense4/47438a884cabca9e66c8 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