commands – connection list

List details of all connections to the BeyondCron server.

Usage

connection list [full] [filter]

where
full include full details of connections, including OS user, client user, OS, IP address, connection ID, connection session count and creation date.
filter limits output to connections whose host name contains the filter string.

read on /_beyondcron/connections

Examples

List all connections

BeyondCron % connection list

Host BC User Type Client ----------- ------- ------- -------------------- example.com agent Agent bc-agent 1.0.140509 example.com server Server bc-server 1.0.140509 example.com test Command bc-cli 1.0.140509

List all connections and their details

BeyondCron % connection list full

Host BC User OS User Client Type ... ----------- ------- ------- -------------------- ------- ... example.com agent adr bc-agent 1.0.140509 Agent ... example.com server adr bc-server 1.0.140509 Server ... example.com test adr bc-cli 1.0.140509 Command ...

See also