The Human Expression matches the human-readable iperf output
Methods
| __init__() |
Attributes
| expression | The regular expression for Human-Readable iperf output | ||
| logger |
|
||
| regex | A compiled version of the expression | ||
| thread_column | an expression for the thread-number column |
The regular expression for Human-Readable iperf output
| Return type: | String |
|---|---|
| Returns: | regular expression to match iperf output |
| Returns: | A logging object. |
|---|
A compiled version of the expression
| Return type: | re.RegexObject |
|---|---|
| Returns: | compiled regex object |
an expression for the thread-number column
| Returns: | the expression to match the thread column |
|---|