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.32k stars 330 forks source link

压测目标为总体 tps #63

Open zhaofb opened 3 years ago

zhaofb commented 3 years ago

现在的压测目标是单独设置压测的 tps,但是对于用户来说只知道当前的系统总共的 tps 应该在多少是安全的,所以建议将压测目标的 tps 设置成应用总的 tps,至于压测 tps 到底是多少则 将设置的目标 tps减去当前业务的 tps,这个可以保证在哪个时间段压测系统的总 tps 都是在期望之内,避免产生额外风险

zhaofb commented 3 years ago

需要在此基础上支持摸高的场景,可以通过支持动态调整 tps 来支持