GigaSpaces XAP.NET Documentation
INetworkStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.OperatingSystemINetworkStatistics
Holds network related statistics
Declaration Syntax
C#Visual BasicVisual C++J#
public interface INetworkStatistics
Public Interface INetworkStatistics
public interface class INetworkStatistics
public interface INetworkStatistics
Members
All MembersProperties



IconMemberDescription
Name
Gets the name of the network service.

Previous
Gets the previous network statistics.

RxBytes
Gets the total rx bytes received.

RxBytesPerSecond
Gets the number of bytes received per second (computed against the previous sampled stats).

RxDropped
RxErrors
RxPackets
RxPacketsPerSecond
TxBytes
Gets the total tx bytes transmitted.

TxBytesPerSecond
Gets the number of bytes transmitted per second (computed against the previous sampled stats).

TxDropped
TxErrors
TxPackets
TxPacketsPerSecond

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)