There was an error while loading. Please reload this page.
It's very easy to profile JTIMON.
$ go get github.com/google/pprof
$ ./jtimon-darwin-amd64 --config config.json --pprof --pprof-port 6060
This will tell JTIMON to start capturing profiling data and export it to port 6060 over HTTP.
$ pprof -http=:8080 http://localhost:6060/debug/pprof/profile $ pprof -http=:8080 http://localhost:6060/debug/pprof/heap
Happy profiling !!!