解释和评估 Jmeter 输出
我正在使用 Jmeter 对大学项目的 RESTful Web 服务进行负载和压力测试。我已经使用 JMeter 成功返回结果,但我不确定什么构成可接受的性能水平。我应该通过我的网络服务实现什么水平的吞吐量等?
I am using Jmeter to carry out load and stress tests on a RESTful web service for a university project. I have used JMeter to successfully return results but I am not sure what constitutes an acceptable level of performance. What level of throughput etc. should i be looking to achieve with my web service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果可以的话,目标是少于 50us(微秒)。使用其他“好”网站的响应时间作为衡量标准。查看 google.com 和 bing.com 加载时间。有关更多“重”网站的示例,请参阅 cnn.com 或 nytimes.com。根据您的站点在计算或数据库读取方面的负载量,毫秒响应时间仍然可以。如果花费的时间超过 300 毫秒,那您就会感到不高兴,因为这对于当今的 CPU 时间来说是非常长的。
Aim for less than 50us (microsecond) if you can. Use other 'good' sites' response time as your yardstick. Check out google.com and bing.com load times. For more 'heavy' sites see cnn.com or nytimes.com for examples. Depending on how heavy your site is in term of calculation or database reads milliseconds response time are still ok. Be unhappy if it takes more than 300ms because that is an insanely long CPU time these days.