type github.com/prometheus/procfs.ProcStat
11 uses
github.com/prometheus/procfs (current package)
proc_stat.go#L44: type ProcStat struct {
proc_stat.go#L110: func (p Proc) NewStat() (ProcStat, error) {
proc_stat.go#L115: func (p Proc) Stat() (ProcStat, error) {
proc_stat.go#L118: return ProcStat{}, err
proc_stat.go#L124: s = ProcStat{PID: p.PID, proc: p.fs}
proc_stat.go#L130: return ProcStat{}, fmt.Errorf(
proc_stat.go#L163: return ProcStat{}, err
proc_stat.go#L170: func (s ProcStat) VirtualMemory() uint {
proc_stat.go#L175: func (s ProcStat) ResidentMemory() int {
proc_stat.go#L180: func (s ProcStat) StartTime() (float64, error) {
proc_stat.go#L190: func (s ProcStat) CPUTime() float64 {
![]() |
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. |