Page MenuHomeFreeBSD

Mark kgmon(8) as obsolete
ClosedPublic

Authored by trasz on Oct 3 2017, 12:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 26, 1:32 AM
Unknown Object (File)
May 14 2025, 8:23 PM
Unknown Object (File)
Apr 27 2025, 6:03 AM
Unknown Object (File)
Apr 19 2025, 12:48 PM
Unknown Object (File)
Apr 19 2025, 5:00 AM
Unknown Object (File)
Apr 19 2025, 4:41 AM
Unknown Object (File)
Apr 19 2025, 3:48 AM
Unknown Object (File)
Apr 19 2025, 3:43 AM
Subscribers

Details

Summary

Mark kgmon(8) as obsolete, and redirect users to pmcstat(8) instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added inline comments.
usr.sbin/kgmon/kgmon.8
44 ↗(On Diff #33651)

Probably should say it's deprecated? Does it just not work at all now?

No idea if it works. Few months ago I've tried to build the kernel with kgmon support, and it didn't build. Either way, the correct way to phasing it out is to declare it obsoleted in the man page, and I think that's something that can be done without checking if it actually works.

As for "obsolete" vs "deprecated" - what's the difference?

This revision was automatically updated to reflect the committed changes.