https://github.com/wg/wrk
apt install unzip -y
apt-get install build-essential libssl-dev git -y
apt install make
git clone https://github.com/wg/wrk.git
cd wrk/
make
cp wrk /usr/local/bin
wrk -t12 -c400 -d30s --latency http://www.sina.com
This runs a benchmark for 30 seconds, using 12 threads, and keeping 400 HTTP connections open.