MCPcopy
hub / github.com/evilsocket/opensnitch / GetExtraInfo

Method GetExtraInfo

daemon/procmon/details.go:114–121  ·  view source on GitHub ↗

GetExtraInfo collects information of a process.

()

Source from the content-addressed store, hash-verified

112
113// GetExtraInfo collects information of a process.
114func (p *Process) GetExtraInfo() error {
115 p.ReadEnv()
116 p.readDescriptors()
117 p.readIOStats()
118 p.readStatus()
119
120 return nil
121}
122
123// ReadPPID obtains the pid of the parent process
124func (p *Process) ReadPPID() {

Callers 1

StartMethod · 0.95

Calls 4

ReadEnvMethod · 0.95
readDescriptorsMethod · 0.95
readIOStatsMethod · 0.95
readStatusMethod · 0.95

Tested by

no test coverage detected