logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Diagnose Go Processes - Control Go Programs | Online Free DevTools by Hexmos

Diagnose running Go processes with gops. Inspect memory statistics, stack traces, and process trees for efficient debugging. Free online tool, no registration required.

gops

List and diagnose Go processes currently running on your system. More information: https://github.com/google/gops.

  • Print all go processes running locally:

gops

  • Print more information about a process:

gops {{pid}}

  • Display a process tree:

gops tree

  • Print the current stack trace from a target program:

gops stack {{pid|addr}}

  • Print the current runtime memory statistics:

gops memstats {{pid|addr}}

See Also