Teste de Performance em Linux
De MochilaWiki
Revisão de 02h41min de 31 de maio de 2014 por Banto Palmarino (discussão | contribs)
Ferramentas de Test
- http://tutorfreebr.blogspot.com.br/2012/11/gtkperf-ferramenta-simples-para-testar.html
- https://unigine.com/products/valley/download/
- http://gtkperf.sourceforge.net/
- http://www.phoronix-test-suite.com/
- http://openbenchmarking.org/tests/pts
- https://launchpad.net/glmark2
- http://www.geeks3d.com/gputest/
- http://askubuntu.com/questions/5417/how-to-get-gpu-info
- http://www.cnx-software.com/2013/01/09/piglit-opengl-driver-testing-framework-now-works-with-arm-linux-opengl-es/
Placa ATI Radeon
http://support.amd.com/pt-br/download/desktop?os=Linux+x86#amd-catalyst-packages
verificando o driver usado
apt-get install mesa-utils
lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
grep LoadModule /var/log/Xorg.0.log