Please see attached NUMA PATCH to induce time for Statistics collection in RHEL.
--Subrata--

diff -uprN ltp-orig/testcases/kernel/numa/numa01.sh ltp/testcases/kernel/numa/numa01.sh
--- ltp-orig/testcases/kernel/numa/numa01.sh	2007-08-30 14:03:19.000000000 +0530
+++ ltp/testcases/kernel/numa/numa01.sh	2007-08-30 14:59:57.000000000 +0530
@@ -368,6 +368,7 @@ test02()
         extract_numastat other_node $other_node $col || return 1
         Prev_value=$RC
         numactl --cpunodebind=$Node_num --preferred=$Preferred_node support_numa $ALLOC_1MB 
+	sleep 2s	#In RHEL collection of statistics takes more time.
         numastat > $LTPTMP/numalog
         extract_numastat other_node $other_node $col || return 1
         Curr_value=$RC
@@ -422,6 +423,7 @@ test03()
     done
 
     numactl --interleave=all support_numa $ALLOC_1MB 
+    sleep 2s        #In RHEL collection of statistics takes more time.
 
     numastat > $LTPTMP/numalog
     COUNTER=1
@@ -572,6 +574,7 @@ test06()
     done
 
     numactl --length=1M --file /dev/shm/numa_shm --interleave=all --touch
+    sleep 2s        #In RHEL collection of statistics takes more time.
 
     numastat > $LTPTMP/numalog
     COUNTER=1
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to