mirror of https://github.com/shirou/gopsutil
Add support for reading AnonHugePages from /proc/meminfo
This commit adds support for reading the `AnonHugePages` field from `/proc/meminfo`. The values in this field allow monitoring the [THP](https://www.kernel.org/doc/Documentation/vm/transhuge.txt) usage by systems that use this type of memorypull/1519/head
parent
faad806080
commit
7f4efa5358
@ -0,0 +1,4 @@
|
||||
MemTotal: 260799420 kB
|
||||
MemFree: 119443248 kB
|
||||
MemAvailable: 127880216 kB
|
||||
AnonHugePages: 50409472 kB
|
Loading…
Reference in New Issue