MCPcopy Create free account
hub / github.com/prometheus/procfs / path

Method path

proc.go:306–308  ·  view source on GitHub ↗
(pa ...string)

Source from the content-addressed store, hash-verified

304}
305
306func (p Proc) path(pa ...string) string {
307 return p.fs.proc.Path(append([]string{strconv.Itoa(p.PID)}, pa...)...)
308}
309
310// FileDescriptorsInfo retrieves information about all file descriptors of
311// the process.

Callers 15

CgroupsMethod · 0.95
ThreadMethod · 0.95
StatmMethod · 0.95
LimitsMethod · 0.95
EnvironMethod · 0.95
NetstatMethod · 0.95
NewStatusMethod · 0.95
ProcSMapsRollupMethod · 0.95
procSMapsRollupManualMethod · 0.95
Snmp6Method · 0.95
FDInfoMethod · 0.95
NetDevSNMP6Method · 0.95

Calls 1

PathMethod · 0.45

Tested by

no test coverage detected