You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since I upgraded to jetson_stats version 3.0.0, running jtop shows constant CPU utilization of > 50% in all active cores.
Furthermore, shown total power consumption in jtop is now around 2000 mW, before it was at 940 mW shown in jtop when the board was idling.
To Reproduce
Open terminal
Run jtop. Observe significant CPU utilization
Quit jtop. Run tegrastats. CPU utilization is now back at only a few percent.
Expected behavior
Very low CPU on an idle board running only jtop
Additional context
I'm running the Jetson nano board in headless mode and without X-Windows running, to reduce processor and memory load as much as possible. Above examples were recorded logged in via ssh.
Bug occurs in both nvpmodel modes. In mode 0, all four cores are at ~ 30% during running jtop. Bug also regardless of running under root or user.
As CPU utilization is at ~50% on two cores, and ~ 30% on four cores, it looks like the program loop is constantly running and not sleeping correctly during idle.
The text was updated successfully, but these errors were encountered:
Thank you for your issue, clear and complete!
I caught this bug :-)
There is a thread that not sleep (for Nano and Xavier NX), but read without stop "jetson_clocks --show" I will release a new package before the end of this week to fix this issue.
I'm testing on a jetson xavier nx with 2 cores without jetson_clocks
Right now I cannot decrease the speed lower than an average of 18%, because I don't have enough experience with python profilers.
I will keep you posted when I will improve the performance of jtop, anyway is in plan to don't use anymore tegrastats and jetson_clocks. Only running these sub processes I lose a lot of performances.
Describe the bug
Since I upgraded to jetson_stats version 3.0.0, running
jtop
shows constant CPU utilization of > 50% in all active cores.Furthermore, shown total power consumption in jtop is now around 2000 mW, before it was at 940 mW shown in jtop when the board was idling.
To Reproduce
jtop
. Observe significant CPU utilizationtegrastats
. CPU utilization is now back at only a few percent.Screenshots
On parallel terminal output of
tegrastats
:Expected behavior
Very low CPU on an idle board running only
jtop
Additional context
I'm running the Jetson nano board in headless mode and without X-Windows running, to reduce processor and memory load as much as possible. Above examples were recorded logged in via ssh.
Bug occurs in both
nvpmodel
modes. In mode0
, all four cores are at ~ 30% during runningjtop
. Bug also regardless of running under root or user.Output of
jetson_release -v
:As CPU utilization is at ~50% on two cores, and ~ 30% on four cores, it looks like the program loop is constantly running and not sleeping correctly during idle.
The text was updated successfully, but these errors were encountered: