Discussion:
gfxtop - a linux application to measure graphics card load?
Robin Paulson
2011-03-28 21:45:41 UTC
Permalink
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for measuring
what the graphics card is doing?

pretty pictures/charts a bonus, but cli will do fine if that's all there is
--
robin

http://tangleball.org.nz/ - Auckland's Creative Space
http://openstreetmap.org.nz/ - Open Street Map New Zealand
http://bumblepuppy.org/blog/

_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Nick Rout
2011-03-29 02:09:25 UTC
Permalink
Post by Robin Paulson
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for measuring
what the graphics card is doing?
pretty pictures/charts a bonus, but cli will do fine if that's all there is
I think for appropriate cards there is nvidia-settings, which might
have some stats. It certainly reports the GPU temperature, which gives
a fair idea of how hard it is working :)

_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Oliver
2011-03-29 02:44:20 UTC
Permalink
Post by Nick Rout
Post by Robin Paulson
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for measuring
what the graphics card is doing?
pretty pictures/charts a bonus, but cli will do fine if that's all there is
I think for appropriate cards there is nvidia-settings, which might
have some stats. It certainly reports the GPU temperature, which gives
a fair idea of how hard it is working :)
_______________________________________________
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
I use aticonfig for my ATI card to measure temperature and load. It can
also control the fan which is nice.

HTH.
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Simon Bridge
2011-03-29 03:18:55 UTC
Permalink
Post by Oliver
Post by Nick Rout
Post by Robin Paulson
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for measuring
what the graphics card is doing?
pretty pictures/charts a bonus, but cli will do fine if that's all there is
I think for appropriate cards there is nvidia-settings, which might
have some stats. It certainly reports the GPU temperature, which gives
a fair idea of how hard it is working :)
_______________________________________________
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
I use aticonfig for my ATI card to measure temperature and load. It can
also control the fan which is nice.
nvidia
http://www.question-defense.com/2010/03/22/gpu-linux-shell-temp-get-nvidia-gpu-temperatures-via-linux-cli

... it does seem to be a matter of using the manfacturers tools for most
people - for eg. intel-gpu-tool package in maverick. I suspect it is
possible to do this more generically though:

http://superuser.com/questions/62233/cpu-hdd-gpu-temperture-monitor-ubuntu
... basically, use the generic sensors from the repos.





_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug

Vik Olliver
2011-03-29 02:56:35 UTC
Permalink
Post by Nick Rout
Post by Robin Paulson
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for measuring
what the graphics card is doing?
pretty pictures/charts a bonus, but cli will do fine if that's all there is
I think for appropriate cards there is nvidia-settings, which might
have some stats. It certainly reports the GPU temperature, which gives
a fair idea of how hard it is working :)
glxgears frames-per-second seems to be a standard speed test of sorts.

But I remember the Doom-mark benchtests :)

Vik :v)

_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Dagan McGregor
2011-03-29 03:01:52 UTC
Permalink
Post by Vik Olliver
On Tue, Mar 29, 2011 at 10:45 AM, Robin Paulson
Post by Robin Paulson
we have (cpu)top, iotop, nettop, and i'm sure others to measure load
on various parts of a system. so, is there an equivalent for
measuring
what the graphics card is doing?
pretty pictures/charts a bonus, but cli will do fine if that's all there is
I think for appropriate cards there is nvidia-settings, which might
have some stats. It certainly reports the GPU temperature, which gives
a fair idea of how hard it is working :)
glxgears frames-per-second seems to be a standard speed test of sorts.
But I remember the Doom-mark benchtests :)
It really does depend on whether you're wanting to measure the
performance real-time while doing a particular action (eg a heat monitor
widget on the desktop) or an overall system benchmark.

For the overall system benchmark, I would take a look at
openbenchmarking.org and http://www.phoronix-test-suite.com/

For the real-time monitoring I can only think that the usual sensor
apps would do the job.

Dagan

_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Loading...