Method | Description | |
---|---|---|
AppendData ( string rrdFile, System.DateTime timestamp, double>.IDictionary |
||
AppendData ( string rrdFile, System.DateTime timestamp, double values ) : void | ||
CreateRRDFile ( |
||
DrawGraph ( |
||
DrawGraph ( Lib gd, Lib opts, string destinationFile ) : |
||
DrawGraph ( Lib gd, Lib opts, Stream writeImageTo ) : void | ||
ExportGraphData ( |
||
FromUnixTime ( int ut ) : System.DateTime | ||
GetGraphXForTime ( int time, int startTime, int endTime, int graphWidth ) : int | ||
GetRrdInfoFromFile ( string fileName ) : |
||
RrdTool ( ) : System | ||
SaveGraphFile ( |
||
ToUnixTime ( System.DateTime dt ) : int |
Method | Description | |
---|---|---|
BuildRrdGraphCmdline ( |
Method | Description | |
---|---|---|
ParseDouble ( string val ) : double | ||
ParseRRDInfo ( TextReader tr, bool dynAsArray ) : object>.Dictionary |
||
ParseRRDInfo ( string txt, bool dynAsArray ) : object>.Dictionary |
||
ParseRrdValue ( string val ) : object | ||
PrepareGraphParams ( |
||
RunExeWithCommandline ( string exe, string cmdline ) : string |
Runs external command and returns its output text
|
|
RunRrdWithCommandline ( string cmdline ) : string | ||
ToString ( double val ) : string |
public AppendData ( string rrdFile, System.DateTime timestamp, double>.IDictionary |
||
rrdFile | string | |
timestamp | System.DateTime | |
values | double>.IDictionary | |
return | void |
public AppendData ( string rrdFile, System.DateTime timestamp, double values ) : void | ||
rrdFile | string | |
timestamp | System.DateTime | |
values | double | |
return | void |
protected BuildRrdGraphCmdline ( |
||
gd | ||
opts | ||
addEvents | IEnumerable |
|
destinationFile | string | |
asXport | bool | |
return | string |
public CreateRRDFile ( |
||
config | ||
fileName | string | |
return | void |
public DrawGraph ( |
||
gd | ||
opts | ||
addEvents | IEnumerable |
|
destinationFile | string | |
return |
public DrawGraph ( Lib gd, Lib opts, string destinationFile ) : |
||
gd | Lib | |
opts | Lib | |
destinationFile | string | |
return |
public DrawGraph ( Lib gd, Lib opts, Stream writeImageTo ) : void | ||
gd | Lib | |
opts | Lib | |
writeImageTo | Stream | |
return | void |
public ExportGraphData ( |
||
gd | ||
opts | ||
return |
public static FromUnixTime ( int ut ) : System.DateTime | ||
ut | int | |
return | System.DateTime |
public static GetGraphXForTime ( int time, int startTime, int endTime, int graphWidth ) : int | ||
time | int | |
startTime | int | |
endTime | int | |
graphWidth | int | |
return | int |
public GetRrdInfoFromFile ( string fileName ) : |
||
fileName | string | |
return |
public SaveGraphFile ( |
||
graphConfig | ||
outputFile | string | |
return | void |
public static ToUnixTime ( System.DateTime dt ) : int | ||
dt | System.DateTime | |
return | int |