|
|
@ -57,6 +57,19 @@ type VirtualMemoryStat struct {
|
|
|
|
SwapCached uint64 `json:"swapcached"`
|
|
|
|
SwapCached uint64 `json:"swapcached"`
|
|
|
|
CommitLimit uint64 `json:"commitlimit"`
|
|
|
|
CommitLimit uint64 `json:"commitlimit"`
|
|
|
|
CommittedAS uint64 `json:"committedas"`
|
|
|
|
CommittedAS uint64 `json:"committedas"`
|
|
|
|
|
|
|
|
HighTotal uint64 `json:"hightotal"`
|
|
|
|
|
|
|
|
HighFree uint64 `json:"highfree"`
|
|
|
|
|
|
|
|
LowTotal uint64 `json:"lowtotal"`
|
|
|
|
|
|
|
|
LowFree uint64 `json:"lowfree"`
|
|
|
|
|
|
|
|
SwapTotal uint64 `json:"swaptotal"`
|
|
|
|
|
|
|
|
SwapFree uint64 `json:"swapfree"`
|
|
|
|
|
|
|
|
Mapped uint64 `json:"mapped"`
|
|
|
|
|
|
|
|
VMallocTotal uint64 `json:"vmalloctotal"`
|
|
|
|
|
|
|
|
VMallocUsed uint64 `json:"vmallocused"`
|
|
|
|
|
|
|
|
VMallocChunk uint64 `json:"vmallocchunk"`
|
|
|
|
|
|
|
|
HugePagesTotal uint64 `json:"hugePagestotal"`
|
|
|
|
|
|
|
|
HugePagesFree uint64 `json:"hugePagesfree"`
|
|
|
|
|
|
|
|
HugePageSize uint64 `json:"hugepagesize"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type SwapMemoryStat struct {
|
|
|
|
type SwapMemoryStat struct {
|
|
|
|