aneudyp / stress-test-script

Script to make stress tests to an URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stress Test Script

This is a simple tool to create stress tests to your projects. You simply needs the URL and the number of concurrent requests.

Download

You may download the Jar file from https://github.com/acoronadoc/stress-test-script/tree/master/build/libs

Use it

For a simple usage:

java -jar charge-all-1.0.jar -url http://www.myurl.com/test.php -repeat 10

If you need to use a proxy:

java -jar charge-all-1.0.jar -url http://www.myurl.com/test.php -repeat 10 -proxyHost XX.XX.XX.XX -proxyPort YYYY

Source

For more information see source code at https://github.com/acoronadoc/stress-test-script/blob/master/src/main/java/com/lostsys/at/estres/Main.java

Contact

For contact to me you will found my contact information at my Developer blog

About

Script to make stress tests to an URL


Languages

Language:HTML 79.2%Language:Java 19.4%Language:CSS 1.4%