网页压力测试工具
并行访问:
格式:/parallel/并发数(1-99)/你的URL
例子:对http://localhost:8080/path同时启动99个访问:/parallel/99/http://localhost:8080/path
注意:次数大小只能1-99。
串行访问:
格式:/serial/次数(1-99)/delay/延迟时间(单位为秒)(1-99)/你的URL
例子:对http://localhost:8080/path每隔5秒访问一次,依次访问88次:/serial/88/delay/5/http://localhost:8080/path
注意:次数大小只能1-99。延迟单位为秒,大小只能1-99。
串行+并行访问:
格式:/serial/次数(1-99)/delay/延迟时间(单位为秒)(1-99)/http://stress-testing.appspot.com/parallel/并发数(1-99)/你的URL
例子:每隔5秒对http://localhost:8080/path同时启动99个访问,重复88次。即共访问88×99次。
/serial/88/delay/5/http://stress-testing.appspot.com/parallel/99/http://localhost:8080/path