Remote Process Groups
To query the remote process groups (RPG) use the "remoteProcessGroup" flag followed by the RPG ID to get (or "all") followed by one of the remote process group options. The remote process group options are below.
Option | Description |
---|---|
health | The connections's queued bytes and queued FlowFile count. |
bulletins | A list of all the current bulletins (if there are any). |
inputPorts | A list of every input port for this RPG and their status. Their status includes it's name, whether the target exit and whether it's currently running. |
stats | The current stats of the RPG. This includes the active threads, sent content size and count. |
An example query to get the health, bulletins, input ports and stats of all the RPGS is below.
minifi.sh flowStatus remoteprocessgroup:all:health,bulletins,inputports,stats