1QPID-STAT(1) User Commands QPID-STAT(1)
2
3
4
6 qpid-stat - Show QPID Broker Stats
7
9 qpid-stat <commands> [OPTIONS]
10
12 Shows general broker stats, connections, exchanges, queues, subsrip‐
13 tions, access control list stats and broker memory stats.
14
15 Usage: qpid-stat -g [options]
16 qpid-stat -c [options]
17 qpid-stat -e [options]
18 qpid-stat -q [options] [queue-name]
19 qpid-stat -u [options]
20 qpid-stat -m [options]
21 qpid-stat --acl [options]
22
24 -h, --help
25 show this help message and exit
26
27 General Options:
28
29 -b <url>, --broker=<url>
30 URL of the broker to query
31
32 -t <secs>, --timeout=<secs>
33 Maximum time to wait for broker connection (in seconds)
34
35 --sasl-mechanism=<mech>
36 SASL mechanism for authentication (e.g. EXTERNAL, ANONYMOUS,
37 PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL automatically picks
38 the most secure available mechanism - use this option to over‐
39 ride.
40
41 --sasl-service-name=SASL_SERVICE_NAME
42 SASL service name to use
43
44 --ssl-certificate=<cert>
45 Client SSL certificate (PEM Format)
46
47 --ssl-key=<key>
48 Client SSL private key (PEM Format)
49
50 --ha-admin
51 Allow connection to a HA backup broker.
52
53 Command Options:
54
55 -g, --general
56 Show General Broker Stats
57
58 -c, --connections
59 Show Connections
60
61 -e, --exchanges
62 Show Exchanges
63
64 -q, --queues
65 Show Queues
66
67 -u, --subscriptions
68 Show Subscriptions
69
70 -m, --memory
71 Show Broker Memory Stats
72
73 --acl Show Access Control List Stats
74
75 Display Options:
76
77 -S <colname>, --sort-by=<colname>
78 Sort by column name
79
80 -I, --increasing
81 Sort by increasing value (default = decreasing)
82
83 -L <n>, --limit=<n>
84 Limit output to n rows
85
87 The Apache Qpid Project, dev@qpid.apache.org
88
90 Please report bugs to users@qpid.apache.org
91
92
93
94qpid-stat (qpid-cpp) version 1.38.M0arch 2018 QPID-STAT(1)