go build
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
Starts web server with required port
go tool pprof -http=:8092 result.pprof