Skip to content

Instantly share code, notes, and snippets.

@toritori0318
Created September 12, 2016 16:25
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 toritori0318/8489a61fa2a44837be5f1eefba9b16b9 to your computer and use it in GitHub Desktop.
Save toritori0318/8489a61fa2a44837be5f1eefba9b16b9 to your computer and use it in GitHub Desktop.
tsung install for amazon linux
yum update -y
yum groupinstall -y "Development Tools"
yum install -y erlang perl perl-devel perl-Template-Toolkit openssl-devel
git clone https://github.com/processone/tsung
cd tsung
./configure && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment