hyj1991 / easy-monitor

企业级 Node.js 应用性能监控与线上故障定位解决方案
http://www.devtoolx.com
BSD 2-Clause "Simplified" License
3.09k stars 240 forks source link

压测处理时,QPS坐标轴有问题 #141

Closed kekobin closed 4 years ago

kekobin commented 4 years ago

大佬,我在压测时,QPS坐标轴展示如下: image

很明显,纵坐标qps已经乱了,且实际的最大QPS已经将近1.8w,坐标轴的上线才7K多。这里是不是有问题

kekobin commented 4 years ago

找个问题了,是数值上万后,charts宽度不够,将万位数字截掉了

hyj1991 commented 4 years ago

是的,这里的图表是我基于 svg 自己封装的,没有用开源的那些图表库。。。存在一些 bug,这里我修下

hyj1991 commented 4 years ago

已经修复: https://github.com/X-Profiler/xprofiler-console/commit/ed1cbfc20682544354aa1b1b79f28fbf34f27754

更新下 xprofiler-console 即可