| .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. |
| .TH QPID-STAT "1" "October 2018" "qpid-stat (qpid-cpp) version 1.40.0" "User Commands" |
| .SH NAME |
| |
| qpid-stat \- Show QPID Broker Stats |
| .SH SYNOPSIS |
| |
| qpid-stat <commands> [OPTIONS] |
| .SH DESCRIPTION |
| |
| Shows general broker stats, connections, exchanges, queues, |
| subsriptions, access control list stats and broker memory stats. |
| |
| Usage: qpid-stat -g [options] |
| qpid-stat -c [options] |
| qpid-stat -e [options] |
| qpid-stat -q [options] [queue-name] |
| qpid-stat -u [options] |
| qpid-stat -m [options] |
| qpid-stat --acl [options] |
| .SH OPTIONS |
| .TP |
| \fB\-h\fR, \fB\-\-help\fR |
| show this help message and exit |
| .IP |
| General Options: |
| .TP |
| \fB\-b\fR <url>, \fB\-\-broker=\fR<url> |
| URL of the broker to query |
| .TP |
| \fB\-t\fR <secs>, \fB\-\-timeout=\fR<secs> |
| Maximum time to wait for broker connection (in |
| seconds) |
| .TP |
| \fB\-\-sasl\-mechanism=\fR<mech> |
| SASL mechanism for authentication (e.g. EXTERNAL, |
| ANONYMOUS, PLAIN, CRAM\-MD5, DIGEST\-MD5, GSSAPI). SASL |
| automatically picks the most secure available |
| mechanism \- use this option to override. |
| .TP |
| \fB\-\-sasl\-service\-name\fR=\fI\,SASL_SERVICE_NAME\/\fR |
| SASL service name to use |
| .TP |
| \fB\-\-ssl\-certificate=\fR<cert> |
| Client SSL certificate (PEM Format) |
| .TP |
| \fB\-\-ssl\-key=\fR<key> |
| Client SSL private key (PEM Format) |
| .TP |
| \fB\-\-ha\-admin\fR |
| Allow connection to a HA backup broker. |
| .IP |
| Command Options: |
| .TP |
| \fB\-g\fR, \fB\-\-general\fR |
| Show General Broker Stats |
| .TP |
| \fB\-c\fR, \fB\-\-connections\fR |
| Show Connections |
| .TP |
| \fB\-e\fR, \fB\-\-exchanges\fR |
| Show Exchanges |
| .TP |
| \fB\-q\fR, \fB\-\-queues\fR |
| Show Queues |
| .TP |
| \fB\-u\fR, \fB\-\-subscriptions\fR |
| Show Subscriptions |
| .TP |
| \fB\-m\fR, \fB\-\-memory\fR |
| Show Broker Memory Stats |
| .TP |
| \fB\-\-acl\fR |
| Show Access Control List Stats |
| .IP |
| Display Options: |
| .TP |
| \fB\-S\fR <colname>, \fB\-\-sort\-by=\fR<colname> |
| Sort by column name |
| .TP |
| \fB\-I\fR, \fB\-\-increasing\fR |
| Sort by increasing value (default = decreasing) |
| .TP |
| \fB\-L\fR <n>, \fB\-\-limit=\fR<n> |
| Limit output to n rows |
| .SH AUTHOR |
| |
| The Apache Qpid Project, dev@qpid.apache.org |
| .SH "REPORTING BUGS" |
| |
| Please report bugs to users@qpid.apache.org |