Application framework based on Servlets, Jetty, Javax/Jakarta RsWs, Jersey
Documentation: https://metrics.dropwizard.io/4.2.0/index.html
- Install
pprof
command:brew install gperftools
- Install
ps2pdf
command:brew install ghostscript
TODO
- Get performance profile data:
curl "http://localhost:8362/admin/pprof?duration=10" > prof
- Create pdf from profile data:
pprof --pdf prof > profile.pdf