|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface OperatingSystemStatistics.NetworkStatistics
Method Summary | |
---|---|
String |
getName()
The name of the network device. |
OperatingSystemStatistics.NetworkStatistics |
getPrevious()
|
long |
getRxBytes()
The total rx bytes received. |
double |
getRxBytesPerSecond()
The number of bytes received per second (computed against the previous sampled stats). |
long |
getRxDropped()
|
long |
getRxErrors()
|
long |
getRxPackets()
|
double |
getRxPacketsPerSecond()
|
long |
getTxBytes()
The total tx bytes transmitted. |
double |
getTxBytesPerSecond()
The number of bytes transmitted per second (computed against the previous sampled stats). |
long |
getTxDropped()
|
long |
getTxErrors()
|
long |
getTxPackets()
|
double |
getTxPacketsPerSecond()
|
Method Detail |
---|
String getName()
long getRxBytes()
double getRxBytesPerSecond()
long getTxBytes()
double getTxBytesPerSecond()
long getRxPackets()
double getRxPacketsPerSecond()
long getTxPackets()
double getTxPacketsPerSecond()
long getRxErrors()
long getTxErrors()
long getRxDropped()
long getTxDropped()
OperatingSystemStatistics.NetworkStatistics getPrevious()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |