type github.com/prometheus/procfs.ProcStatus
6 uses
github.com/prometheus/procfs (current package)
proc_status.go#L26: type ProcStatus struct {
proc_status.go#L77: func (p Proc) NewStatus() (ProcStatus, error) {
proc_status.go#L80: return ProcStatus{}, err
proc_status.go#L83: s := ProcStatus{PID: p.PID}
proc_status.go#L111: func (s *ProcStatus) fillStatus(k string, vString string, vUint uint64, vUintBytes uint64) {
proc_status.go#L159: func (s ProcStatus) TotalCtxtSwitches() uint64 {
![]() |
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. |