smart-test-ti / SoloX

💯SoloX - Real-time collection tool for Android/iOS performance data.(Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具)
https://smart-test-ti.github.io/solox
MIT License
994 stars 177 forks source link

【Feature】输出的折线图每10s才进行一次绘制,间隔过于长了,能否优化至1-2s #69

Closed morningofowl closed 2 years ago

morningofowl commented 2 years ago

输出的折线图每10s才进行一次绘制,间隔过于长了,能否优化至1-2s

rafa0128 commented 2 years ago

输出的折线图每10s才进行一次绘制,间隔过于长了,能否优化至1-2s

基本就是每秒都更新数据的,应该是终端性能跟不上了,建议换一下终端试试 windows:https://github.com/microsoft/terminal mac:https://iterm2.com/

morningofowl commented 2 years ago
image

可能理解有偏差,我说的是浏览器上的这个折线图,不是终端的输出

rafa0128 commented 2 years ago
image

可能理解有偏差,我说的是浏览器上的这个折线图,不是终端的输出

就是这个,因为多进程收集指标会吃性能一点,在一些终端里面会撑不住,我的在IDE里面跑也很慢的,找一些专门做终端的软件跑试试,solox是每2秒收集一次

morningofowl commented 2 years ago
image

可能理解有偏差,我说的是浏览器上的这个折线图,不是终端的输出

就是这个,因为多进程收集指标会吃性能一点,在一些终端里面会撑不住,我的在IDE里面跑也很慢的,找一些专门做终端的软件跑试试,solox是每2秒收集一次

哦哦,意思就是我的命令需要在你推荐的item2中试试是吧,因为采集的数据是吃性能的,最终呈现在浏览器中的数据展示也是受这个数据采集的影响