Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 425 Bytes

Example

Build project

go build

Collect data from many servers

Follows pattern: ./pprof-collector <seconds to collect> <urls>

./pprof-collector 30 http://localhost:8080/debug/pprof/profile http://localhost:8081/debug/pprof/profile http://localhost:8082/debug/pprof/profile

View data in browser

Starts web server with required port

go tool pprof -http=:8092 result.pprof