PC hardware tests suite needed

Asked by Vladimir Kryukov

Hi!
I'm looking for a program capable
of
1) identifying + graphics presentation of hardware installed (~lshw)
2) running components test (CPU, memory, HDD, ports, graphics
3) creating a log of test

Similar tasks but for dedicated components are done by
bonnie++ - hard drive bottleneck testing benchmark suite.
cpuburn - a collection of programs to put heavy load on CPU
I have seen dogtail and LDTP - good for tests customisation, but I'm looking for program w/ preset tests and routines.

Windows analogues are
BurnIn Test http://www.passmark.com/products/bit.htm
SiSoft Sandra
http://www.sisoftware.co.uk/index.html?dir=&location=pinformation&langx=ru&a=

Do You happen to know any Ubuntu/Linux programs like that?

thank You, Vladimir

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
- (a--deactivatedaccount) said :
#1

1. hardinfo also one called sysinfo (which i think you can save to log)

2.

You could try this script (using glxgears) from free3d.org for Gfx.

cat /proc/pci | grep VGA || lspci | grep VGA | colrm 1 4 ; cat /proc/cpuinfo | \
egrep "model name|MHz" ; xdpyinfo | egrep "version:|dimensions|depth of" ; glxinfo | \
egrep -A2 "direct rendering|OpenGL vendor" ; glxgears & sleep 25 ; killall glxgears

Can you help with this problem?

Provide an answer of your own, or ask Vladimir Kryukov for more information if necessary.

To post a message you must log in.