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)
Sun, Mar 9, 4:32 AM
Unknown Object (File)
Feb 8 2025, 1:33 PM
Unknown Object (File)
Feb 4 2025, 1:37 PM
Unknown Object (File)
Nov 25 2024, 8:54 AM
Unknown Object (File)
Nov 25 2024, 6:01 AM
Unknown Object (File)
Nov 23 2024, 6:34 AM
Unknown Object (File)
Nov 22 2024, 6:35 AM
Unknown Object (File)
Nov 21 2024, 1:22 PM
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.