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

Jtop causes desktop operation jam #172

Closed carlyangdong closed 1 year ago

carlyangdong commented 3 years ago

jetpack version: Jetpack4.4/Jetpack4.5.1 HW: Agx Xavier jtop version: v3.1.1 cmd: sudo jtop

When I open jtop, all operations on the desktop become periodically stuck. moving the mouse, dragging the window and entering commands are not smooth, return to normal after shutdown jtop. The phenomenon is like executing "watch -n 3 nvpmodel -m 0". I guess jtop has a thread calling "nvpmodel" periodically, it can cause serious problems.

I'm not sure if everyone has the same problem.

Myzhar commented 3 years ago

I can confirm this issue. Sometimes it's like if the daemon takes too many resources. If you kill it and restart everything turns back to normal.

rbonghi commented 1 year ago

Found a bug on nvpmodel access, this issue seems now fixed, if you can try let me know:

sudo -H pip3 install jetson-stats==4.0.0rc3
rbonghi commented 1 year ago

This error should now be fixed with the latest release 4.0 try to install and check again

sudo -H pip install -U jetson-stats