aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-06 19:48:11 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-06 19:48:11 +0000
commit35f7a59ef73c0dd3b356703c683129ff7849dcd7 (patch)
treedd18539942348455f25bb0ce00a7f90137b9d3ff /doc
parent569bf3a80f47985e761432883ede09cf7bbe6c69 (diff)
Add computation of median and change standard deviation calculation to "sample"
standard deviation. Split statistics output onto 2 lines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36501 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod3
1 files changed, 2 insertions, 1 deletions
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<filter>]
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<B<-z icmp,srt,ip.src==1.2.3.4>> will collect ICMP SRT statistics
for ICMP echo request packets originating from a specific host.