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.17k stars 264 forks source link

Is there a way to save output of jtop to a file? #149

Closed TrueWodzu closed 3 years ago

TrueWodzu commented 3 years ago

Hi,

basically the title says all, I would like to save statistics to a file to use them later.

scrouzet commented 3 years ago

Hi, jetson_stats/examples/jtop_logger.py shows how to save jtop data to a csv file using the python package.

TrueWodzu commented 3 years ago

Thank you.