Author: aconway
Date: Wed Dec 5 07:00:52 2007
New Revision: 601352
URL: http://svn.apache.org/viewvc?rev=601352&view=rev
Log:
Fixed errors in usage text.
Modified:
incubator/qpid/trunk/qpid/cpp/src/tests/perfdist
Modified: incubator/qpid/trunk/qpid/cpp/src/tests/perfdist
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/perfdist?rev=601352&r1=601351&r2=601352&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/perfdist (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/perfdist Wed Dec 5 07:00:52 2007
@@ -5,15 +5,12 @@
cat <<EOF
usage: $0 <perftest-args> --pubhosts <publish-hosts> --subhosts
<subscribe-hosts>
-All perftest args must come before --pubhost or --subhost. Runs one
-publish process on each publish-host, one subscribe process on each
-subscribe-host. To run multiple processes on the same host, list it
-more than once.
+All perftest args must come before --pubhosts or --subhosts. If
+--npubs or --nsubs is larger than corresponding hosts list, the list
+is used round-robin.
Do not pass action flags --setup, --control, --publish, --subscribe they
will be passed to the appropriate processes.
-
-Do not pass --nsubs or --npubs, they are calculated by counting the host lists.
EOF
exit 1
}