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)
Fri, Jan 3, 5:05 PM
Unknown Object (File)
Dec 3 2024, 3:18 PM
Unknown Object (File)
Nov 25 2024, 6:56 PM
Unknown Object (File)
Nov 25 2024, 9:28 AM
Unknown Object (File)
Nov 24 2024, 10:21 PM
Unknown Object (File)
Nov 24 2024, 5:32 AM
Unknown Object (File)
Nov 23 2024, 5:22 PM
Unknown Object (File)
Nov 23 2024, 1:26 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.