NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Ntpq mapper parses status importLines from ntpq into objects. More...
Protected Member Functions | |
override void | ReadFromStream () |
Protected Member Functions inherited from Ntp.Analyzer.Import.Importer< AssociationEntry > | |
Importer (LogBase log) | |
virtual void | Initialize () |
Protected Attributes | |
override string | Arguments => "-np " + address |
override string | Command => "ntpq" |
override string | ErrorMessage => LogMessage.ImportPeerError |
Protected Attributes inherited from Ntp.Analyzer.Import.Importer< AssociationEntry > | |
IList< T > | Entries |
Package Functions | |
NtpqPeerImporter (string address, int hostId, LogBase log) | |
Private Member Functions | |
AssociationEntry | ParseLine (string line) |
Static Private Member Functions | |
static int | CalcLastPoll (string line) |
Private Attributes | |
readonly string | address |
readonly int | hostId |
Additional Inherited Members | |
Public Member Functions inherited from Ntp.Analyzer.Import.Importer< AssociationEntry > | |
void | Execute () |
IEnumerator< T > | GetEnumerator () |
Properties inherited from Ntp.Analyzer.Import.Importer< AssociationEntry > | |
abstract string | Arguments [get] |
abstract string | Command [get] |
abstract string | ErrorMessage [get] |
LogBase | Log [get] |
StreamReader | Reader [get, private set] |
Ntpq mapper parses status importLines from ntpq into objects.
Definition at line 31 of file NtpqPeerImporter.cs.
|
inlinepackage |
Definition at line 33 of file NtpqPeerImporter.cs.
|
inlinestaticprivate |
Definition at line 67 of file NtpqPeerImporter.cs.
|
inlineprivate |
Definition at line 89 of file NtpqPeerImporter.cs.
|
inlineprotectedvirtual |
Implements Ntp.Analyzer.Import.Importer< AssociationEntry >.
Definition at line 49 of file NtpqPeerImporter.cs.
|
private |
Definition at line 40 of file NtpqPeerImporter.cs.
|
protected |
Definition at line 45 of file NtpqPeerImporter.cs.
|
protected |
Definition at line 43 of file NtpqPeerImporter.cs.
|
protected |
Definition at line 47 of file NtpqPeerImporter.cs.
|
private |
Definition at line 41 of file NtpqPeerImporter.cs.