From d25f137b5658e602d26249b39dde4c4a9876ae7b Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 7 Jul 2008 20:30:40 +0000 Subject: This is related to QPID-1162 Added a README file to describe what the tests are and how they can be run. Modified to consumers to print the iteration number instead of the message id. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674622 13f79535-47bb-0310-9956-ffa450edef68 --- java/testkit/bin/soak_report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/testkit/bin') diff --git a/java/testkit/bin/soak_report.sh b/java/testkit/bin/soak_report.sh index 9753cf79d8..7a17255016 100644 --- a/java/testkit/bin/soak_report.sh +++ b/java/testkit/bin/soak_report.sh @@ -130,12 +130,12 @@ print_system_stats() cleanup() { - kill -9 `ps aux | grep soak_client | awk '{ print $2 }'` + kill -9 `ps aux | grep soak | awk '{ print $2 }'` } print_results() { - printf "\n======================================================= \n" + printf "\n======================================================= \n" print_rates MultiThreadedConsumer_1.log printf "\nConsumer process stats " printf "\n----------------------- \n" -- cgit v1.2.1