@Beta public interface MessageStatisticsMXBean extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getAverageReceivedMessageSize()
Get the average size of all the messages received since the start of monitoring.
|
long |
getAverageSentMessageSize()
Get the average size of all the messages sent since the start of monitoring.
|
long |
getMaximalReceivedMessageSize()
Get the size of the largest message received since the start of monitoring.
|
long |
getMaximalSentMessageSize()
Get the size of the largest message sent since the start of monitoring.
|
long |
getMinimalReceivedMessageSize()
Get the size of the smallest message received since the start of monitoring.
|
long |
getMinimalSentMessageSize()
Get the size of the smallest message sent since the start of monitoring.
|
long |
getReceivedMessagesCount()
Get the total number of messages received since the start of monitoring.
|
long |
getReceivedMessagesCountPerSecond()
Get the average number of received messages per second.
|
long |
getSentMessagesCount()
Get the total number of messages sent since the start of monitoring.
|
long |
getSentMessagesCountPerSecond()
Get the average number of sent messages per second.
|
long getSentMessagesCount()
long getMinimalSentMessageSize()
long getMaximalSentMessageSize()
long getAverageSentMessageSize()
long getSentMessagesCountPerSecond()
long getReceivedMessagesCount()
long getMinimalReceivedMessageSize()
long getMaximalReceivedMessageSize()
long getAverageReceivedMessageSize()
long getReceivedMessagesCountPerSecond()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.