6 comments

  • uberduper 38 minutes ago

    There's a few dimensions you can look at for gpu load. Probably the easiest indirect metric to watch for gpu load is power usage.

    But if you really care about this, you should actually profile your application. nsight systems makes this pretty simple to do. Dunno how many actually care about having a TUI.

  • jhgg 44 minutes ago

    We just track power utilization.

  • xtimecrystal 2 hours ago

    One small suggestion: add more GPU stats to your tool.

    At the moment (v0.1.3) it is more helpful for compute visualization but keeping track of memory usage/processes/temperature/fan speed/etc. prevent this from becoming a full-on drop-in replacement for `nvidia-smi` for me.

    • ManyaGhobadi 26 minutes ago

      We agree! We are planning a "process" or "advanced" view with temp/power usage and per-process breakdowns. Would a separate full page view or fitting everything onto one view be more useful for your workflows? Just thinking about fitting everything in because it is a lot

  • nawi an hour ago

    Hi, many thx, does the os can run on nvidia jetson and orin? Or just for server gpu?

    • ManyaGhobadi 20 minutes ago

      Currently just server GPU, but theoretically it should be easy to link against the ARM64 CUDA libraries for Jetson/Orin. The only challenge would be to check if it supports all the metrics we're sampling, though anything Ampere or newer should have reasonable support.