Bug 210904

Summary: Added CAVEATS section to the kinfo_getvmmap(3) man page explaining the high CPU consumption
Product: Documentation Reporter: Yuri Victorovich <yuri>
Component: Books & ArticlesAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Only Me CC: sevan
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D12004
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-07-07 22:18:58 UTC
Created attachment 172215 [details]
patch

This proposed caveat is based on the reply message that the user Konstantin Belousov posted on the hackers@ ML: https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/049710.html

I think, since kinfo_getvmmap(3) consumes unexpectedly a lot of CPU this is worth mentioning in the man page.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-18 16:43:40 UTC
A commit references this bug:

Author: sevan
Date: Fri Aug 18 16:42:59 UTC 2017
New revision: 322665
URL: https://svnweb.freebsd.org/changeset/base/322665

Log:
  Add caveat to kinfo_getvmmap(3) explaining high CPU utilisation.
  Based on kib's reply on https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/049710.html

  PR:		210904
  Submitted by:	Yuri Victorovich <yuri AT rawbw DOT com>
  Reviewed by:	jilles
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	https://reviews.freebsd.org/D12004

Changes:
  head/lib/libutil/kinfo_getvmmap.3
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2017-08-18 16:44:54 UTC
Committed, thank you for the patch & apologies for the delay.