Index: share/man/man7/Makefile =================================================================== --- share/man/man7/Makefile +++ share/man/man7/Makefile @@ -26,6 +26,7 @@ sdoc.7 \ security.7 \ sprog.7 \ + stats.7 \ stdint.7 \ sticky.7 \ tests.7 \ Index: share/man/man7/stats.7 =================================================================== --- /dev/null +++ share/man/man7/stats.7 @@ -0,0 +1,89 @@ +.\" Copyright (c) 2020 Daniel Ebdrup Jensen +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.Dd April 14, 2020 +.Dt STATS 7 +.Os +.Sh NAME +.Nm stats +.Nd information about various and syndry statistics utilities +.Sh DESCRIPTION +The FreeBSD userland consists of a series of utilities which can be used +to ascertain system state at runtime and optionally from core files. +.Sh COMMANDS +The following commands +.Pq sorted alphabetically +are currently included in the base system, with more appearing periodically. +.Bl -tag -width ".Cm btsockstat" +.It Cm btsockstat +Show bluetooth socket information +.It Cm ctlstat +CAM Target Layer statistics utility +.It Cm fstat +Identify active files +.It Cm gstat +Print statistics about GEOM disks +.It Cm ibstat +Display information from the InfiniBand driver +.It Cm ifmcstat +Dump multicast group management statistics per interface +.It Cm iostat +Report kernel subsystem I/O statistics +.It Cm ipfstat +Display IPF packet filter statistics and filter list +.It Cm kldstat +Display status of dynamic kernel linker +.It Cm lockstat +Report kernel lock and profiling statistics +.It Cm mailstats +Display mail statistics +.It Cm ministat +Statistics utility that can determine min/max/avg/student-t at differing +confidence levels. +.It Cm netstat +Show network status and statistics +.It Cm nfsstat +Display NFS statistics +.It Cm plockstat +Trace pthread lock statistics using DTrace +.It Cm pmcstat +Performance measurement with performance monitoring hardware +.It Cm procstat +Get detailed process information +.It Cm pstat +Display system data structures +.It Cm sockstat +List open sockets +.It Cm systat +Display system statistics +.It Cm vmstat +Report virtual memory statistics +.Sh SEE ALSO +.Xr intro 1 +.Xr intro 7 +.Xr intro 8 +.Sh HISTORY +.Nm +first appeared in +.Fx 13.0 . +.Sh AUTHORS +.An Daniel Ebdrup Jensen Aq Mt debdrup@FreeBSD.org