Skip to content
EntityQ4778888· pop 6· linked from 7 articles

ApacheBench

Sign in to save

Also known as ab

ApacheBench (ab is the real program file name) is a single-threaded command line computer program used for benchmarking (measuring the performance of) HTTP web servers. Originally it was used to test the Apache HTTP Server but it is generic enough to test any web server supporting HTTP/1.0 or HTTP/1.1 protocol versions.

~2 min read

Article

7 sections
Contents
  • History
  • Example usage
  • Concurrency versus threads
  • Detecting ApacheBench
  • See also
  • References
  • External links

ApacheBench (ab is the real program file name) is a single-threaded command line computer program used for benchmarking (measuring the performance of) HTTP web servers. Originally it was used to test the Apache HTTP Server but it is generic enough to test any web server supporting HTTP/1.0 or HTTP/1.1 protocol versions.

The ab tool is written in C and it comes bundled with the standard Apache source distribution, and like the Apache web server itself, is free, open source software and distributed under the terms of the Apache License.

Available in 6 languages

via Wikidata sitelinks · CC0

Connections

Categories