processorStatus

Extends: status
Namespace: (default namespace)
XML Schema: ns0.xsd

DTO for serializing the status of a processor.

XML

Elements

name (type) min/max
occurs
description
id (string) 0/1 The id for the processor.
name (string) 0/1 The name of the processor.
type (string) 0/1 The type of the processor.
runStatus (string) 0/1 The run status of this processor.
input (string) 0/1 The total count and size of flow files that have been accepted in the last five minutes.
read (string) 0/1 The number of bytes read.
written (string) 0/1 The number of bytes written.
groupId (string) 0/1 The ID of the Process Group to which this processor belongs.
output (string) 0/1 The total count and size of flow files that have been processed in the last five minutes.
activeThreadCount (int) 0/1 The number of threads currently running for this Processor
tasks (string) 0/1 The number of task this connectable has had over the last 5 minutes.
tasksDuration (string) 0/1 The total duration of all tasks for this connectable over the last 5 minutes.

JSON

property type description
id id (string) The id for the processor.
name name (string) The name of the processor.
type type (string) The type of the processor.
runStatus runStatus (string) The run status of this processor.
input input (string) The total count and size of flow files that have been accepted in the last five minutes.
read read (string) The number of bytes read.
written written (string) The number of bytes written.
groupId groupId (string) The ID of the Process Group to which this processor belongs.
output output (string) The total count and size of flow files that have been processed in the last five minutes.
activeThreadCount activeThreadCount (int) The number of threads currently running for this Processor
tasks tasks (string) The number of task this connectable has had over the last 5 minutes.
tasksDuration tasksDuration (string) The total duration of all tasks for this connectable over the last 5 minutes.