benchmarking a asp.net website, can I use jmeter?

前端 未结 3 1244
生来不讨喜
生来不讨喜 2021-02-09 01:24

just looking at jmeter, from what I can I see it is a desktop application, so is it safe to say I can use it to benchmark a windows server running asp.net?

any other rec

3条回答
  •  不要未来只要你来
    2021-02-09 02:03

    I recommend httperf from HP. As it just sends http requests it works regardless of the server you are testing on. You will need a linux machine to run it though. Another popular tool is Apache Benchmark (AB). I don't recommend it as the best tool available, but lots of benchmarks have been performed using this tool so it is easier to compare results and draw conclusions.

    Microsoft offers various other tools for testing, but are not as widely used.

提交回复
热议问题