gops

List and diagnose Go processes currently running on your system

brewmacoslinux
Try with needOr install directly
Source

About

Tool to list and diagnose Go processes currently running on your system

Commands

gops

Examples

List all running Go processes with their PIDs$ gops
Get detailed information about a specific Go process$ gops stats <pid>
Capture a CPU profile of a running Go process$ gops pprof-cpu <pid>