解释和评估 Jmeter 输出

发布于 2024-12-05 17:10:41 字数 112 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-12-12 17:10:41

如果可以的话,目标是少于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文