[jbosscache-commits] JBoss Cache SVN: r6343 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jul 21 06:15:19 EDT 2008


Author: mircea.markus
Date: 2008-07-21 06:15:19 -0400 (Mon, 21 Jul 2008)
New Revision: 6343

Modified:
   benchmarks/benchmark-fwk/trunk/killNode.sh
Log:
fixed the killnode.sh

Modified: benchmarks/benchmark-fwk/trunk/killNode.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/killNode.sh	2008-07-18 18:02:19 UTC (rev 6342)
+++ benchmarks/benchmark-fwk/trunk/killNode.sh	2008-07-21 10:15:19 UTC (rev 6343)
@@ -6,7 +6,7 @@
 #
 ##################################################################################
 
-ps -elf | grep cacheBenchFwk.cacheWrapperClassName | grep -v grep | cut -d \  -f 5 | xargs kill -9
-ps -elf | grep allJBossCacheTests.sh | grep -v grep | cut -d \  -f 5 | xargs kill -9
-ps -elf | grep /runNode.sh | grep -v grep | cut -d \  -f 5 | xargs kill -9
+ps -elf | grep cacheBenchFwk.cacheWrapperClassName | grep -v grep | cut -c 14-20 | xargs -r kill -9
+ps -elf | grep allJBossCacheTests.sh | grep -v grep | cut -c 14-20 | xargs -r kill -9
+ps -elf | grep /runNode.sh | grep -v grep | cut -c 14-20 | xargs -r kill -9
 exit 0
\ No newline at end of file




More information about the jbosscache-commits mailing list