stats.3 (8b3bc70a2b2d3889f9163e5e5a24747cea6417e6) | stats.3 (359d7273f5b665b5b6e76a1b40864a5a95c7e095) |
---|---|
1.\" 2.\" Copyright (c) 2016-2018 Netflix, Inc. 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 11 unchanged lines hidden (view full) --- 20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" | 1.\" 2.\" Copyright (c) 2016-2018 Netflix, Inc. 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 11 unchanged lines hidden (view full) --- 20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" |
28.Dd October 7, 2019 | 28.Dd December 2, 2019 |
29.Dt STATS 3 30.Os 31.Sh NAME 32.Nm stats 33.Nd statistics gathering 34.Sh LIBRARY 35.Lb libstats 36.Sh SYNOPSIS --- 918 unchanged lines hidden (view full) --- 955.Fx 13.0 . 956.Sh AUTHORS 957.An -nosplit 958The 959.Nm 960framework and this manual page were written by 961.An Lawrence Stewart Aq lstewart@FreeBSD.org 962and sponsored by Netflix, Inc. | 29.Dt STATS 3 30.Os 31.Sh NAME 32.Nm stats 33.Nd statistics gathering 34.Sh LIBRARY 35.Lb libstats 36.Sh SYNOPSIS --- 918 unchanged lines hidden (view full) --- 955.Fx 13.0 . 956.Sh AUTHORS 957.An -nosplit 958The 959.Nm 960framework and this manual page were written by 961.An Lawrence Stewart Aq lstewart@FreeBSD.org 962and sponsored by Netflix, Inc. |
963.Sh CAVEATS 964Granularity of timing-dependent network statistics, in particular TCP_RTT, 965depends on the 966.Dv HZ 967timer. 968To minimize the measurement error avoid using HZ lower than 1000. |
|