Go module to get process status
Find a file
2024-11-25 14:42:15 +02:00
go.mod initial commit: implement linux 2024-11-25 14:37:07 +02:00
LICENSE initial commit: implement linux 2024-11-25 14:37:07 +02:00
linux_test.go initial commit: implement linux 2024-11-25 14:37:07 +02:00
proc.go initial commit: implement linux 2024-11-25 14:37:07 +02:00
proc_linux.go initial commit: implement linux 2024-11-25 14:37:07 +02:00
README.md add readme 2024-11-25 14:42:15 +02:00

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.