You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
Makefile | 7 months ago | |
README | 7 months ago | |
cpuctl_fj_cpu-hog.c | 7 months ago | |
cpuctl_fj_simple_echo.c | 7 months ago | |
run_cpuctl_test_fj.sh | 7 months ago |
README
TEST SUITE: The directory cpuctl_fj contains the tests related to the cpu controller. Cpu controller is a mechanism for assigning cpu resource (in percent) to a set of tasks. There are total 22 testcases that have been added. These testcases contain the basis operation test and part functionality test of cpu controller. NOTE: the test can be run by root only. TESTS AIM: The aim of the tests is to test the functionality of cpu controller. FILES DESCRIPTION: run_cpuctl_test_fj.sh -------------------- This script runs all the 22 testcases. cpuctl_fj_cpu-hog.c -------------------- The program does a calculation of sqrt till catched a signal. cpuctl_fj_simple_echo.c -------------------- The command "echo" can't return the errno. So we write this program to instead of "echo". Makefile -------------------- The usual makefile for this directory README ------ The one you have gone through.