//
pkg.gl
Category
github.com/skydive-project/skydive
process
package
0.28.0
Repository:
https://github.com/skydive-project/skydive.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
75 SLOC
#
Functions
GetInfo
GetInfo retrieve process info from /proc.
#
Constants
Dead
Dead state.
Running
Running state.
Sleeping
Sleeping state.
Stopped
Stopped state.
TracingStop
TracingStop state.
Waiting
Waiting state.
Zombie
Zombie state.
#
Structs
Info
Info describes the information of a running process.
#
Type aliases
State
State describes the state of a process.