type github.com/prometheus/procfs.PSIStats
7 uses
github.com/prometheus/procfs (current package)
proc_psi.go#L51: type PSIStats struct {
proc_psi.go#L59: func (fs FS) PSIStatsForResource(resource string) (PSIStats, error) {
proc_psi.go#L62: return PSIStats{}, fmt.Errorf("psi_stats: unavailable for %s", resource)
proc_psi.go#L69: func parsePSIStats(resource string, r io.Reader) (PSIStats, error) {
proc_psi.go#L70: psiStats := PSIStats{}
proc_psi.go#L81: return PSIStats{}, err
proc_psi.go#L88: return PSIStats{}, err
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |