mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document ping6(8) reaction to SIGINFO.
PR: doc/33639 Reviewed by: ru Approved by: ru MFC after: 1 week
This commit is contained in:
parent
605af08d9f
commit
87c5e8ebc4
1 changed files with 14 additions and 2 deletions
|
|
@ -302,8 +302,20 @@ 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, maximum, mean, and standard deviation of
|
||||
the round-trip times.
|
||||
received, and the minimum, mean, and maximum of the round-trip times.
|
||||
.Pp
|
||||
If
|
||||
.Nm
|
||||
receives a
|
||||
.Dv SIGINFO
|
||||
(see the
|
||||
.Cm status
|
||||
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.
|
||||
.Pp
|
||||
This program is intended for use in network testing, measurement and
|
||||
management.
|
||||
|
|
|
|||
Loading…
Reference in a new issue