Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All rtt data: None #27

Closed
maikotz opened this issue Sep 13, 2017 · 3 comments
Closed

All rtt data: None #27

maikotz opened this issue Sep 13, 2017 · 3 comments
Assignees

Comments

@maikotz
Copy link

maikotz commented Sep 13, 2017

Hi,

I'm getting always None from pingparsing when processing results.

DEBUG result:PingResult(stdout='PING heise.de (193.99.144.80): 56 data bytes\n\n--- heise.de ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.638/0.683/0.746 ms\n', stderr='', returncode=0)
DEBUG parser:{'rtt_min': None, 'packet_duplicate_count': None, 'packet_loss_count': 0, 'rtt_max': None, 'packet_loss_rate': 0.0, 'packet_receive': 5, 'rtt_mdev': None, 'packet_transmit': 5, 'packet_duplicate_rate': None, 'rtt_avg': None}

Any idea what's wrong? The output is generated from alpine linux in a docker container.

@thombashi
Copy link
Owner

thombashi commented Sep 13, 2017

Thank you for your report.

The reason why RTT values always None was that pingparsing not supported Alpine Linux ping format.
I have updated pingparsing to support Alpine Linux ping format at 0.10.0.
Please try this version.

@thombashi
Copy link
Owner

@maikotz
I'll close the issue.
Feel free to reopen if you have any problems with Alpine Linux environment.

@maikotz
Copy link
Author

maikotz commented Oct 28, 2017

sorry for the late reply!

Everything is working with 0.10.0.

Cheers @thombashi !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants