System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.