tstat
This command queries commhub for the current status of all its sessions, transactions, octet I/O, and connections.
A session is a connection connection to commhub. Eacg tctrl command that connects to commhub, performs a transaction, and exits is a session; each daemon connection is a session.
A transaction is a command communicated to commhub. See commhub commands.
Octet I/O is simply the number of bytes received by commhub or transmitted out from commhub.
For each connection, tstat outputs its file descriptor, session id, transaction count, input buffer size (should be 0 unless blocked), the received octets, the transmitted octets, number of pending commands, its IP connection address, and the name of the app.
The command syntax is:
tstat
Future feature will allow a spoke name to query connections from that spoke's perspective.