For monitoring CPU usage, there is top (well, I use htop). Is there a top-like utility for GPUs?

I have an ATI Radeon HD 4650 in a computer running Debian Squeeze (x86). Thing is, it's running headless, so I don't want a utility that requires X.

I've searched and only found nVidia stuff, and stuff that requires X.

I know lm_sensors can tell me the temperature, but I want to see the GPU usage.

link|improve this question

Out of curiosity, what's the impetus for looking at GPU load on a headless machine? Are you delegating non-graphical processing to the GPU? – asfallows Aug 15 '11 at 15:35
@asfallows: OpenCL apps. Such as Bitcoin mining. :-) – Rocket Aug 15 '11 at 15:39
feedback

1 Answer

up vote 2 down vote accepted

Based on what I've found, there isn't already a tool like top or conky for GPU load, but for ATI cards, you can get a decent amount of information from aticonfig, and you can also add checks of that information to a conky config.

I found information that will probably be useful here. A help page for aticonfig can be found here.

link|improve this answer
Thanks. I figured aticonfig could do it, but its got way too many options. – Rocket Aug 15 '11 at 15:36
feedback

Your Answer

 
or
required, but never shown

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