Performance measures include elapsed time of the test, the amount of data transferred (including headers), the response time of the server, its transaction rate, its throughput, its concurrency and the number of times it returned OK. These measures are quantified and reported at the end of each run.3
This is a sample of siege output:
Siege has essentially three modes of operation: regression, internet simulation and brute force. It can read a large number of URLs from a configuration file and run through them incrementally (regression) or randomly (internet simulation). Or the user may simply pound a single URL with a runtime configuration at the command line (brute force).4
Siege was written on Linux and has been successfully ported to AIX, BSD, HP-UX, and Solaris. It compiles on most UNIX System V variants and on most newer BSD systems.5
Test your Web server: Lay Siege to it!, Tech Republic https://www.techrepublic.com/article/test-your-web-server-lay-siege-to-it/ ↩
Load Testing and Benchmarking With Siege https://public.grokola.com/#search/guid/solution/0e0bdf7a-93a7-48c7-b2b7-9b8bcc20fd6b ↩
Joe Dog Software http://www.joedog.org/siege-home/ ↩