1
Fork 0
A small binary to inspect the state of a system.
  • Go 78%
  • Just 22%
Find a file
2026-05-14 14:38:18 +01:00
.gitignore Write inspector 2026-05-14 14:28:32 +01:00
go.mod Write inspector 2026-05-14 14:28:32 +01:00
justfile Add justfile 2026-05-14 14:33:56 +01:00
main.go Write inspector 2026-05-14 14:28:32 +01:00
README.md Add README 2026-05-14 14:38:18 +01:00

Go Runtime Inspector

A small binary to inspect the state of a system. Most importantly, checking the value of GOMAXPROCS.

Usage

Run just build. Then, copy ./go-runtime-inspector to wherever you want to run it.