From 9e34d13ff4fe46bb1d990a1b2278f7ee7ee78e2a Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Wed, 6 Apr 2011 19:48:11 +0000 Subject: Add computation of median and change standard deviation calculation to "sample" standard deviation. Split statistics output onto 2 lines. svn path=/trunk/; revision=36501 --- doc/tshark.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tshark.pod b/doc/tshark.pod index f9de53be3b..82e5b6f12d 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -713,7 +713,8 @@ files and captured traffic. =item B<-z> icmp,srt[,I] Compute total ICMP echo requests, replies, loss, and percent loss, as well as -min, max and average SRT statistics typical of ping statistics. +minimum, maximum, mean, median and sample standard deviation SRT statistics +typical of what ping provides. Example: S> will collect ICMP SRT statistics for ICMP echo request packets originating from a specific host. -- cgit v1.2.3