A small binary to inspect the state of a system.
- Go 78%
- Just 22%
| .gitignore | ||
| go.mod | ||
| justfile | ||
| main.go | ||
| README.md | ||
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.