Home  >  Article  >  Backend Development  >  How to perform a website stress test with changes in url parameters?

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

WBOY
WBOYOriginal
2016-12-01 00:56:531094browse

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-...

Statement:
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