com.palantir.opensource.sysmon.linux
Interface LinuxNetworkInterfaceMBean

All Known Implementing Classes:
LinuxNetworkInterface

public interface LinuxNetworkInterfaceMBean

MBean interface for LinuxNetStatJMXWrapper.


Method Summary
 long getBytesPerSecondReceived()
           
 long getBytesPerSecondSent()
           
 long getBytesReceived()
           
 long getBytesSent()
           
 long getCarrierDrops()
           
 long getCollisions()
           
 long getCompressedPacketsReceived()
           
 long getCompressedPacketsTransmitted()
           
 long getDroppedReceivedPackets()
           
 long getDroppedSentPackets()
           
 String getInterfaceName()
           
 long getMulticastFramesReceived()
           
 long getPacketsPerSecondReceived()
           
 long getPacketsPerSecondSent()
           
 long getPacketsReceived()
           
 long getPacketsSent()
           
 long getReceiveFIFOErrors()
           
 long getReceiveFrameErrors()
           
 long getRecieveErrors()
           
 long getSendErrors()
           
 long getSentFIFOErrors()
           
 long getTimespan()
           
 

Method Detail

getInterfaceName

String getInterfaceName()

getBytesReceived

long getBytesReceived()

getPacketsReceived

long getPacketsReceived()

getRecieveErrors

long getRecieveErrors()

getDroppedReceivedPackets

long getDroppedReceivedPackets()

getReceiveFIFOErrors

long getReceiveFIFOErrors()

getReceiveFrameErrors

long getReceiveFrameErrors()

getCompressedPacketsReceived

long getCompressedPacketsReceived()

getMulticastFramesReceived

long getMulticastFramesReceived()

getBytesSent

long getBytesSent()

getPacketsSent

long getPacketsSent()

getSendErrors

long getSendErrors()

getDroppedSentPackets

long getDroppedSentPackets()

getSentFIFOErrors

long getSentFIFOErrors()

getCollisions

long getCollisions()

getCarrierDrops

long getCarrierDrops()

getCompressedPacketsTransmitted

long getCompressedPacketsTransmitted()

getBytesPerSecondReceived

long getBytesPerSecondReceived()

getBytesPerSecondSent

long getBytesPerSecondSent()

getPacketsPerSecondReceived

long getPacketsPerSecondReceived()

getPacketsPerSecondSent

long getPacketsPerSecondSent()

getTimespan

long getTimespan()


Copyright © 2012 Palantir Technologies. All Rights Reserved.