Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 1997 13:04:08 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        wollman@khavrinen.lcs.mit.edu (Garrett Wollman)
Cc:        current@freebsd.org
Subject:   Re: Ping with standard deviation?
Message-ID:  <199707152004.NAA21101@hub.freebsd.org>
In-Reply-To: <199707151921.PAA12803@khavrinen.lcs.mit.edu> from "Garrett Wollman" at Jul 15, 97 03:21:20 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Wollman wrote:
> 
> I just modified `ping' to output standard deviation in addition to the
> other statistics.  Does anyone out there think that this would be
> useful in the general case?
> 
> This gives output like:
> 
> --- lanrover.lcs.mit.edu ping statistics ---
> 81 packets transmitted, 81 packets received, 0% packet loss
> round-trip min/avg/max/stddev = 2.220/5.378/67.712/10.643 ms
> 
> (As you can see, there's an unfortunate amount of jitter in my
> network.)
> 
> It does increase the size of the ping executable a few K since we have

	std dev and avg (ping already prints avg) are very sensitive
	to outliers.  how using the statistics suggested by vern paxson
	instead?  median in place of average and inter-quartile range
	in place of std deviation.  (from memory, i'll have to get
	the phd thesis to check).
jmb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707152004.NAA21101>