How to perform a website stress test with changes in url parameters?

WBOY
Release: 2023-03-02 07:24:01
Original
1064 people have browsed it

I want to conduct a stress test on a web interface, but I need to simulate parameter changes. What kind of solution is generally better?
For example: http://www.myurl.com/index?na... I need the XXXX here to keep changing.

If you use ab, you can only perform stress tests on fixed URLs and fixed parameters.

Reply content:

I want to conduct a stress test on a web interface, but I need to simulate parameter changes. What kind of solution is generally better?
For example: http://www.myurl.com/index?na... I need the XXXX here to keep changing.

If you use ab, you can only perform stress tests on fixed URLs and fixed parameters.

Siege is a benchmarking tool that can support parameter changes. The official website has its manual:

https://www.joedog.org/siege-...

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!