diff options
Diffstat (limited to 'static/freebsd/man7/stats.7 4.html')
| -rw-r--r-- | static/freebsd/man7/stats.7 4.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/static/freebsd/man7/stats.7 4.html b/static/freebsd/man7/stats.7 4.html new file mode 100644 index 00000000..2c97e6ca --- /dev/null +++ b/static/freebsd/man7/stats.7 4.html @@ -0,0 +1,107 @@ +<table class="head"> + <tr> + <td class="head-ltitle">STATS(7)</td> + <td class="head-vol">Miscellaneous Information Manual</td> + <td class="head-rtitle">STATS(7)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">stats</code> — + <span class="Nd">information about various and sundry statistics + utilities</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <span class="Ux">FreeBSD</span> userland in part contains a + series of utilities which can be used to ascertain system state at runtime + and optionally from core files.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="COMMANDS"><a class="permalink" href="#COMMANDS">COMMANDS</a></h1> +<p class="Pp">The following commands (sorted alphabetically) are currently + included in the base system, with more appearing periodically.</p> +<dl class="Bl-tag"> + <dt><code class="Nm">btsockstat</code></dt> + <dd>Show Bluetooth socket information</dd> + <dt><code class="Nm">ctlstat</code></dt> + <dd>CAM Target Layer statistics utility</dd> + <dt><code class="Nm">dwatch</code></dt> + <dd>Watch processes as they trigger a particular DTrace probe</dd> + <dt><code class="Nm">fstat</code></dt> + <dd>Identify active files</dd> + <dt><code class="Nm">gstat</code></dt> + <dd>Print statistics about GEOM disks</dd> + <dt><code class="Nm">ibstat</code></dt> + <dd>Display information from the InfiniBand driver</dd> + <dt><code class="Nm">ifmcstat</code></dt> + <dd>Dump multicast group management statistics per interface</dd> + <dt><code class="Nm">iostat</code></dt> + <dd>Report kernel subsystem I/O statistics</dd> + <dt><code class="Nm">ipfstat</code></dt> + <dd>Display IPF packet filter statistics and filter list</dd> + <dt><code class="Nm">kldstat</code></dt> + <dd>Display status of dynamic kernel linker</dd> + <dt><code class="Nm">lockstat</code></dt> + <dd>Report kernel lock and profiling statistics</dd> + <dt><code class="Nm">mailstats</code></dt> + <dd>Display mail statistics</dd> + <dt><code class="Nm">netstat</code></dt> + <dd>Show network status and statistics</dd> + <dt><code class="Nm">nfsstat</code></dt> + <dd>Display NFS statistics</dd> + <dt><code class="Nm">plockstat</code></dt> + <dd>Trace pthread lock statistics using DTrace</dd> + <dt><code class="Nm">pmcstat</code></dt> + <dd>Performance measurement with performance monitoring hardware</dd> + <dt><code class="Nm">procstat</code></dt> + <dd>Get detailed process information</dd> + <dt><code class="Nm">pstat</code></dt> + <dd>Display system data structures</dd> + <dt><code class="Nm">sockstat</code></dt> + <dd>List open sockets</dd> + <dt><code class="Nm">stat</code></dt> + <dd>Display file status</dd> + <dt><code class="Nm">systat</code></dt> + <dd>Display system statistics</dd> + <dt><code class="Nm">vmstat</code></dt> + <dd>Report virtual memory statistics</dd> + <dt><code class="Nm">zpool iostat</code></dt> + <dd>Report ZFS I/O statistics</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">btsockstat(1)</a>, <a class="Xr">dwatch(1)</a>, + <a class="Xr">fstat(1)</a>, <a class="Xr">intro(1)</a>, + <a class="Xr">lockstat(1)</a>, <a class="Xr">netstat(1)</a>, + <a class="Xr">plockstat(1)</a>, <a class="Xr">procstat(1)</a>, + <a class="Xr">sockstat(1)</a>, <a class="Xr">stat(1)</a>, + <a class="Xr">systat(1)</a>, <a class="Xr">intro(7)</a>, + <a class="Xr">tuning(7)</a>, <a class="Xr">ctlstat(8)</a>, + <a class="Xr">gstat(8)</a>, <a class="Xr">ibstat(8)</a>, + <a class="Xr">ifmcstat(8)</a>, <a class="Xr">intro(8)</a>, + <a class="Xr">iostat(8)</a>, <a class="Xr">ipfstat(8)</a>, + <a class="Xr">kldstat(8)</a>, <a class="Xr">mailstats(8)</a>, + <a class="Xr">pmcstat(8)</a>, <a class="Xr">pstat(8)</a>, + <a class="Xr">vmstat(8)</a>, <a class="Xr">zpool(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">stats</code> manual page first appeared in + <span class="Ux">FreeBSD 13.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp"><span class="An">Daniel Ebdrup Jensen</span> + <<a class="Mt" href="mailto:debdrup@FreeBSD.org">debdrup@FreeBSD.org</a>></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">October 28, 2025</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
