Page MenuHomeFreeBSD

Add caveat to kinfo_getvmmap(3) explaining high CPU utilisation
ClosedPublic

Authored by sevan on Aug 12 2017, 1:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 14 2024, 6:38 AM
Unknown Object (File)
Jan 9 2024, 2:04 PM
Unknown Object (File)
Dec 20 2023, 12:22 AM
Unknown Object (File)
Nov 7 2023, 2:54 PM
Unknown Object (File)
Nov 6 2023, 6:13 AM
Unknown Object (File)
Nov 6 2023, 1:07 AM
Unknown Object (File)
Nov 4 2023, 8:03 PM
Unknown Object (File)
Oct 6 2023, 1:31 PM
Subscribers

Details

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 12 2017, 3:14 PM

This seems a useful hint.

lib/libutil/kinfo_getvmmap.3
65 ↗(On Diff #31980)

Perhaps this sentence can be improved a bit, like ".Fn kinfo_getvmmap calls can cause significant CPU consumption because calculating the residency counts requires iterating over all memory pages of the process.

bcr requested changes to this revision.Aug 12 2017, 7:43 PM

Found a simple thing to fix first.

lib/libutil/kinfo_getvmmap.3
65 ↗(On Diff #31980)

Right and there needs to be a line break after the sentence stop. How did I miss that in my first pass?

This revision now requires changes to proceed.Aug 12 2017, 7:43 PM
sevan edited edge metadata.

Reword & add line break.

Excellent, now it's ready to go.

This revision is now accepted and ready to land.Aug 18 2017, 4:37 PM
This revision was automatically updated to reflect the committed changes.