|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WrappedSocketMonitorMBean
Monitors I/O on wrapped sockets (only)
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
long |
getBytesIn()
Number of bytes read from wrapped sockets Supported API: true |
long |
getBytesOut()
Number of bytes written to wrapped sockets Supported API: true |
int |
getNumSockets()
Current number of wrapped sockets Supported API: true |
double |
getRecentBytesInPerSecond()
Number of bytes read from wrapped sockets per second during "recent" interval Supported API: true |
double |
getRecentBytesOutPerSecond()
Number of bytes written to wrapped sockets per second during "recent" interval Supported API: true |
int |
getRecentIntervalSeconds()
Number of seconds in "recent" sampling interval Supported API: true |
void |
setRecentIntervalSeconds(int recentIntervalSeconds)
Number of seconds in "recent" sampling interval Supported API: true |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
int getNumSockets()
long getBytesIn()
long getBytesOut()
double getRecentBytesInPerSecond()
double getRecentBytesOutPerSecond()
int getRecentIntervalSeconds()
void setRecentIntervalSeconds(int recentIntervalSeconds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||