Bug 210904 - Added CAVEATS section to the kinfo_getvmmap(3) man page explaining the high CPU consumption
Summary: Added CAVEATS section to the kinfo_getvmmap(3) man page explaining the high C...
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sevan Janiyan
URL: https://reviews.freebsd.org/D12004
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-07-07 22:18 UTC by Yuri Victorovich
Modified: 2017-08-18 16:44 UTC (History)
1 user (show)

See Also:


Attachments
patch (676 bytes, patch)
2016-07-07 22:18 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.