Go module to get process status
| go.mod | ||
| LICENSE | ||
| proc.go | ||
| proc_freebsd.go | ||
| proc_linux.go | ||
| proc_test.go | ||
| README.md | ||
proc4unix
Go module to provide functions for querying process state (such as running, stop, idle or zombie).
Currently implemented for:
- FreeBSD
- Linux
Functionality and platform coverage will be expanded as my needs grow.