메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BuildRrdGraphCmdline ( |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public AppendData ( string rrdFile, System.DateTime timestamp, double values ) : void | ||
rrdFile | string | |
timestamp | System.DateTime | |
values | double | |
리턴 | void |
protected BuildRrdGraphCmdline ( |
||
gd | ||
opts | ||
addEvents | IEnumerable |
|
destinationFile | string | |
asXport | bool | |
리턴 | string |
public CreateRRDFile ( |
||
config | ||
fileName | string | |
리턴 | void |
public DrawGraph ( |
||
gd | ||
opts | ||
addEvents | IEnumerable |
|
destinationFile | string | |
리턴 |
public DrawGraph ( Lib gd, Lib opts, string destinationFile ) : |
||
gd | Lib | |
opts | Lib | |
destinationFile | string | |
리턴 |
public DrawGraph ( Lib gd, Lib opts, Stream writeImageTo ) : void | ||
gd | Lib | |
opts | Lib | |
writeImageTo | Stream | |
리턴 | void |
public ExportGraphData ( |
||
gd | ||
opts | ||
리턴 |
public static FromUnixTime ( int ut ) : System.DateTime | ||
ut | int | |
리턴 | System.DateTime |
public static GetGraphXForTime ( int time, int startTime, int endTime, int graphWidth ) : int | ||
time | int | |
startTime | int | |
endTime | int | |
graphWidth | int | |
리턴 | int |
public GetRrdInfoFromFile ( string fileName ) : |
||
fileName | string | |
리턴 |
public SaveGraphFile ( |
||
graphConfig | ||
outputFile | string | |
리턴 | void |
public static ToUnixTime ( System.DateTime dt ) : int | ||
dt | System.DateTime | |
리턴 | int |