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.16k stars 263 forks source link

Add NVME Temperature Monitoring #464

Open jmachuca77 opened 1 year ago

jmachuca77 commented 1 year ago

If the Jetson has an NVME installed it would be nice to be able to see the temperature from the NVME. We are having an issue with a custom carrier board where the NVME is overheating. NVME-CLI seems to have a solution for reading the temp out.

I have not found a real alternative for reading out the temperature in realtime.

rbonghi commented 10 months ago

Hi @jmachuca77

It's a feature that I was also thinking of adding on jtop, but the documentation on NVME devices is not clear! There are libraries available but not in Python, or the licensing doesn't permit me to use it.

I couldn't find any official documentation to manually read these values from the OS, so I couldn't create my personal driver. If you know references let me know.

Raffaello