Web page stress testing tools
Parallel access:
Format: /parallel/concurrent number(1-99)/your-url
Example: start 99 concurrent accesses to the special page 'http://localhost:8080/path', you can input /parallel/99/http://localhost:8080/path
Note:concurrent number should be between 1 and 99.
Serial access:
Format: /serial/access number(1-99)/delay/delay time(unit:second)(1-99)/your-url
Example:Access the page 'http://localhost:8080/path' every 5 second, continue 88 times. You can input /serial/88/delay/5/http://localhost:8080/path .
Note:access number should be between 1 and 99. delay time should between 1 and 99 seconds。
Serial + Parallel access:
Format: /serial/access number(1-99)/delay/delay time(unit:second)(1-99)/http://stress-testing.appspot.com/parallel/concurrent number(1-99)/your-url
Example: Access the page 'http://localhost:8080/path' every 5 second, continue 88 times, each time start 99 concurrent accesses。Total access is 88×99 times。
/serial/88/delay/5/http://stress-testing.appspot.com/parallel/99/http://localhost:8080/path