prof

module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2022 License: Apache-2.0

README

Prof

The web ui for golang pprof

Requirements

  • golang(pprof trace)
  • graphviz

How to use it

cp env.yaml.example env.yaml
go build -o prof cmd/prof/main.go
./prof -c env.yaml

Function

Batch CURL
#input
http://127.0.0.1:8201/internal/debug/pprof?seconds=5
# output
CURL: http://127.0.0.1:8201/internal/debug/pprof/threadcreate 
CURL: http://127.0.0.1:8201/internal/debug/pprof/cmdline 
CURL: http://127.0.0.1:8201/internal/debug/pprof/allocs 
CURL: http://127.0.0.1:8201/internal/debug/pprof/profile ?seconds=5
CURL: http://127.0.0.1:8201/internal/debug/pprof/symbol 
CURL: http://127.0.0.1:8201/internal/debug/pprof/trace ?seconds=5
CURL: http://127.0.0.1:8201/internal/debug/pprof/goroutine 
CURL: http://127.0.0.1:8201/internal/debug/pprof/block

Directories

Path Synopsis
cmd
prof command
internal
biz
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL