GigaSpaces XAP 9.7.2 API

org.openspaces.admin.os
Interface OperatingSystemStatistics.NetworkStatistics

Enclosing interface:
OperatingSystemStatistics

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

getName

String getName()
The name of the network device.


getRxBytes

long getRxBytes()
The total rx bytes received.


getRxBytesPerSecond

double getRxBytesPerSecond()
The number of bytes received per second (computed against the previous sampled stats).


getTxBytes

long getTxBytes()
The total tx bytes transmitted.


getTxBytesPerSecond

double getTxBytesPerSecond()
The number of bytes transmitted per second (computed against the previous sampled stats).


getRxPackets

long getRxPackets()

getRxPacketsPerSecond

double getRxPacketsPerSecond()

getTxPackets

long getTxPackets()

getTxPacketsPerSecond

double getTxPacketsPerSecond()

getRxErrors

long getRxErrors()

getTxErrors

long getTxErrors()

getRxDropped

long getRxDropped()

getTxDropped

long getTxDropped()

getPrevious

OperatingSystemStatistics.NetworkStatistics getPrevious()

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.