Skip to content

gleichda/owping-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to and a from server for the query:

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

About

Parsing One Way Ping to a dict in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages