开发者

Web Application Benchmarking

开发者 https://www.devze.com 2023-01-02 14:36 出处:网络
I have a web application written in PHP using MySQL that I would like开发者_如何学Go to test to see how many users it can handle, how much activity, etc.

I have a web application written in PHP using MySQL that I would like开发者_如何学Go to test to see how many users it can handle, how much activity, etc.

What method should I use to do this?


apache ab might help, as can sql-bench. It is however an art in itself to write a good stress test (urls, postvalues, etc.), and highly dependent on the actual project.

0

精彩评论

暂无评论...
验证码 换一张
取 消