type github.com/prometheus/procfs.ProcFDInfos
7 uses
github.com/prometheus/procfs (current package)
proc.go#L272: func (p Proc) FileDescriptorsInfo() (ProcFDInfos, error) {
proc.go#L278: var fdinfos ProcFDInfos
proc_fdinfo.go#L111: type ProcFDInfos []ProcFDInfo
proc_fdinfo.go#L113: func (p ProcFDInfos) Len() int { return len(p) }
proc_fdinfo.go#L114: func (p ProcFDInfos) Swap(i, j int) { p[i], p[j] = p[j], p[i] }
proc_fdinfo.go#L115: func (p ProcFDInfos) Less(i, j int) bool { return p[i].FD < p[j].FD }
proc_fdinfo.go#L118: func (p ProcFDInfos) InotifyWatchLen() (int, error) {
![]() |
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. |