jetson_stats icon indicating copy to clipboard operation
jetson_stats copied to clipboard

Add NVME Temperature Monitoring

Open jmachuca77 opened this issue 1 year ago • 1 comments

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.

jmachuca77 avatar Nov 01 '23 22:11 jmachuca77

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

rbonghi avatar Jan 04 '24 15:01 rbonghi