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

报告中的请求总数计算方式 #94

Open hunluankj1220 opened 2 years ago

hunluankj1220 commented 2 years ago

报告中的请求总数跟页面数据有没有关系,或者跟设置的条件有没有关系,怎么算出来的 image

iengrave commented 2 years ago

请求总数是实际压测发起的请求数,和您提到的两个数据无关,是从jmeter的运行数据中获取的。 SA是根据您设置的条件来进行计算的,例如SA设置的RT是200ms,那么达标数/总数即为SA

hunluankj1220 commented 2 years ago

问下这个请求总数是直接获取的jm里面的,那么是不是表示开源是无法控制的。比如我想控制这个请求数只有200,数据库表只增加200条数据。或者我想控制并发每秒100。可以控制吗?