leakcanary-shark

CLI tool to analyze and explore Java memory leaks from LeakCanary

brewmacoslinux
Try with needOr install directly
Source

About

CLI Java memory leak explorer for LeakCanary

Commands

shark

Examples

Analyze a heap dump file for memory leaks$ shark analyze /path/to/heapdump.hprof
Generate a summary report of detected leaks$ shark dump /path/to/heapdump.hprof --summary
Get help and view available commands$ shark --help