how to create simulator for web application for load test and stress test

前端 未结 3 1765
-上瘾入骨i
-上瘾入骨i 2021-01-16 16:28

how can i record the web server log files and replay the the recorded server logs so that i can latter run the logs and check the load on sql server.

ex. number of r

3条回答
  •  星月不相逢
    2021-01-16 17:20

    Here are a couple tools that you might find useful:

    Selenium is a suite of tools specifically for testing web applications. http://seleniumhq.org/

    ab (Apache HTTP server benchmarking tool) is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving. http://httpd.apache.org/docs/2.0/programs/ab.html

提交回复
热议问题