ChugR commented on a change in pull request #828:
URL: https://github.com/apache/qpid-dispatch/pull/828#discussion_r473134867
##########
File path: docs/man/qdstat.8.adoc
##########
@@ -412,6 +412,285 @@ The operational status of this auto link:
lastErr::
The description of the last attach failure that occurred on this auto link.
+qdstat --policy
+~~~~~~~~~~~~~~~
+
+Maximum Concurrent Connections::
+The maximum number of concurrent client connections allowed for this router.
+
+Maximum Message Size::
+The maximum size in bytes of AMQP message transfers allowed for this router as
messages enter the
+router network. This limit is applied to transfers over user connections and
to transfers to interior
+routers from edge routers.
+
+Enable Vhost Policy::
+Enables the router to enforce the connection denials and resource limits
defined in the configured
+vhost policies.
+
+Enable Vhost Name Patterns::
+Enable vhost name patterns. When false vhost hostnames are treated as literal
strings.
+When true vhost hostnames are treated as match patterns.
+
+Policy Directory::
+The absolute path to a directory that holds vhost policy definition files in
JSON format (*.json).
+
+Default Vhost::
+The name of the default vhost policy. This policy rule set is applied to a
connection for which a
+vhost policy has not otherwise been configured. Processing for the default
vhost is enabled by
+default and set to select vhost '$default'. To disable default vhost
processing set defaultVhost
+to blank or do not define a vhost named '$default'.
+
+Connections Processed::
+Count of all incoming connection attempts.
+
+Connections Denied::
+Count of all incoming connection attempts denied by policy.
+
+Connections Current::
+Count of currently active incoming connections.
+
+Links Denied::
+Count of all sender and receiver policy denials summed across all vhosts.
+
+Maximum Message Size Denied::
+Count of all maxMessageSize policy denials summed across all vhosts.
+
+Total Denials::
+Count of all policy denials for any reason summed across all vhosts.
+
+qdstat --vhosts
+~~~~~~~~~~~~~~~
+
+hostname::
+The hostname of the vhost. This vhost policy will be applied
Review comment:
Agreed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]