|
|
@ -67,8 +67,8 @@ type VirtualMemoryStat struct {
|
|
|
|
VMallocTotal uint64 `json:"vmalloctotal"`
|
|
|
|
VMallocTotal uint64 `json:"vmalloctotal"`
|
|
|
|
VMallocUsed uint64 `json:"vmallocused"`
|
|
|
|
VMallocUsed uint64 `json:"vmallocused"`
|
|
|
|
VMallocChunk uint64 `json:"vmallocchunk"`
|
|
|
|
VMallocChunk uint64 `json:"vmallocchunk"`
|
|
|
|
HugePagesTotal uint64 `json:"hugePagestotal"`
|
|
|
|
HugePagesTotal uint64 `json:"hugepagestotal"`
|
|
|
|
HugePagesFree uint64 `json:"hugePagesfree"`
|
|
|
|
HugePagesFree uint64 `json:"hugepagesfree"`
|
|
|
|
HugePageSize uint64 `json:"hugepagesize"`
|
|
|
|
HugePageSize uint64 `json:"hugepagesize"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|