NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Import Namespace Reference

Classes

class  DriftFileImporter
 
class  Importer
 
class  ImportFactory
 
class  IoStatsImporter
 
class  LogExtensions
 
class  LogMessage
 
class  NtpctlHostImporter
 
class  NtpctlImporter
 
class  NtpctlPeerImporter
 
class  NtpdcImporter
 Ntpdc importer. More...
 
class  NtpqHostImporter
 Ntpq host importer. More...
 
class  NtpqPeerImporter
 Ntpq mapper parses status importLines from ntpq into objects. More...
 

Enumerations

enum  ServerType { ServerType.Ntpdc, ServerType.Ntpq, ServerType.Ntpctl }
 

Enumeration Type Documentation

Enumerator
Ntpdc 

The ntpdc type of server (old fashion).

Ntpq 

The ntpq type of server. All requests are done using ntpq.

Ntpctl 

The ntp server is OpenNtpd. All requests are done using ntpctl.

Definition at line 24 of file ServerType.cs.

25  {
29  Ntpdc,
30 
34  Ntpq,
35 
39  Ntpctl
40  }
The ntp server is OpenNtpd. All requests are done using ntpctl.
The ntpq type of server. All requests are done using ntpq.
The ntpdc type of server (old fashion).