diff options
author | ume <ume@FreeBSD.org> | 2002-03-01 09:49:48 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-03-01 09:49:48 +0000 |
commit | ff42cf3e07ea977d1757a36f2930a66c3787a0f7 (patch) | |
tree | ff46525f4b1d86267c7311c838fde6a015fb7c51 /sbin/ping6/ping6.8 | |
parent | d98b25897dbc3fea0fc19d416aa4de57ce2417d2 (diff) | |
download | FreeBSD-src-ff42cf3e07ea977d1757a36f2930a66c3787a0f7.zip FreeBSD-src-ff42cf3e07ea977d1757a36f2930a66c3787a0f7.tar.gz |
Show standard deviation.
PR: bin/35433
Submitted by: Morten Rodal <morten@rodal.no>,
Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
Diffstat (limited to 'sbin/ping6/ping6.8')
-rw-r--r-- | sbin/ping6/ping6.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 9e812a3..161f329 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -302,7 +302,8 @@ When the specified number of packets have been sent or if the program is terminated with a .Dv SIGINT , a brief summary is displayed, showing the number of packets sent and -received, and the minimum, mean, and maximum of the round-trip times. +received, and the minimum, mean, maximum, and standard deviation of +the round-trip times. .Pp If .Nm @@ -313,9 +314,9 @@ receives a argument for .Xr stty 1 ) signal, the current number of packets sent and received, and the -minimum, mean, and maximum of the round-trip times will be written to -the standard output in the same format as the standard completion -message. +minimum, mean, maximum, and standard deviation of the round-trip times +will be written to the standard output in the same format as the +standard completion message. .Pp This program is intended for use in network testing, measurement and management. |