The [jmap -histo data](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr014.html#BABJIIHH) 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.
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 10152040heapSpank needs to display the latest version of these numbers in the line above the column headers.