mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Mark kgmon(8) obsolete, redirecting users to pmcstat(8).
MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D12574
This commit is contained in:
parent
383f241dce
commit
dd62bb6aeb
1 changed files with 8 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" @(#)kgmon.8 8.1 (Berkeley) 6/6/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dd November 23, 2017
|
||||
.Dt KGMON 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -40,6 +40,13 @@
|
|||
.Op Fl M Ar core
|
||||
.Op Fl N Ar system
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This command is obsolete.
|
||||
Users are advised to use
|
||||
.Xr pmcstat 8
|
||||
instead.
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility is used when profiling the operating system.
|
||||
|
|
|
|||
Loading…
Reference in a new issue