I'm running the qpid-bench tool that comes with Apache qpid against a couple different machines to bench mark the performance. I haven't been able to find any documentation on the output/results from the qpid-bench program. Here are the results from a sample test:
$ qpid-bench
broker = localhost
port = 5672
count = 1000000
window = 100000
sample = 100000
size = 1024
mode = BOTH
timestamp = false
message_id = false
message_cache = false
persistent = false
jms_publish = false
jms_consume = false
help = false
IoReceiver - localhost/127.0.0.1:5672 2011-12-23 09:39:11,427 INFO ...
IoReceiver - localhost/127.0.0.1:5672 2011-12-23 09:39:11,427 INFO ...
NP: Fri Dec 23 09:39:11 PST 2011 --
-- NC: Fri Dec 23 09:39:11 PST 2011
NP: 100000 6246.49 6246.49 --
-- NC: 100000 6205.01 6205.01
NP: 200000 6775.07 7401.38 --
-- NC: 200000 6758.58 7420.60
NP: 300000 6795.94 6838.07 --
-- NC: 300000 6782.27 6830.13
NP: 400000 6618.02 6136.10 --
-- NC: 400000 6609.28 6139.49
NP: 500000 6673.07 6902.74 --
-- NC: 500000 6662.31 6883.26
NP: 600000 6723.89 6990.07 --
-- NC: 600000 6707.36 6942.03
NP: 700000 6780.32 7139.80 --
-- NC: 700000 6775.07 7211.89
NP: 800000 6679.08 6047.05 --
-- NC: 800000 6673.67 6040.84
NP: 900000 6547.26 5654.51 --
-- NC: 900000 6538.56 5627.15
Producer Completed
Consumer Completed
I'll guess NP is the number published and NC is the number consumed per window. The first number is the number count of messages sent/received. What do the second and third numbers mean?