shulieTech / Takin

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
Apache License 2.0
1.31k stars 330 forks source link

新增接口压测,设置最大并发数为1,压测时长为1分钟,报告中请求总数为626,数据库中也增加了626条数据,这个逻辑不太合理把 #97

Closed zhull123123 closed 2 years ago

zhull123123 commented 2 years ago

那压测条件设置的最大并发与压测时长与请求总数有什么关系? 那这626的请求数相当于jmeter当中的626个线程数了,这是如何分析的?

image

xuehuilu commented 2 years ago

@zhull123123 并发1表示有一个并发用户,不是TPS是1。 从图中的平均RT 94.44ms计算,TPS大约在10.6左右,跑59秒的话,应该是625.4个的请求,跟实际统计的626差不多,统计应该是没有问题的

xuehuilu commented 2 years ago

这个issue我先关闭了,有问题的话,可以再打开