Great, Mark! Soon I'd like to use some of the test cases with the DBT2 (OLTP) PostgreSQL workload going on in the background. I have the workload running on dev4-013 (the Power system), but it just isn't quite yet tuned to be what I'd like ,namely a steady load with as high %cpu as I can get on an 8way. Will let you know when it's ready. I have a script already to trigger the workload... we just need to incorporate yours. I think tests 2 and 3 below look like good candidates for test cases to use. On Tue, 2005-07-26 at 16:27 -0700, Mark Delcambre wrote: > http://developer.osdl.org/dev/hotplug/tests/ > > With this release we have 4 of the 6 test cases. > > New: > hotplug06: Tests the patch for the 'top' utility. > > Updated: > hotplug03: Had an error in displaying the results. FIXED > All current test cases: Updated to display what each test does and updated to > same output format. > > > Descriptions of the tests are available here: > > http://www.developer.osdl.org/maryedie/HOTPLUG/planning/hotplug_cpu_test_plan_status.html > > Results on the 4-cpu PPC64 machine: > > # for file in hot*.sh; do echo; ./$file 3; done > > Name: Hotplug Test - Test Case 2 > Date: Tue Jul 26 16:05:02 PDT 2005 > Desc: What happens to a process when its' cpu is offlined? > Issue: Tasks wrongly migrated to a cpu while it is going off-line. > > Hotplug02 PASS - turned off CPU 3, process migrated to CPU 0 > Tue Jul 26 16:05:11 PDT 2005 > > Tue Jul 26 16:05:11 PDT 2005 > Hotplug Test: Test Case 3 > Name: Hotplug Test - Test Case 3 > Date: Tue Jul 26 16:05:11 PDT 2005 > Desc: Check task scheduled on newly on-lined CPU. > Issue: Tasks not scheduled on a newly on-lined cpu > > Hotplug03 PASS: do_spin_loop found on CPU3 > Tue Jul 26 16:05:16 PDT 2005 > > Name: Hotplug Test - Test Case 4 > Date: Tue Jul 26 16:05:16 PDT 2005 > Desc: Offline the last running CPU. > Issue: Allowing admin error of offlining the last remaining cpu. > > Hotplug04 PASS: Could not shutdown cpu0 > Tue Jul 26 16:05:23 PDT 2005 > > Name: Hotplug Test - Test Case 6 > Date: Tue Jul 26 16:05:23 PDT 2005 > Desc: Verify user tools can handle adding and removing CPUs. > Issue: Statistics tools will have to work to do many of the other cases. > > 19231 pts/3 00:00:00 top > Hotplug 06 PASS: PID 19231 still running. > Tue Jul 26 16:05:26 PDT 2005 > > > -Mark