Class MonitorCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.MonitorCommand
- Direct Known Subclasses:
DatadogCommand
Monitors consumer latencies to graphite
- Since:
- 10.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected Stringstatic final Stringprotected intprotected static final Stringprotected static final Stringprotected static final Stringprotected Stringstatic final Stringstatic final Stringprotected intprotected static final Stringprotected booleanprotected intprotected Stringprotected StreamProcessorprotected Topologyprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogNames(LogManager manager, String names) protected voidinitTopology(LogManager manager) name()booleanrun(LogManager manager, org.apache.commons.cli.CommandLine cmd) protected booleanrunProcessor(LogManager manager) voidupdateOptions(org.apache.commons.cli.Options options) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
COMPUTATION_NAME
- See Also:
-
INPUT_STREAM
- See Also:
-
INTERNAL_LOG_PREFIX
- See Also:
-
NAME
- See Also:
-
DEFAULT_INTERVAL
- See Also:
-
DEFAULT_COUNT
- See Also:
-
ALL_LOGS
- See Also:
-
DEFAULT_PORT
- See Also:
-
verbose
protected boolean verbose -
partition
protected boolean partition -
logNames
-
interval
protected int interval -
count
protected int count -
topology
-
processor
-
codec
-
host
-
port
protected int port -
udp
protected boolean udp -
prefix
-
-
Constructor Details
-
MonitorCommand
public MonitorCommand()
-
-
Method Details