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

[FEA] add netstat, iostat, vfstat performance monitoring to jetson stats. #487

Open ZhenshengLee opened 8 months ago

ZhenshengLee commented 8 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Just like what this issue https://github.com/rbonghi/jetson_stats/issues/464 described, we may want to add more system performance indicator to the jtop.

After reading the official doc, there's already many indicators including cpu and memory but lacks of netio, vfs, and deviceio monitoring.

Describe the solution you'd like A clear and concise description of what you want to happen.

there are many interface to get these performance indexes, like iotop, netstat and so on.

rbonghi commented 8 months ago

This is a cool feature! I can add from the next releases