rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.17k stars 264 forks source link

"Flickering" values #5

Closed AlessioMorale closed 5 years ago

AlessioMorale commented 5 years ago

Values are updated pretty often on screen (at least using ssh) and they are sometimes hard to read. A suggestion may be to perform a moving average of all values in background and show the averaged result once/twice per second.

rbonghi commented 5 years ago

Hi @AlessioMorale,

Now the interface is without flickering and is more stable than before. The GUI controller is completely rewritten and I change the refresh rate from 100hz to 500hz to decrease the process consumption.

If you want change the refresh rate you can set:

jtop -r RATE

where RATE is the new refresh rate in ms