|
|
@ -45,6 +45,7 @@ type VirtualMemoryStat struct {
|
|
|
|
// Linux specific numbers
|
|
|
|
// Linux specific numbers
|
|
|
|
// https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html
|
|
|
|
// https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html
|
|
|
|
// https://www.kernel.org/doc/Documentation/filesystems/proc.txt
|
|
|
|
// https://www.kernel.org/doc/Documentation/filesystems/proc.txt
|
|
|
|
|
|
|
|
// https://www.kernel.org/doc/Documentation/vm/overcommit-accounting
|
|
|
|
Buffers uint64 `json:"buffers"`
|
|
|
|
Buffers uint64 `json:"buffers"`
|
|
|
|
Cached uint64 `json:"cached"`
|
|
|
|
Cached uint64 `json:"cached"`
|
|
|
|
Writeback uint64 `json:"writeback"`
|
|
|
|
Writeback uint64 `json:"writeback"`
|
|
|
|