Home
last modified time | relevance | path

Searched refs:getMemSample (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/bitbucket.org/bertimus9/systemstat/
H A Dsystemstat_ex.go25 func getMemSample(procfile string) (samp MemSample) { func
H A Dsystemstat.go140 return getMemSample("/proc/meminfo")
H A Dsystemstat_linux.go70 func getMemSample(procfile string) (samp MemSample) { func