type github.com/prometheus/procfs.Stat
17 uses
github.com/prometheus/procfs (current package)
stat.go#L59: type Stat struct {
stat.go#L149: func NewStat() (Stat, error) {
stat.go#L152: return Stat{}, err
stat.go#L161: func (fs FS) NewStat() (Stat, error) {
stat.go#L167: func (fs FS) Stat() (Stat, error) {
stat.go#L171: return Stat{}, err
stat.go#L174: stat := Stat{}
stat.go#L187: return Stat{}, fmt.Errorf("couldn't parse %s (btime): %s", parts[1], err)
stat.go#L191: return Stat{}, fmt.Errorf("couldn't parse %s (intr): %s", parts[1], err)
stat.go#L197: return Stat{}, fmt.Errorf("couldn't parse %s (intr%d): %s", count, i, err)
stat.go#L202: return Stat{}, fmt.Errorf("couldn't parse %s (ctxt): %s", parts[1], err)
stat.go#L206: return Stat{}, fmt.Errorf("couldn't parse %s (processes): %s", parts[1], err)
stat.go#L210: return Stat{}, fmt.Errorf("couldn't parse %s (procs_running): %s", parts[1], err)
stat.go#L214: return Stat{}, fmt.Errorf("couldn't parse %s (procs_blocked): %s", parts[1], err)
stat.go#L219: return Stat{}, err
stat.go#L226: return Stat{}, err
stat.go#L240: return Stat{}, fmt.Errorf("couldn't parse %s: %s", fileName, 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. |