C# 클래스 DebugTests.LogAnalyser

파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
DataSendReceive ( int statIntervalSecs, string resultFile ) : void

Determines the KB/sec and saves it out versus time

LinesWithMatch ( string matchStrings, string resultFile ) : void

Write all lines that contain the provided matchString to a new resultFile

LogAnalyser ( string logfileName ) : System

Initialise a new log analyser using the provided logfile

ThreadPoolInfo ( string resultFile ) : void

Parse the thread pool stats to a new resultFile

비공개 메소드들

메소드 설명
ParseLineTime ( string line, System.DateTime &result ) : bool

Parses the time at which the current logline occured and returns an associated dateTime

메소드 상세

DataSendReceive() 공개 메소드

Determines the KB/sec and saves it out versus time
public DataSendReceive ( int statIntervalSecs, string resultFile ) : void
statIntervalSecs int
resultFile string
리턴 void

LinesWithMatch() 공개 메소드

Write all lines that contain the provided matchString to a new resultFile
public LinesWithMatch ( string matchStrings, string resultFile ) : void
matchStrings string
resultFile string
리턴 void

LogAnalyser() 공개 메소드

Initialise a new log analyser using the provided logfile
public LogAnalyser ( string logfileName ) : System
logfileName string
리턴 System

ThreadPoolInfo() 공개 메소드

Parse the thread pool stats to a new resultFile
public ThreadPoolInfo ( string resultFile ) : void
resultFile string
리턴 void