简体   繁体   English

locust.io中响应时间分布的目的是什么?

[英]What is the purpose of response time distribution in locust.io?

Would like to ask the experts here what is the purpose of response time distribution in locust.io ? 想问一下这里的专家在locust.io中响应时间分布的目的是什么? I could not figure out what does 50%, 60% means in the downloaded CSV. 我无法弄清楚下载的CSV中50%,60%意味着什么。

It shows the percentage of request completed given time interval which in table below means that 50% of the total requests to home is completed 160ms and 66% of requests are completed in 290ms and respectively goes on. 它显示了给定时间间隔内完成的请求百分比,下表中表示总回合请求的50%完成160ms,66%的请求在290ms内完成并分别继续。

You can make a risk analysis about the performance of the services with this table for example to cover 99% 2sec needed but for 100% 14sec 1% of requests has very long time waiting. 您可以使用此表对服务的性能进行风险分析,例如,覆盖所需的99%2秒,但对于100%14秒,1%的请求需要等待很长时间。

If your target is to have 300ms at most, you can just cover the 66% requests so you will take the risk of your 34% percent of user to lose. 如果您的目标最长时间为300毫秒,则可以覆盖66%的请求,这样您就可以承担34%的用户丢失风险。

Method  Name    #requests   50%  66%    75%  80%    90%     95%    98%   99%    100%
GET    /home    14151       160  290    400  600    800     1100   1700  2000   13934

I was also looking for this and didn't find anything in the documentation. 我也在寻找这个,并没有在文档中找到任何东西。 My best guess is that it is the percentage of time responses that are below the value given in the csv cells. 我最好的猜测是,时间响应的百分比低于csv单元格中给出的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Locust.io进行Windows身份验证? - Windows Authentication with Locust.io? Locust.io python 中的 AWS 身份验证 - AWS authentication in Locust.io python 将locust.io用户分为运行自己任务集的不同段的正确方法是什么? - What's the right way to group locust.io users into different segments that are running their own task sets? Locust.io 负载测试出现“连接中止 BadStatusLine”错误 - Locust.io Load Testing getting "Connection aborted BadStatusLine" Errors Fiddler 未捕获来自 locust.io v1.1.1 的流量 - Fiddler not capturing traffic from locust.io v1.1.1 Locust.io 顺序任务集未按顺序运行 - Locust.io sequential task set not running sequentially 安装locust.io错误(退出状态2失败) - Installing locust.io error (failed with exit status 2) Locust.io 我如何在 locust.io 上使用不同的用户,而不会在我启动/停止新运行时出现系统故障 - Locust.io how could i use different users on locust.io without the system bugging when i start/stop for a new run 是否可以在locust.io的WEB输出数据中结合类似的GET请求? - Isit possible to union the similar GET requests in WEB output data in locust.io? Locust.io:运行时警告:greenlet.greenlet 大小已更改,可能表示二进制不兼容 - Locust.io: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM