ApacheBench
ApacheBench ( The HistoryThe original program was named Since 1997, 1998 Example usageab -n 10000 -c 10 "http://localhost/index.html"
This will execute 10000 HTTP GET requests, processing up to 10 requests concurrently, to the specified URL, in this example, For an extended example of Concurrency versus threadsNote that ApacheBench will only use one operating system thread regardless of the concurrency level (specified by the -c parameter). In some cases, especially when benchmarking high-capacity servers, a single instance of ApacheBench can itself be a bottleneck. When using ApacheBench on hardware with multiple processor cores, additional instances of ApacheBench may be used in parallel to more fully saturate the target URL. Detecting ApacheBenchThe ApacheBench User Agent string is ApacheBench/MAJOR.MINOR where MAJOR and MINOR represent the major and minor version numbers of the program.[4] It is usually not correctly categorised by web server log analysers such as Webalizer or AWStats, so running ApacheBench with a great number of requests may skew the results of the reports generated by these programs. See alsoReferences
External links |
Portal di Ensiklopedia Dunia