测试PHP的响应时间
出于我的研究目的,我修改了 php sinterpreter,我想测试新修改的解释器的响应时间。所以我正在寻找一个可以帮助我实现目标的脚本。
我可以简单地请求一个记录开始时间和结束时间的页面,但我想测量 100 个请求所花费的平均时间。 Ajax之类的东西会有帮助吗?
For my research purposes, I have modified the php sinterpreter and I want to test the response time of the new modified interpreter. So I am looking for a script that would help me achieve my objective.
I could simply request for a page which records start time and the end time but I want to measure the average time taken for 100 requests. Will Ajax or something be of help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“页面”似乎意味着“在网络服务器中测试 PHP”(而不是命令行)。
Apache 的 ab 工作得很好:
A 'page' seems to imply 'test PHP in the webserver' (rather then command line).
Apache's ab works pretty OK for it: