Connections
To query the connections use the "connection" flag followed by the connection ID to get (or "all") followed by one of the connection options. The connection options are below.
| Option | Description |
|---|---|
| health | The connections's queued bytes and queued FlowFile count. |
| stats | The current stats of the connection. This includes input/output count and input/output bytes. |
An example query to get the health and stats of the "TailToS2S" connection is below.
minifi.sh flowStatus connection:TailToS2S:health,stats

