type github.com/prometheus/procfs.ProcLimits
7 uses
github.com/prometheus/procfs (current package)
proc_limits.go#L27: type ProcLimits struct {
proc_limits.go#L83: func (p Proc) NewLimits() (ProcLimits, error) {
proc_limits.go#L88: func (p Proc) Limits() (ProcLimits, error) {
proc_limits.go#L91: return ProcLimits{}, err
proc_limits.go#L96: l = ProcLimits{}
proc_limits.go#L102: return ProcLimits{}, fmt.Errorf(
proc_limits.go#L141: return ProcLimits{}, 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. |