VOOZH about

URL: https://en.wikipedia.org/wiki/Web_server_benchmarking

⇱ Web server benchmarking - Wikipedia


Jump to content
From Wikipedia, the free encyclopedia
Estimation of web server performance
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Web server benchmarking" – news · newspapers · books · scholar · JSTOR
(May 2022) (Learn how and when to remove this message)
The topic of this article may not meet Wikipedia's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Web server benchmarking" – news · newspapers · books · scholar · JSTOR
(June 2023) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Web server benchmarking is the process of estimating a web server performance in order to find if the server can serve sufficiently high workload.

Key parameters

[edit]

The performance is usually measured in terms of:

  • Number of requests that can be served per second (depending on the type of request, etc.);
  • Latency response time in milliseconds for each new connection or request;
  • Throughput in bytes per second (depending on file size, cached or not cached content, available network bandwidth, etc.).

The measurements must be performed under a varying load of clients and requests per client.

Tools for benchmarking

[edit]

Load testing (stress/performance testing) a web server can be performed using automation/analysis tools such as:


Web application benchmarks

[edit]

Web application benchmarks measure the performance of application servers and database servers used to host web applications. TPC-W was a common benchmark emulating an online bookstore with synthetic workload generation.

References

[edit]

External links

[edit]