MonitorServicepublic interface MonitorServiceMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Double |
getCurLatencyAvg() |
Gets the current, i.e.
|
java.lang.Double |
getCurLatencyStddev() |
Gets the current, i.e.
|
java.util.Map<java.lang.Long,java.lang.Double> |
getLatencyAvg() |
Gets average latency values of the whole Scalaris ring from the VM the
monitor is connected to.
|
java.util.Map<java.lang.Long,java.lang.Double> |
getLatencyStddev() |
Gets the standard deviation of the latency values of the whole Scalaris
ring from the VM the monitor is connected to.
|
java.lang.Long |
getNodes() |
Gets the number of Scalaris nodes of the whole Scalaris ring from the VM
the monitor is connected to.
|
java.lang.Long |
getTotalLoad() |
Gets the total load of the whole Scalaris ring from the VM the monitor is
connected to.
|
java.lang.Long getTotalLoad()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.Long getNodes()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.util.Map<java.lang.Long,java.lang.Double> getLatencyAvg()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.util.Map<java.lang.Long,java.lang.Double> getLatencyStddev()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.Double getCurLatencyAvg()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.Double getCurLatencyStddev()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occurs