Re: Trouble running pprof on a Go app deployed in CF
Rohit Kumar
Is there any reason why you can't profile the binary on a linux machine
toggle quoted message
Show quoted text
with the same architecture and go version as deployed on CF? I have generally had problems with the Go profiler when it comes to profiling things across OSes/architectures. There are also bugs with the Go profiler on older OSX versions [1]. Rohit [1] https://golang.org/pkg/runtime/pprof (see the "Bugs" section at the end of the page) On Tue, Jan 12, 2016 at 11:34 PM, Cem Ezberci <cem.ezberci(a)gmail.com> wrote:
I am trying to do profiling on a CF app remotely from a Mac machine. When |
|