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.14k stars 261 forks source link

Memory utilization snapshot in the CPU and GPU memory #32

Closed jasperchih closed 4 years ago

jasperchih commented 5 years ago

Hi,

i am looking forward to see the dynamic CPU and GPU memory utilization report during training. could have idea on how to get it from jetson_stats ?

thanks million

jasper chih

rbonghi commented 4 years ago

Hi @jasperchih ,

I'm adding a new example to use jtop like a library: https://github.com/rbonghi/jetson_stats/blob/develop/examples/log_data.py

This is what are you looking?

Raffaello