cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.37k stars 442 forks source link

GPU Widget #170

Open talentlessguy opened 5 years ago

talentlessguy commented 5 years ago

It would be nice to see GPU usage widget, using intel_gpu_top or nvidia-smi. I know that both arent' supported on some devices but if it is supported it would be nice to see. Now I have to open a special tab for intel_gpu_top:

intel-gpu-top -  755/ 755 MHz;    0% RC6;  6.57 Watts;      229 irqs/s

      IMC reads:   ------ (null)/s
     IMC writes:   ------ (null)/s

          ENGINE      BUSY                                                                                MI_SEMA MI_WAIT
     Render/3D/0   54.49% |█████████████████████████████████████████▉                                   |      0%      0%
       Blitter/0    0.00% |                                                                             |      0%      0%
         Video/0    0.00% |                                                                             |      0%      0%
  VideoEnhance/0    0.00% |                                                                             |      0%      0%

intel_gpu_top source code | nvidia smi wrapper for golang