Added comment noting that PgMajFault is Linux specific

pull/882/head
James Bebbington 5 years ago committed by GitHub
parent 16fdb92bfc
commit 61cb122a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,6 +88,9 @@ type SwapMemoryStat struct {
PgIn uint64 `json:"pgin"`
PgOut uint64 `json:"pgout"`
PgFault uint64 `json:"pgfault"`
// Linux specific numbers
// https://www.kernel.org/doc/Documentation/cgroup-v2.txt
PgMajFault uint64 `json:"pgmajfault"`
}

Loading…
Cancel
Save