$ <broker_instance_dir>/bin/artemis help check node
Copy to ClipboardCopied!Toggle word wrapToggle overflow
您会看到输出,它们描述了您可以在 artemis check node 命令中使用的一组选项。
NAME
artemis check node - Check a node
SYNOPSIS
artemis check node [--backup] [--clientID <clientID>]
[--diskUsage <diskUsage>] [--fail-at-end] [--live]
[--memoryUsage <memoryUsage>] [--name <name>] [--password <password>]
[--peers <peers>] [--protocol <protocol>] [--silent]
[--timeout <timeout>] [--up] [--url <brokerURL>] [--user <user>]
[--verbose]
OPTIONS
--backup
Check that the node has a backup
--clientID <clientID>
ClientID to be associated with connection
--diskUsage <diskUsage>
Disk usage percentage to check or -1 to use the max-disk-usage
--fail-at-end
If a particular module check fails, continue the rest of the checks
--live
Check that the node has a live
--memoryUsage <memoryUsage>
Memory usage percentage to check
--name <name>
Name of the target to check
--password <password>
Password used to connect
--peers <peers>
Number of peers to check
--protocol <protocol>
Protocol used. Valid values are amqp or core. Default=core.
--silent
It will disable all the inputs, and it would make a best guess for any required input
--timeout <timeout>
Time to wait for the check execution, in milliseconds
--up
Check that the node is started, it is executed by default if there are no other checks
--url <brokerURL>
URL towards the broker. (default: tcp://localhost:61616)
--user <user>
User used to connect
--verbose
Adds more information on the execution
NAME
artemis check node - Check a node
SYNOPSIS
artemis check node[--backup][--clientID <clientID>][--diskUsage <diskUsage>][--fail-at-end][--live][--memoryUsage <memoryUsage>][--name <name>][--password <password>][--peers <peers>][--protocol <protocol>][--silent][--timeout <timeout>][--up][--url <brokerURL>][--user <user>][--verbose]
OPTIONS
--backup
Check that the node has a backup
--clientID<clientID>
ClientID to be associated with connection
--diskUsage<diskUsage>
Disk usage percentage to check or -1 to use the max-disk-usage
--fail-at-end
If a particular module check fails, continue the rest of the checks
--live
Check that the node has a live
--memoryUsage<memoryUsage>
Memory usage percentage to check
--name<name>
Name of the target to check
--password<password>
Password used to connect
--peers<peers>
Number of peers to check
--protocol<protocol>
Protocol used. Valid values are amqp or core. Default=core.
--silent
It will disable all the inputs, and it would make a best guess for any required input
--timeout<timeout>
Time to waitfor the check execution, in milliseconds
--up
Check that the node is started, it is executed by default if there are no other checks
--url<brokerURL>
URL towards the broker. (default: tcp://localhost:61616)--user<user>
User used to connect
--verbose
Adds more information on the execution
Copy to ClipboardCopied!Toggle word wrapToggle overflow
<broker_instance_dir>/bin/artemis help check queue
$ <broker_instance_dir>/bin/artemis help check queue
Copy to ClipboardCopied!Toggle word wrapToggle overflow
您会看到输出,它们描述了您可以在 artemis 检查队列 命令中使用的一组选项。
NAME
artemis check queue - Check a queue
SYNOPSIS
artemis check queue [--browse <browse>] [--clientID <clientID>]
[--consume <consume>] [--fail-at-end] [--name <name>]
[--password <password>] [--produce <produce>] [--protocol <protocol>]
[--silent] [--timeout <timeout>] [--up] [--url <brokerURL>]
[--user <user>] [--verbose]
OPTIONS
--browse <browse>
Number of the messages to browse or -1 to check that the queue is
browsable
--clientID <clientID>
ClientID to be associated with connection
--consume <consume>
Number of the messages to consume or -1 to check that the queue is consumable
--fail-at-end
If a particular module check fails, continue the rest of the checks
--name <name>
Name of the target to check
--password <password>
Password used to connect
--produce <produce>
Number of the messages to produce
--protocol <protocol>
Protocol used. Valid values are amqp or core. Default=core.
--silent
It will disable all the inputs, and it would make a best guess for any required input
--timeout <timeout>
Time to wait for the check execution, in milliseconds
--up
Check that the queue exists and is not paused, it is executed by default if there are no other checks
--url <brokerURL>
URL towards the broker. (default: tcp://localhost:61616)
--user <user>
User used to connect
--verbose
Adds more information on the execution
NAME
artemis check queue - Check a queue
SYNOPSIS
artemis check queue [--browse <browse>][--clientID <clientID>][--consume <consume>][--fail-at-end][--name <name>][--password <password>][--produce <produce>][--protocol <protocol>][--silent][--timeout <timeout>][--up][--url <brokerURL>][--user <user>][--verbose]
OPTIONS
--browse<browse>
Number of the messages to browse or -1 to check that the queue is
browsable
--clientID<clientID>
ClientID to be associated with connection
--consume<consume>
Number of the messages to consume or -1 to check that the queue is consumable
--fail-at-end
If a particular module check fails, continue the rest of the checks
--name<name>
Name of the target to check
--password<password>
Password used to connect
--produce<produce>
Number of the messages to produce
--protocol<protocol>
Protocol used. Valid values are amqp or core. Default=core.
--silent
It will disable all the inputs, and it would make a best guess for any required input
--timeout<timeout>
Time to waitfor the check execution, in milliseconds
--up
Check that the queue exists and is not paused, it is executed by default if there are no other checks
--url<brokerURL>
URL towards the broker. (default: tcp://localhost:61616)--user<user>
User used to connect
--verbose
Adds more information on the execution
Copy to ClipboardCopied!Toggle word wrapToggle overflow
$ <broker_instance_dir>/bin/artemis check queue --name helloworld --produce1000--browse1000--consume1000
Connection brokerURL = tcp://localhost:61616
Running QueueCheck
Checking that a producer can send 1000 messages to the queue helloworld ... success
Checking that a consumer can browse 1000 messages from the queue helloworld ... success
Checking that a consumer can consume 1000 messages from the queue helloworld ... success
Checks run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.882 sec - QueueCheck
Copy to ClipboardCopied!Toggle word wrapToggle overflow