Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdb: Extend 'scylla memory' to show memory used by large allocations
Adds new columns to the "Page spans" table named "large [B]" and "[spans]", which shows how much memory is allocated in spans of given size. Excludes spans used by small pools. Useful in determining what is the size of large allocations which consume the memory. Example output: Page spans: index size [B] free [B] large [B] [spans] 0 4096 4096 4096 1 1 8192 32768 0 0 2 16384 16384 0 0 3 32768 98304 2785280 85 4 65536 65536 1900544 29 5 131072 524288 471597056 3598 ... 31 8796093022208 0 0 0 Large allocations: 484675584 [B] Message-Id: <[email protected]>
- Loading branch information