Skip to content

Technopope/http2benchmark

This branch is 36 commits behind http2benchmark/http2benchmark:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eric
Nov 22, 2019
905a55f · Nov 22, 2019

History

73 Commits
Nov 21, 2019
Nov 18, 2019
Oct 18, 2019
Oct 14, 2019
Nov 22, 2019
Nov 22, 2019

Repository files navigation

HTTP2Benchmark

Preparation

  • This test requires two servers -
    - First one is where requests go(Test Server)
    - The second one is where the requests come from (Client Server)
  • You must have root-level access on both servers.
  • TCP 22, 80, 443, and 5001 and UDP 443 must be open and accessible on both the servers.

How to benchmark

Install Pre-Requisites

For CentOS/RHEL Based Systems -

yum install git

For Debian/Ubuntu Based Systems -

apt install git

Server Install

git clone https://github.com/http2benchmark/http2benchmark.git
http2benchmark/setup/server/server.sh

Client Server Install

git clone https://github.com/http2benchmark/http2benchmark.git
http2benchmark/setup/client/client.sh

During installation on the client server, The script will prompt to input [Test Server IP], after which, it will show you a public key [copy the public key to the Test server], and then [click any key] to finish the installation, like so:

Please input target server IP to continue: [Test Server IP]
Please add the following key to ~/.ssh/authorized_keys on the Test server
ssh-rsa .................................................................
.........................................................................
.. root@xxx-client
Once complete, click ANY key to continue: 

How to test

Run the following commands on the Client Server -

/opt/benchmark.sh

Log

After benchmark testing is complete, an elaborated result is displayed, feel free to share it.

It also stores the same logs for each test here - /opt/Benchmark/TIME_STAMP/:

/opt/Benchmark/
   |_TIME_STAMP.tgz
   |_TIME_STAMP 
       |_RESULTS.csv
       |_RESULTS.txt
       |_apache
       |_lsws
       |_nginx
       |_env

TIME_STAMP will be replaced by actual server-time for each test.

Customization

Feel free to play with the script, specially benchmarks.sh to edit options, You can also run bash benchmark.sh -h on client-server to learn more about available options.

Check HERE if you want to run benchmarking with modsecurity enabled.

Problems/Suggestions/Feedback/Contribution

Please raise an issue on the repository, or send a PR for contributing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.9%
  • HTML 7.1%