Will Berkeley has posted comments on this change. ( http://gerrit.cloudera.org:8080/9263 )
Change subject: Make tcmalloc heap sampling more useful ...................................................................... Patch Set 2: > You're telling me you can't symbolize addresses in your head?! :( > In that case you can use the pprof tool as follows: > > ./thirdparty/installed/uninstrumented/bin/pprof build/latest/bin/kudu-master > http://localhost:8051/pprof/heap Ah, nice. > I believe there is also a newer version of pprof implemented in go, That's right. Go has a nice package https://golang.org/pkg/net/http/pprof/ that basically gives a lot of this profiling kind of stuff exposed over an http interface for free just by importing it, plus a pprof tool built into the go toolchain for processing the result. -- To view, visit http://gerrit.cloudera.org:8080/9263 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I939c2f01f17ceb4b9520bb566f66463952b2a255 Gerrit-Change-Number: 9263 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Comment-Date: Tue, 13 Feb 2018 18:40:50 +0000 Gerrit-HasComments: No
