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

JTOP for dGPU's #564

Open iamwavecut opened 3 months ago

iamwavecut commented 3 months ago

I miss jtop in my developer experience daily routine, as I\m no longer working with Jetson. Is there any chance that it would be ported to be used with dGPU's? That would be a dream come true.

If not, please recommend any alternative that you know of.

rbonghi commented 2 months ago

Hi @iamwavecut I'm still working on a dGPU release, and I hope to release it soon. There is a branch under development https://github.com/rbonghi/jetson_stats/tree/feature/dgpu

Meanwhile, I'm developing this release, you can use another tool that I like: nvtop

iamwavecut commented 2 months ago

I use both nvtop and nvitop and also btm, but they lack the versatility of jtop :)

I hope you'll make it happen!

Thanks @rbonghi