Closed rowen9 closed 1 year ago
I have the same issue. I currently have agx orin and can provide any info needed from it to help in fixing.
Hi @rowen9 and @Bobby-88
Sorry for my late reply; I am still fixing all these bugs! I really appreciate you collecting all these bugs. Thank you.
sudo tegrastats
and check if there are changes on on of these variables: GR3D or GR3D2, you should read something like: GR3D X%@ Y GR3D is the GPU engine. X = Percent of the GR3D that is being used, relative to the current running frequency. Y = GR3D frequency in megahertz
nvpmodel
from from terminal and check if you have the same issue and let me know :-) I made a new release candidate
sudo -H pip install jetson-stats==4.0.0rc3
check if all your bugs are fixed (I hope so :-) )
Thanks Raffaello. I tried installing it right away and it hung on
Building wheel for jetson-stats (setup.py) ... -
i tried running it verbose:
sudo -H pip install jetson-stats==4.0.0rc3 --verbose
and here is where it hangs:
[skipped]
running build_scripts
creating build/scripts-3.8
copying scripts/jetson_swap -> build/scripts-3.8
copying scripts/jetson_release -> build/scripts-3.8
copying scripts/jetson_config -> build/scripts-3.8
installing to build/bdist.linux-aarch64/wheel
running install
not sure, maybe it's smth on my side tho.
Need a bit of time (2-3min) to uninstall and reinstall jtop, but should work.
Let me know if is installed now
It didn't work in auto mode - i've waited for 20+ min. Instead, i've uninstalled jetson_stats manually and installed via your command - and it worked. Everything seems to work except jetson_clocks status. Even tho i've enabled it - jtop shows it inactive. Not a big issue tho. Thanks once more.
Thank you! Good to hear now is working; I will take a look at the reason why the installation crashed.
About jetson_clock are you working with an AGX Orin?
Yes, AGX Orin dev kit 32GB
On 5 Jan 2023, at 11:25, Raffaello Bonghi @.***> wrote:
Thank you! Good to hear now is working; I will take a look at the reason why the installation crashed.
About jetson_clock are you working with an AGX Orin?
— Reply to this email directly, view it on GitHub https://github.com/rbonghi/jetson_stats/issues/292#issuecomment-1371973023, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDPUZNPEXFTJ6MRMHUPLGLWQ2HR3ANCNFSM6AAAAAARVZX24U. You are receiving this because you were mentioned.
Thank you! I meanwhile close this issue. After the final release, most of all, these bugs will finally be fixed.
Describe the bug
It's not bug, but a good part to improve on the UI. CPU order is strange (not 1, 2, 3 ... , but 1, 10, 2, 3, ..)
When I ran jetson samples(using CUDA GPU), There is no change in GPU gauge and temperature. The GPU tab also looks the same, so it doesn't seem to be recognized.
I hope my report will help you. Thank you for creating a useful program.