public interface NetworkInterfaceStatus
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieves the name of this network interface.
|
com.codahale.metrics.Gauge<Long> |
getReceivedBytesPerSecondGauge()
Retrieves the current number of received bytes per second.
|
com.codahale.metrics.Gauge<Long> |
getTransmittedBytesPerSecondGauge()
Retrieves the current number of transmitted bytes per second.
|
String getName()
com.codahale.metrics.Gauge<Long> getReceivedBytesPerSecondGauge()
com.codahale.metrics.Gauge<Long> getTransmittedBytesPerSecondGauge()
Copyright © 2016–2019. All rights reserved.