Go module to get process status
Find a file
2024-11-25 15:18:49 +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
proc.go initial commit: implement linux 2024-11-25 14:37:07 +02:00
proc_freebsd.go implement freebsd libproc query, BUT it's reading wrong values 2024-11-25 15:18:49 +02:00
proc_linux.go initial commit: implement linux 2024-11-25 14:37:07 +02:00
proc_test.go implement freebsd libproc query, BUT it's reading wrong values 2024-11-25 15:18:49 +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.