
StressItOut
Source (link to git-repo or to original if based on someone elses unmodified work):
Its main purpose is to strain the computer to ensure the hardware is in good state. There are several test modules: CPU load, memory test, 2D OpenGL painting, 3D OpenGL rendering, hard drives, optical drives, serial ports transmission, and parallel ports.
This software, when ready for release, will mainly be aimed at the QA departments of hardware-manufacturing companies, who need to ensure their newly produced machines perform correctly under heavy workloads, and that all their components work as expected.
v0.1
- Fixed GLU includes, needed for Qt >=4.8 (Thanks go to Stqn for reporting!).
- Added Ukrainian and Russian translations (Thanks to Drool, ALT Linux contributor).
- Very basic lm_sensors support.
- Some network interfaces information.
- Better test-widgets layout.
- Better CPU load test.
- Optional debug messages (run with --debug).
- Code cleanup.
v0.0.013
- Basic system analysis and hardware detection.
- Logging works.
- Functional multi-threaded CPU test (very simple operations).
- Semi-functional Memory test (just reads).
- Functional 2D test (paints some primitives).
- Functional 3D test (paints a rotating pyramid).
- Semi-functional Disk test (just reads).
- Functional Optical drive test (reads and counts errors).
- Dummy serial port test (no checking).
- Parallel port and Network tests not implemented.
Ratings & Comments
3 Comments
http://aur.archlinux.org/packages.php?ID=50274
Thanks for the PKGBUILD :)
Thanks for your work :)