github.com/prometheus/procfs.ProcStat.ResidentMemory (method)

2 uses

	github.com/prometheus/procfs (current package)
		proc_stat.go#L175: func (s ProcStat) ResidentMemory() int {

	github.com/prometheus/client_golang/prometheus
		process_collector_other.go#L43: 		ch <- MustNewConstMetric(c.rss, GaugeValue, float64(stat.ResidentMemory()))