Skip to content

Instantly share code, notes, and snippets.

@aliesbelik
Forked from clasense4/tsung.md
Created March 1, 2016 14:44
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/284cf1c8896bc04f8563 to your computer and use it in GitHub Desktop.
Save aliesbelik/284cf1c8896bc04f8563 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