roundtrip - How to calculate maximum, minimum and average RTT of ping in python? -
it's 1 question of our assignment.
have calculated rtt using time.clock()-initialtime
in python, got stuck when comes max, min, avr rtts.
should do? i'm thinking has packet size?
send bunch of pings , run trivial statistics on rtts get. can't deduce max, min, or average sample size of 1.
Comments
Post a Comment