dds-info — can be used to query different kinds of information from DDS commander server UNIX/Linux/OSX
dds-info [[-h, --help] | [-v, --version]] [[-s, --session arg] | [--commander-pid] | [--status] | [-n, --active-count] | [-l, --agents-list] | [--idle-count] | [--executing-count] | [--wait-count arg] | [--active-topology]]
The command can be used to query different kinds of information from DDS commander server.
-h, --helpShows usage options.
-v, --versionShows version information.
-s, --session argDDS Session ID.
--commander-pidReturn the pid of the commander server.
--statusQuery current status of DDS commander server.
-n, --active-countReturns a number of online slots.
-l, --agents-listShow detailed info about all online agents.
--idle-countReturns a number of idle slots.
--executing-countReturns a number of executing slots.
--wait-count arg The command will block infinitely until a required
number of agents are available. Must be used together
with --active-count, --idle-count or --executing-count
--active-topologyReturns the name of the active topology.