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

RFE: option for "ftraceroute" functionality #71

Open
jccleaver opened this issue Dec 9, 2014 · 1 comment
Open

RFE: option for "ftraceroute" functionality #71

jccleaver opened this issue Dec 9, 2014 · 1 comment

Comments

@jccleaver
Copy link

After a bit of a search, it seemed like there was nothing out there that could multiplex traceroutes and let us do them in parallel, but on further reflection it feels like this is something fping could be bent into doing somewhat. We've already got the ability to specify TTL, and the parallel RR of responses is do-able. New record structures would need to be made, and output formats decided on (prefix each line with ultimate destination and output as received? Or wait until completed and output blocks? etc...), but nothing too horribly insurmountable.

This would come in very handy for our monitoring system, which uses fping for massively parallel pinging, but ends up doing serial traceroutes on things that are unreachable, which obviously slows things down.

I'd be willing to help work on a patch, but I wanted to put this RFE out there first :)

@hmh
Copy link
Contributor

hmh commented Aug 25, 2020

An ftraceroute would be very welcome, even if it starts as ICMP-based-only...

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

3 participants