jetson_stats icon indicating copy to clipboard operation
jetson_stats copied to clipboard

Jtop causes desktop operation jam

Open carlyangdong opened this issue 2 years ago • 1 comments

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.

carlyangdong avatar Sep 10 '21 07:09 carlyangdong

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.

Myzhar avatar Sep 23 '21 09:09 Myzhar

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 avatar Jan 04 '23 12:01 rbonghi

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

rbonghi avatar Jan 05 '23 19:01 rbonghi