Package | Description |
---|---|
com.devexperts.mars.common |
This package contains a MARS data model and public API.
|
com.devexperts.mars.jvm |
Modifier and Type | Method and Description |
---|---|
static MARSNode |
MARSNode.getRoot()
Returns default singleton root node for this JVM.
|
MARSNode |
MARSEndpoint.getRoot() |
MARSNode |
MARSNode.subNode(String subname)
Returns subnode for specified subname applied to this node.
|
MARSNode |
MARSNode.subNode(String subname,
String description)
Returns subnode for specified subname applied to this node with specified description.
|
MARSNode |
MARSNode.subNode(String subname,
String category,
String description)
Returns subnode for specified subname applied to this node with specified category and description.
|
Modifier and Type | Method and Description |
---|---|
static void |
MARSNode.setRoot(MARSNode root)
Deprecated.
Use "-Dmars.root=
|
static void |
MARSScheduler.watch(Object o,
MARSNode node)
Watches specified object and reports it's
Object.toString() value into specified MARS node
with default MARS period. |
static void |
MARSScheduler.watchDelta(Number number,
MARSNode node)
Watches specified number and reports it's delta into specified MARS node with default MARS period.
|
static void |
MARSScheduler.watchSize(Collection<?> c,
MARSNode node)
Watches specified collection and reports it's
size into specified MARS node
with default MARS period. |
static void |
MARSScheduler.watchTimeRate(Number number,
double multiplier,
int precision,
MARSNode node)
Watches specified number and reports it's rate of change per second into specified MARS node
with default MARS period.
|
Constructor and Description |
---|
JVMSelfMonitoring(MARSNode root) |
Copyright © 2014 Devexperts. All Rights Reserved.