Skip to main content

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 %

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page