goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

More memory statistics #22

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Something to display a report of virtual memory utilization (a la !vmmap in SOS, or !address -summary in WinDbg), and the largest free block: relevant for address space fragmentation, esp. on x86. Similarly, a GC heap fragmentation report can be interesting.

goldshtn commented 9 years ago

All done in b2bc6c3b1a001f5c401e88415d48bd52f448f562, closing. Consolidated all memory statistics to !memstats, removed !eeheap.