commands.sh

gops

all

List and diagnose Go processes currently running on your system.

More info →

Examples (5)

Print all go processes running locally

Print more information about a process

gops pid

Display a process tree

Print the current stack trace from a target program

gops stack pid|addr

Print the current runtime memory statistics

gops memstats pid|addr
made by @shridhargupta | data from tldr-pages