[memory] Linux: add document url about OverCommiting.

This commit is contained in:
shirou 2018-03-28 10:57:05 +09:00
parent a1564d2e89
commit 1ba5059aca
1 changed files with 1 additions and 0 deletions

View File

@ -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"`