Tasks-Explorer icon indicating copy to clipboard operation
Tasks-Explorer copied to clipboard

Process GPU monitor

Open mems opened this issue 7 years ago • 0 comments

Process Explorer have a GPU Graph tab for each processes : GPU Usage, GPU Memory (dedicated, system or committed). The app XRG have a graph for the GPU usage and memory but it's only a graph app (HUD) and there is no detail per process

  • https://github.com/mikepj/XRG/blob/master/Data%20Miners/XRGGPUMiner.m
  • https://gist.github.com/chockenberry/2afe4d0f1f9caddc81de
  • https://github.com/codykrieger/gfxCardStatus/blob/master/Classes/GSGPU.m
  • https://stackoverflow.com/questions/10110658/programmatically-get-gpu-percent-usage-in-os-x
  • https://askubuntu.com/questions/387594/how-to-measure-gpu-usage
  • https://askubuntu.com/questions/276039/how-can-i-find-the-memory-usage-on-my-gpu
  • https://github.com/phvu/cuda-smi

mems avatar Feb 27 '18 11:02 mems