Abhishek Jha
Abhishek Jha
Did this functionality get merged in the release?
@ckuethe Hi. Can ypu explain ypur code a little bit, particularly the chained decorators?
Thanks.
Oh, I was looking for something that can do all of them or most of them in a singular plugin. Basically a website's health/usability. @Hipska can clarify.
Yeah, lets reduce the scope for this. I am fine with doing just the traceroute thing.
I need a little help in deciding what the output should look like before I got implementing. Any comments, guidlines is very much apprecaited.
I think traceroute being supported natively eliminates the need to run it via `exec`. Getting the same information via libraries shoudln't require messing with any privileges.
@powersj Let me know if we need to discuss this more. I am looking around for some libraries that can provide the `traceroute` metrics. Do let me know if you...
Should I go ahead and give pro-bing a shot? I want to see what the exact would look like.
Is there a suggested list of metrics that comes to mind as ouptut? `count of hops, time taken(min, max, avg, sd), result_code,packets_sent, packets_received, ttl` Is this the right direction?