summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/bin
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-07-07 20:30:40 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-07-07 20:30:40 +0000
commit6e92b10d74de7c8acd9803e6488c13673ceadd40 (patch)
tree3fb434dc25fffddd764a671da3c238c17767b6db /qpid/java/testkit/bin
parent0ed50d22182873d604a6208c753a464605d514b8 (diff)
downloadqpid-python-6e92b10d74de7c8acd9803e6488c13673ceadd40.tar.gz
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@674622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/bin')
-rw-r--r--qpid/java/testkit/bin/soak_report.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/testkit/bin/soak_report.sh b/qpid/java/testkit/bin/soak_report.sh
index 9753cf79d8..7a17255016 100644
--- a/qpid/java/testkit/bin/soak_report.sh
+++ b/qpid/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"