OpenSRP load testing uses the tool Tsung.

Tsung is a heavy duty, load-testing tool that is used to benchmark the performance of servers and applications.

The main main advantage of Tsung is 

More feature of Tsung are on http://tsung.readthedocs.io/en/latest/features.html

Installing Tsung on Ubuntu

  1. Download the latest version from http://tsung.erlang-projects.org/dist/. OpenSRP uses the current version 1.7.0. Run 
    wget http://tsung.erlang-projects.org/dist/tsung-1.7.0.tar.gz
  2. tar zxvf tsung-1.7.0.tar.gz

  3. cd tsung-1.7.0

  4. ./configure

  5.  make

  6.  make install


  7.  Check the version of tsung installed on your system.tsung -v

    11.7.0.7.0