NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
HostGraph (IHostGraphConfiguration configuration, Host host) | |
Public Member Functions inherited from Ntp.Analyzer.Graph.GraphBase | |
Stream | Generate () |
Stream | Render () |
Protected Member Functions | |
override void | AddPlots () |
override void | LoadData () |
Protected Member Functions inherited from Ntp.Analyzer.Graph.DispersionGraph | |
DispersionGraph (IDispersionGraphConfiguration configuration) | |
Protected Member Functions inherited from Ntp.Analyzer.Graph.GraphBase | |
GraphBase (IGraphBaseConfiguration baseConfig) | |
virtual void | PreRender () |
LinePlot | SetupPlot (string name, Color color, IList time, IList data) |
Protected Attributes | |
override string | YLabel => "Milliseconds" |
Protected Attributes inherited from Ntp.Analyzer.Graph.DispersionGraph | |
readonly List< double > | Jitter |
readonly List< double > | Offset |
readonly List< DateTime > | Time |
Protected Attributes inherited from Ntp.Analyzer.Graph.GraphBase | |
TimeSpan | GraphTimeSpan => new TimeSpan(baseConfig.Timespan, 0, 0, 0) |
Private Member Functions | |
void | CleanSeries () |
Cleans the value series from values out side boundaries. More... | |
Private Attributes | |
readonly IHostGraphConfiguration | config |
readonly List< double > | frequency |
readonly Host | host |
readonly List< double > | stability |
Additional Inherited Members | |
Public Attributes inherited from Ntp.Analyzer.Graph.GraphBase | |
IEnumerable< StreamDestination > | Destinations => destinations |
string | ImageFileExtension => "png" |
Properties inherited from Ntp.Analyzer.Graph.GraphBase | |
PlotSurface2D | Surface [get, private set] |
abstract string | YLabel [get] |
Properties inherited from Ntp.Analyzer.Export.IStreamGenerator | |
IEnumerable< StreamDestination > | Destinations [get] |
Definition at line 34 of file HostGraph.cs.
|
inline |
Definition at line 36 of file HostGraph.cs.
|
inlineprotectedvirtual |
Reimplemented from Ntp.Analyzer.Graph.DispersionGraph.
Definition at line 52 of file HostGraph.cs.
|
inlineprivate |
Cleans the value series from values out side boundaries.
Definition at line 100 of file HostGraph.cs.
|
inlineprotectedvirtual |
Implements Ntp.Analyzer.Graph.GraphBase.
Definition at line 70 of file HostGraph.cs.
References Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< T >.FilterHost, Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< T >.FilterTime, Ntp.Analyzer.Data.DataFace.HostReadings, and Ntp.Analyzer.Data.DataFace.Instance.
|
private |
Definition at line 45 of file HostGraph.cs.
|
private |
Definition at line 46 of file HostGraph.cs.
|
private |
Definition at line 47 of file HostGraph.cs.
|
private |
Definition at line 48 of file HostGraph.cs.
|
protected |
Definition at line 50 of file HostGraph.cs.