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.2.tar.gz
(2.1 kB
view details)
File details
Details for the file nuttcp-parser-0.0.2.tar.gz.
File metadata
- Download URL: nuttcp-parser-0.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5352e62b7130d030a8a738c34c4625b5fd2dcee25b93e283ec4cd7d297dc08e1
|
|
| MD5 |
43cd9767f8b52e5fc74c35e0df050955
|
|
| BLAKE2b-256 |
310aed624baf80e03ae27fa207a3b1bb9f4abac557ef72b45ba5bad424fddc4f
|