MiNiFi Java Agent Administration
Also available as:
PDF

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.

OptionDescription
healthThe connections's queued bytes and queued FlowFile count.
bulletinsA list of all the current bulletins (if there are any).
inputPortsA 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.
statsThe 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