Skip to content

acoronadoc/stress-test-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published