NTP Analyzer
0.8.2
Analyze the operation of time servers
|
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 } |
|
strong |
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.