[memory] Linux: add document url about OverCommiting.
This commit is contained in:
parent
a1564d2e89
commit
1ba5059aca
|
@ -45,6 +45,7 @@ type VirtualMemoryStat struct {
|
|||
// Linux specific numbers
|
||||
// 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/vm/overcommit-accounting
|
||||
Buffers uint64 `json:"buffers"`
|
||||
Cached uint64 `json:"cached"`
|
||||
Writeback uint64 `json:"writeback"`
|
||||
|
|
Loading…
Reference in New Issue