A program to parse the output of NUTTCP
Project description
# python-nuttcp-parser
Parsing the output of NUTTCP in Python
##Usage
parser = nuttcp_parser.Parser(nuttcp_output) nuttcp_output must be string not bytes\
result = parser.parse()
##Returns
* duration in seconds
* transmitted_MB
* speed_Mbs
* RX
* TX
* and for TCP Additionally:
* retrans
* RTT in ms
* and for UDP Additionally:
* dropped
* packets
* loss in %
Parsing the output of NUTTCP in Python
##Usage
parser = nuttcp_parser.Parser(nuttcp_output) nuttcp_output must be string not bytes\
result = parser.parse()
##Returns
* duration in seconds
* transmitted_MB
* speed_Mbs
* RX
* TX
* and for TCP Additionally:
* retrans
* RTT in ms
* and for UDP Additionally:
* dropped
* packets
* loss in %
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nuttcp-parser-0.0.1.tar.gz
(2.1 kB
view details)
File details
Details for the file nuttcp-parser-0.0.1.tar.gz
.
File metadata
- Download URL: nuttcp-parser-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e4dc5a5480172857f4ab367f59ccc6148e8493f3084bf416a0a315ad759d34 |
|
MD5 | cef83b5f0b2df650469cc000c17e2e3e |
|
BLAKE2b-256 | b4a137e287a6ea744e4a33ac735d804b3e1ebd24f938807a318f87a43b52e3ba |