C# Класс DebugTests.LogAnalyser

Показать файл Открыть проект

Открытые методы

Метод Описание
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