NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Objects.IoStatsEntry Class Reference

Public Member Functions

 IoStatsEntry (int timeSinceReset, int receiveBuffers, int freeReceiveBuffers, int usedReceiveBuffers, int lowWaterRefills, long droppedPackets, long ignoredPackets, long receivedPackets, long packetsSent, long packetsNotSent, int interruptsHandled, int receivedByInt)
 

Properties

long DroppedPackets [get]
 
int FreeReceiveBuffers [get]
 
long IgnoredPackets [get]
 
int InterruptsHandled [get]
 
int LowWaterRefills [get]
 
long PacketsNotSent [get]
 
long PacketsSent [get]
 
int ReceiveBuffers [get]
 
int ReceivedByInt [get]
 
long ReceivedPackets [get]
 
int TimeSinceReset [get]
 
int UsedReceiveBuffers [get]
 

Detailed Description

Definition at line 24 of file IoStatsEntry.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Objects.IoStatsEntry.IoStatsEntry ( int  timeSinceReset,
int  receiveBuffers,
int  freeReceiveBuffers,
int  usedReceiveBuffers,
int  lowWaterRefills,
long  droppedPackets,
long  ignoredPackets,
long  receivedPackets,
long  packetsSent,
long  packetsNotSent,
int  interruptsHandled,
int  receivedByInt 
)
inline

Definition at line 26 of file IoStatsEntry.cs.

39  {
40  TimeSinceReset = timeSinceReset;
41  ReceiveBuffers = receiveBuffers;
42  FreeReceiveBuffers = freeReceiveBuffers;
43  UsedReceiveBuffers = usedReceiveBuffers;
44  LowWaterRefills = lowWaterRefills;
45  DroppedPackets = droppedPackets;
46  IgnoredPackets = ignoredPackets;
47  ReceivedPackets = receivedPackets;
48  PacketsSent = packetsSent;
49  PacketsNotSent = packetsNotSent;
50  InterruptsHandled = interruptsHandled;
51  ReceivedByInt = receivedByInt;
52  }

Property Documentation

long Ntp.Analyzer.Objects.IoStatsEntry.DroppedPackets
get

Definition at line 64 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.FreeReceiveBuffers
get

Definition at line 58 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

long Ntp.Analyzer.Objects.IoStatsEntry.IgnoredPackets
get

Definition at line 66 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.InterruptsHandled
get

Definition at line 74 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.LowWaterRefills
get

Definition at line 62 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

long Ntp.Analyzer.Objects.IoStatsEntry.PacketsNotSent
get

Definition at line 72 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

long Ntp.Analyzer.Objects.IoStatsEntry.PacketsSent
get

Definition at line 70 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.ReceiveBuffers
get

Definition at line 56 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.ReceivedByInt
get

Definition at line 76 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

long Ntp.Analyzer.Objects.IoStatsEntry.ReceivedPackets
get

Definition at line 68 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.TimeSinceReset
get

Definition at line 54 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().

int Ntp.Analyzer.Objects.IoStatsEntry.UsedReceiveBuffers
get

Definition at line 60 of file IoStatsEntry.cs.

Referenced by Ntp.Analyzer.Objects.HostIoReading.HostIoReading().


The documentation for this class was generated from the following file: