Skip to main content

A program to parse the output of owping

Project description

owping-parser

This module is just parsing the output of owping from https://github.com/perfsonar/owamp/tree/master/owping

How to use

parser = owping.Parser(result)
owping_result =parser.parse_owping()

where result is the output string of the owping command

parse_owping is returning a OWPingResult

OWPingResult

has a from_client and a from_server for the query:

  • from_client / from_server
    • sid
    • first
    • last
    • sent
    • lost
    • duplicates
    • jitter
    • hops
    • delay
      • min
      • median
      • max

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

owping-parser-0.2.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

owping_parser-0.2.3-py2.py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 2 Python 3

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