Application framework based on Servlets, Jetty, Javax/Jakarta RsWs, Jersey
Documentation: https://metrics.dropwizard.io/4.2.0/index.html
- Install
pprofcommand:brew install gperftools - Install
ps2pdfcommand: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