iperflexer.sumparser.CsvExpressionSum

class iperflexer.sumparser.CsvExpressionSum(threads=4)[source]

Changes the thread column to look for -1 if needed

Param:
  • threads: the number of parallel threads
__init__(threads=4)[source]
Param:
  • threads: the number of parallel threads

Methods

__init__([threads])
param:

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 (sum) column
expression
Returns:string regular expression to match csv-format
logger
Returns:A logging object.
regex
Returns:compiled regular expression to match csv-format
thread_column[source]
Returns:the expression to match the thread (sum) column