gpt4 book ai didi

php - 模拟来自不同客户端的不同行每秒 400 次更新

转载 作者:行者123 更新时间:2023-11-29 22:40:39 25 4
gpt4 key购买 nike

我想进行压力测试,看看当每秒更新 400 个不同的行,同时每秒对随机行进行一次选择时,是否会发生锁定或死锁。

我有 PHP 中的方法可以做到这一点。问题是我如何同时模拟 400 个更新(例如来自不同用户的更新)

关于这个答案: Simultaneous Requests to PHP Script

Will the requests be queued?

the requests come from the same client AND the same browser; mostbrowsers will queue the requests in this case, even when there isnothing server-side producing this behaviour.

我现在正在尝试多重 curl 。同时发送 400 个请求。但我现在每秒只能获得大约 25 次更新。

最佳答案

I wouldn't do this with PHP and/or curl.... I'd use a dedicated performance testing tool like Gatling

就是这样。伟大的工具马克,非常感谢。

关于php - 模拟来自不同客户端的不同行每秒 400 次更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29368539/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com