|
Lines 302-309
Link Here
|
| 302 |
or if the program is terminated with a |
302 |
or if the program is terminated with a |
| 303 |
.Dv SIGINT , |
303 |
.Dv SIGINT , |
| 304 |
a brief summary is displayed, showing the number of packets sent and |
304 |
a brief summary is displayed, showing the number of packets sent and |
| 305 |
received, and the minimum, maximum, mean, and standard deviation of |
305 |
received, and the minimum, mean and maximum of the round-trip times. |
| 306 |
the round-trip times. |
306 |
.Pp |
|
|
307 |
If |
| 308 |
.Nm |
| 309 |
receives a |
| 310 |
.Dv SIGINFO |
| 311 |
(see the ``status'' argument for |
| 312 |
.Xr stty 1 ) |
| 313 |
signal, the current number of packets sent and received, and the |
| 314 |
minimum, mean and maximum of the round-trip times will be written to |
| 315 |
the standard error output in the same format as the standard |
| 316 |
completion message. |
| 307 |
.Pp |
317 |
.Pp |
| 308 |
This program is intended for use in network testing, measurement and |
318 |
This program is intended for use in network testing, measurement and |
| 309 |
management. |
319 |
management. |