github.com/prometheus/procfs.PSILine.Avg60 (field)

3 uses

	github.com/prometheus/procfs (current package)
		proc_psi.go#L43: 	Avg60  float64
		proc_psi.go#L79: 			_, err := fmt.Sscanf(l, fmt.Sprintf("some %s", lineFormat), &psi.Avg10, &psi.Avg60, &psi.Avg300, &psi.Total)
		proc_psi.go#L86: 			_, err := fmt.Sscanf(l, fmt.Sprintf("full %s", lineFormat), &psi.Avg10, &psi.Avg60, &psi.Avg300, &psi.Total)