rabbitmq-diagnostics.8
NAME
rabbitmq-diagnostics — RabbitMQ diagnostics, monitoring and health checks tools
SYNOPSIS
rabbitmq-diagnostics | [-q] [-s] [-l] [-n node] [-t timeout] command [command_options] |
DESCRIPTION
rabbitmq-diagnostics is a command line tool that provides commands used for diagnostics, monitoring and health checks of RabbitMQ nodes. See the RabbitMQ documentation guides to learn more about RabbitMQ diagnostics, monitoring and health checks.
rabbitmq-diagnostics allows the operator to inspect node and cluster state. A number of health checks are available to be used interactively and by monitoring tools.
By default if it is not possible to connect to and authenticate with the target node (for example if it is stopped), the operation will fail. To learn more, see the RabbitMQ Monitoring guide
OPTIONS
-nnodeDefault node is "rabbit@target-hostname", where target-hostname is the local host. On a host named "myserver.example.com", the node name will usually be "rabbit@myserver" (unless
RABBITMQ_NODENAMEhas been overridden). The output of "hostname -s" is usually the correct suffix to use after the "@" sign. See rabbitmq-server(8) for details of configuring a RabbitMQ node.-q,--quiet- Quiet output mode is selected. Informational messages are reduced when quiet mode is in effect.
-s,--silent- Silent output mode is selected. Informational messages are reduced and table headers are suppressed when silent mode is in effect.
-ttimeout,--timeouttimeout- Operation timeout in seconds. Not all commands support timeouts. Default is
infinity. -l,--longnamesMust be specified when the cluster is configured to use long (FQDN) node names. To learn more, see the RabbitMQ Clustering guide
--erlang-cookiecookieShared secret to use to authenticate to the target node. Prefer using a local file or the
RABBITMQ_ERLANG_COOKIEenvironment variable instead of specifying this option on the command line. To learn more, see the RabbitMQ CLI Tools guide
COMMANDS
Most commands provided by rabbitmq-diagnostics inspect node and cluster state or perform health checks.
Commands that list topology entities (e.g. queues) use tab as column delimiter. These commands and their arguments are delegated to rabbitmqctl(8).
Some commands ( list_queues, list_exchanges, list_bindings and list_consumers) accept an optional vhost parameter.
The Prints usage for all available commands. Displays CLI tools version See See See See See See See See Lists resource alarms, if any, in the cluster. See RabbitMQ Resource Alarms guide to learn more. Example: Displays the node certificates for every listener on target node that is configured to use TLS. Example: Health check that fails (returns with a non-zero code) if there are alarms in effect on any of the cluster nodes. See RabbitMQ Resource Alarms guide to learn more. Example: Checks the expiration date on the certificates for every listener on target node that is configured to use TLS. Supported time units are: days weeks months years Example: Health check that fails (returns with a non-zero code) if there are alarms in effect on the target node. See RabbitMQ Resource Alarms guide to learn more. Example: Health check that fails (returns with a non-zero code) if any listener ports on the target node cannot accept a new TCP connection opened by The check only validates if a new TCP connection is accepted. It does not perform messaging protocol handshake or authenticate. See RabbitMQ Networking guide to learn more. Example: Health check that fails (returns with a non-zero code) if the target node is not listening on the specified port (there is no listener that uses that port). See RabbitMQ Networking guide to learn more. Example: Health check that fails (returns with a non-zero code) if the target node does not have a listener for the specified protocol. See RabbitMQ Networking guide to learn more. Example: Health check that fails (returns with a non-zero code) if the RabbitMQ application is not running on the target node. If Example: Health check that checks if all vhosts are running in the target node Example: Lists cipher suites enabled by default. To list all available cipher suites, add the --all argument. Example: Displays target node's command-line arguments and flags as reported by the runtime. Example: Streams internal events from a running node. Output is jq-compatible. Example: Runs a peer discovery on the target node and prints the discovered nodes, if any. See RabbitMQ Cluster Formation guide to learn more. Example: See Outputs a hashed value of the shared secret used by the target node to authenticate CLI tools and peers. The value can be compared with the hash found in error messages of CLI tools. See RabbitMQ Clustering guide to learn more. Example: Reports target node's Erlang/OTP version. Example: Reports if RabbitMQ application is currently booting (not booted/running or stopped) on the target node. Example: Reports if RabbitMQ application is fully booted and running (that is, not stopped) on the target node. Example: See See See See See See See See See Lists listeners (bound sockets) on this node. Use this to inspect what protocols and ports the node is listening on for client, CLI tool and peer connections. See RabbitMQ Networking guide to learn more. Example: Prints the last N lines of the log on the node Example: ] Streams logs from a running node for a period of time Example: Periodically samples stack traces of all Erlang processes ("lightweight threads") on the node. Reports the processes for which stack trace samples are identical. Identical samples may indicate that the process is not making any progress but is not necessarily an indication of a problem. Example: Displays node's memory usage by category. Supported memory units are: bytes megabytes gigabytes terabytes See RabbitMQ Memory Use guide to learn more. Example: Starts a CLI observer interface on the target node Example: Most basic health check. Succeeds if target node (runtime) is running and See Performs sampling of runtime (kernel) threads' activity for interval seconds and reports it. For this command to work, Erlang/OTP on the target node must be compiled with microstate accounting support and have the runtime_tools package available. Example: See Reports target node's version. Example: See Lists all TLS versions supported by the runtime on the target node. Note that RabbitMQ can be configured to only accept a subset of those versions, for example, SSLv3 is deactivated by default. See RabbitMQ TLS guide to learn more. Example: See See See See See Shows log file location(s) on target node Example: See See See See list_queues, list_exchanges and list_bindings commands accept an optional virtual host parameter for which to display results. The default value is "/".Help
help [-l] [command_name]-l, --list-commandsversionNodes
waitwait in rabbitmqctl(8)Cluster
cluster_statuscluster_status in rabbitmqctl(8)Users
list_userslist_users in rabbitmqctl(8)Access Control
list_permissions [-p vhost]list_permissions in rabbitmqctl(8)list_topic_permissions [-p vhost]list_topic_permissions in rabbitmqctl(8)list_user_permissions usernamelist_user_permissions in rabbitmqctl(8)list_user_topic_permissions usernamelist_user_topic_permissions in rabbitmqctl(8)list_vhosts [vhostinfoitem ...]list_vhosts in rabbitmqctl(8)Monitoring, observability and health checks
alarmsrabbitmq-diagnostics alarmscertificatesrabbitmq-diagnostics certificatescheck_alarmsrabbitmq-diagnostics check_alarmscheck_certificate_expiration [--unit time_unit] [--within seconds]rabbitmq-diagnostics check_certificate_expiration --unit weeks --within 6check_local_alarmsrabbitmq-diagnostics check_local_alarmscheck_port_connectivityrabbitmq-diagnosticsrabbitmq-diagnostics check_port_connectivitycheck_port_listener portrabbitmq-diagnostics check_port_listener 5672check_protocol_listener protocolrabbitmq-diagnostics check_protocol_listener mqttcheck_runningrabbitmqctl(8) was used to stop the application, this check will fail.rabbitmq-diagnostics check_runningcheck_virtual_hostsrabbitmq-diagnostics check_virtual_hosts --timeout 60cipher_suitesrabbitmq-diagnostics cipher_suites --format openssl --allcommand_line_argumentsrabbitmq-diagnostics command_line_arguments -n rabbit@hostnameconsume_event_stream [--duration seconds | -d seconds] [--pattern pattern] [--timeout milliseconds]rabbitmq-diagnostics consume_event_stream -n rabbit@hostname --duration 20 --pattern queue_.*discover_peersrabbitmq-diagnostics discover_peers --timeout 60environmentenvironment in rabbitmqctl(8)erlang_cookie_hashrabbitmq-diagnostics erlang_cookie_hash -qerlang_versionrabbitmq-diagnostics erlang_version -qis_bootingrabbitmq-diagnostics is_bootingis_runningrabbitmq-diagnostics is_runninglist_bindings [-p vhost] [bindinginfoitem ...]list_bindings in rabbitmqctl(8)list_channels [channelinfoitem ...]list_channels in rabbitmqctl(8)list_cipherslist_ciphers in rabbitmqctl(8)list_connections [connectioninfoitem ...]list_connections in rabbitmqctl(8)list_consumers [-p vhost]list_consumers in rabbitmqctl(8)list_exchanges [-p vhost] [exchangeinfoitem ...]list_exchanges in rabbitmqctl(8)list_hasheslist_hashes in rabbitmqctl(8)list_queues [-p vhost] [--offline | --online | --local] [queueinfoitem ...]list_queues in rabbitmqctl(8)list_unresponsive_queues [--local] [--queue-timeout milliseconds] [column ...] [--no-table-headers]list_unresponsive_queues in rabbitmqctl(8)listenersrabbitmq-diagnostics listenerslog_tail [--number number | -N number [--timeout milliseconds]rabbitmq-diagnostics log_tail --number 100log_tail_stream [--duration seconds | -d seconds] [--timeout milliseconds]rabbitmq-diagnostics log_tail_stream --duration 60maybe_stuckrabbitmq-diagnostics maybe_stuck -qmemory_breakdown [--unit memory_unit]rabbitmq-diagnostics memory_breakdown --unit gigabytesobserver [--interval seconds]rabbitmq-diagnostics observer --interval 10pingrabbitmq-diagnostics can authenticate with it successfully.reportreport in rabbitmqctl(8)runtime_thread_stats [--sample-interval interval]rabbitmq-diagnostics runtime_thread_stats --sample-interval 15schema_info [--no_table_headers] [column ...] [--timeout milliseconds]schema_info in rabbitmqctl(8)server_versionrabbitmq-diagnostics server_version -qstatusstatus in rabbitmqctl(8)tls_versionsrabbitmq-diagnostics tls_versions -qParameters
list_global_parameterslist_global_parameters in rabbitmqctl(8)list_parameters [-p vhost]list_parameters in rabbitmqctl(8)Policies
list_operator_policies [-p vhost]list_operator_policies in rabbitmqctl(8)list_policies [-p vhost]list_policies in rabbitmqctl(8)Virtual hosts
list_vhost_limits [--vhost vhost] [--global] [--no-table-headers]list_vhost_limits in rabbitmqctl(8)Node configuration
log_location [--all | -a] [--timeout milliseconds]rabbitmq-diagnostics log_location -aFeature flags
list_feature_flags [column ...] [--timeout milliseconds]list_feature_flags in rabbitmqctl(8)Queues
quorum_status queue [--vhost vhost]quorum_status in rabbitmq-queues(8)check_if_cluster_has_classic_queue_mirroring_policycheck_if_cluster_has_classic_queue_mirroring_policy in rabbitmq-queues(8)check_if_node_is_quorum_criticalcheck_if_node_is_quorum_critical in rabbitmq-queues(8)
SEE ALSO
rabbitmqctl(8), rabbitmq-server(8), rabbitmq-queues(8), rabbitmq-streams(8), rabbitmq-upgrade(8), rabbitmq-service(8), rabbitmq-env.conf(5), rabbitmq-echopid(8)
AUTHOR
The RabbitMQ Team <contact-tanzu-data.pdl@broadcom.com>