iperflexer.iperfexpressions.CsvExpression

class iperflexer.iperfexpressions.CsvExpression[source]

The Csv Expression holds the expression to match iperf’s csv format

__init__()[source]

Methods

__init__()

Attributes

expression
return:string regular expression to match csv-format
logger
return:A logging object.
regex
return:compiled regular expression to match csv-format
thread_column
return:the expression to match the thread id
expression[source]
Returns:string regular expression to match csv-format
logger
Returns:A logging object.
regex[source]
Returns:compiled regular expression to match csv-format
thread_column[source]
Returns:the expression to match the thread id