While this isn't necessarily for overclocking, I found this new project (to me anyway) called
Linux Test Project. Here is some information on what this package can do:
Quote:
|
Originally Posted by LTP Howto
Linux Test Project (LTP) is an open source project with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The LTP test suite is a collection of automated and semi-automated tests for testing various aspects of the Linux operating system.
|
Quote:
|
Originally Posted by LTP Howto
#
Contents of the LTP test suite
The top level directory or LTP rootdirectory ./ltp-yyyymmdd contains SHELL scripts and various source directories. These scripts may be used to execute the test cases, the scripts execute the test cases using the test driver called pan.
Scripts
IDcheck.sh
The test suite requires that certain users and groups (For example User:nobody Group:nobody.) exist on the system. This script will create these users and groups. This script is called from the top level Makefile located in the LTP root directory.
runalltests.sh
This driver script runs a majority of tests in the LTP. It can also be easily modified to run a custom list of tests if required.
By default, this script will execute:
* filesystem stress tests
* disk I/O tests
* memory management stress tests
* ipc stress
* scheduler tests
* commands functional varification tests
* system call functional varification tests
The script is named runalltest.sh but it does not run all the tests in the LTP.
networktests.sh
This script executes the networking related tests. Before executing this script, two environment variables must be set RHOST (Remote Host Name) and PASSWD (root password of the remote host).
diskio.sh
This script executes tests related to floppy and CD-ROM drives. These tests require that a floppy disk and CD-ROM media be present in the respective drives.
|
Looks like this project could be helpful to us.