Install Tsung

sudo apt-get install git build-essential autoconf

git clone https://github.com/processone/tsung.git

cd tsung

./configure

make

sudo make install

Credit: Jirayut for the installation steps