Skip to content

raidancampbell/pcabinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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