Skip to content

svalasovich/pprof-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collector pprof profiles for distributed system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages