More generally, how can you check the current status of your GPU? (current number of threads running, memory state, and so on).

(I'm using linux, so Windows-only solutions, while interesting, won't solve my problem)

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted
+50

If you are using Nvidia, you could use the Visual Profiler utility included in the CUDA Toolkit :

image1

For Radeon, perhaps the ATI Tray Tools can do the same (but I am not sure).

link|improve this answer
Pretty cool, and it seems to work on Linux, too! I'll probably award you the bounty, will just wait a bit more to see if other people have other solutions to offer. – Peltier Oct 25 '11 at 18:24
feedback

I use GPU-Z.

enter image description here

enter image description here

link|improve this answer
1  
The screenshots don't show any computation monitoring capabilities... Does it really have them? – Peltier Oct 25 '11 at 18:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.