메소드 | 설명 | |
---|---|---|
GetLineTime ( string line ) : System.DateTime | ||
GetRecords ( string appKey, TimePeriod period ) : List |
||
GetRecordsFromPath ( string dataPath, TimePeriod period ) : List |
||
GetRecordsFromSession ( AppMetrics.Session session, TimePeriod period, bool filterRecords = true ) : List |
||
GetSessionLastWriteTime ( string filePath ) : System.DateTime | ||
GetSessions ( string appKey, TimePeriod period ) : List |
||
GetSessionsFromPath ( string dataPath, TimePeriod period ) : List |
||
ReadLastLine ( Stream stream, |
||
ReadLastLine ( string filePath ) : string | ||
ReadSession ( string filePath, TimePeriod period ) : AppMetrics.Session | ||
ReadSession ( string appKey, string sessionId, TimePeriod period ) : AppMetrics.Session |
메소드 | 설명 | |
---|---|---|
DetectEncoding ( Stream stream ) : |
||
GetSessionsDataPath ( string appKey ) : string | ||
IsServiceMessage ( string name ) : bool | ||
ParseLine ( string line ) : AppMetrics.Record | ||
ReadLine ( Stream stream, |
||
SkipOutdatedRecords ( Stream stream, |
public static GetLineTime ( string line ) : System.DateTime | ||
line | string | |
리턴 | System.DateTime |
public static GetRecords ( string appKey, TimePeriod period ) : List |
||
appKey | string | |
period | TimePeriod | |
리턴 | List |
public static GetRecordsFromPath ( string dataPath, TimePeriod period ) : List |
||
dataPath | string | |
period | TimePeriod | |
리턴 | List |
public static GetRecordsFromSession ( AppMetrics.Session session, TimePeriod period, bool filterRecords = true ) : List |
||
session | AppMetrics.Session | |
period | TimePeriod | |
filterRecords | bool | |
리턴 | List |
public static GetSessionLastWriteTime ( string filePath ) : System.DateTime | ||
filePath | string | |
리턴 | System.DateTime |
public static GetSessions ( string appKey, TimePeriod period ) : List |
||
appKey | string | |
period | TimePeriod | |
리턴 | List |
public static GetSessionsFromPath ( string dataPath, TimePeriod period ) : List |
||
dataPath | string | |
period | TimePeriod | |
리턴 | List |
public static ReadLastLine ( Stream stream, |
||
stream | Stream | |
encoding | ||
리턴 | string |
public static ReadLastLine ( string filePath ) : string | ||
filePath | string | |
리턴 | string |
public static ReadSession ( string filePath, TimePeriod period ) : AppMetrics.Session | ||
filePath | string | |
period | TimePeriod | |
리턴 | AppMetrics.Session |
public static ReadSession ( string appKey, string sessionId, TimePeriod period ) : AppMetrics.Session | ||
appKey | string | |
sessionId | string | |
period | TimePeriod | |
리턴 | AppMetrics.Session |