eostermueller / heapSpank

Detect memory leaks in minutes without a heap dump.
http://heapSpank.org
Apache License 2.0
17 stars 4 forks source link

display jmap -histo 'Total' instance and byte counts #12

Open eostermueller opened 7 years ago

eostermueller commented 7 years ago

The jmap -histo data ends with a summary line that totals the count of instances and the count of all bytes in use, like this:

Total 61297 10152040

heapSpank needs to display the latest version of these numbers in the line above the column headers.