Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 666 Bytes

File metadata and controls

13 lines (11 loc) · 666 Bytes

pcabinet

A tool for capturing and organizing golang profiles

Usage

  1. Edit pcabinet_config.yml to contain the base debug/pprof URLs for your desired services (samples included
  2. (optional) copy this value into $HOME/.config/pcabinet/pcabinet_config.yml for the ability to run anywhere with go install
  3. go run . to start up the interface
  4. select your service from the presented list
  5. select the profile(s) you'd like to capture from the presented list
  6. (optional) give a description of what's different with this profile
  7. your profile is captured and stored into the $NAME/$NAME.$DATE.$DESC.$TYPE file

pcabinet