The Computer Oracle

How can I identify which processes are using the GPU?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Book End

--

Chapters
00:00 How Can I Identify Which Processes Are Using The Gpu?
00:35 Accepted Answer Score 19
00:46 Answer 2 Score 8
01:04 Answer 3 Score 1
01:25 Thank you

--

Full question
https://superuser.com/questions/585532/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #nvidiagraphicscard #gpu #monitoring #opencl

#avk47



ACCEPTED ANSWER

Score 19


Turns out Sysinternals' Process Explorer can do this (of course it can, there's nothing it can't do, apparently!).

Process Explorer GPU load by process




ANSWER 2

Score 8


Process Hacker, the open source alternative to Process Explorer, also shows the GPU usage.

Press CTRL+I to get the system information Window and click on the GPU Tab, so get a graph with the GPU usage.

enter image description here




ANSWER 3

Score 1


AMD Catalyst Control Center has an indicator of GPU activity in the Performance section. I would assume nVidia software has a similar output. It's usually associated with overclocking.

enter image description here

Otherwise you can download the free GPU-Z. It includes a GPU Load output.

enter image description here