public static interface OperatingSystemStatistics.NetworkStatistics
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
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()
Deprecated.
|
long |
getTxErrors() |
long |
getTxPackets() |
double |
getTxPacketsPerSecond() |
String getName()
long getRxBytes()
double getRxBytesPerSecond()
long getTxBytes()
double getTxBytesPerSecond()
long getRxPackets()
double getRxPacketsPerSecond()
long getTxPackets()
double getTxPacketsPerSecond()
long getRxErrors()
long getTxErrors()
@Deprecated long getRxDropped()
@Deprecated long getTxDropped()
OperatingSystemStatistics.NetworkStatistics getPrevious()
Copyright © GigaSpaces.