|
Lines 266-273
Link Here
|
| 266 |
or if the program is terminated with a |
266 |
or if the program is terminated with a |
| 267 |
.Dv SIGINT , |
267 |
.Dv SIGINT , |
| 268 |
a brief summary is displayed, showing the number of packets sent and |
268 |
a brief summary is displayed, showing the number of packets sent and |
| 269 |
received, and the minimum, maximum, mean, and standard deviation of |
269 |
received, and the minimum, mean, maximum and standard deviation of |
| 270 |
the round-trip times. |
270 |
the round-trip times. |
|
|
271 |
.Pp |
| 272 |
If |
| 273 |
.Nm |
| 274 |
receives a |
| 275 |
.Dv SIGINFO |
| 276 |
(see the ``status'' argument for |
| 277 |
.Xr stty 1 ) |
| 278 |
signal, the current number of packets sent and received, and the |
| 279 |
minimum, mean and maximum of the round-trip times will be written to |
| 280 |
the standard error output. |
| 271 |
.Pp |
281 |
.Pp |
| 272 |
This program is intended for use in network testing, measurement and |
282 |
This program is intended for use in network testing, measurement and |
| 273 |
management. |
283 |
management. |