LinuxCommandLibrary

gops

gops

TLDR

Print all go processes running locally

$ gops
copy


Print more information about a process
$ gops [pid]
copy


Display a process tree
$ gops tree
copy


Print the current stack trace from a target program
$ gops stack [pid|addr]
copy


Print the current runtime memory statistics
$ gops memstats [pid|addr]
copy

Copied to clipboard