http://www.joedog.org/siege/index.php
About: Siege is a regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis.
Changes: This release adds improved compliance with HTTP/1.1, including chunked encoding and proper compliance with Basic Authentication challenges. Variable evaluation was added in both the urls.txt file and the .siegerc file. Binary data can now be posted to a Web server. Several performance enhancements were included, and some code consolidation was done.
HTTP 压力测试的好东东,支持 GET、POST、COOKIE 以及 Basic Authentication。
No comments yet.