Windows Tools

PoolMon Syntax

Overview | Notes | Syntax | Examples | Related Tools Open Command Prompt

PoolMon uses the following syntax:

One Step poolmon [/i Tag] [/x Tag] [/t|/p|/a|/f|/d|/b|/m] [/e] [/l]

Parameters

/i Tag
List only matching pool tag names; a tag name can include * and ?. Tag values are case-sensitive.
/x Tag
List everything except matching pool tag names; a tag name can include * and ?. Tag values are case-sensitive.
/t
Sorts tags alphabetically by tag name.
/p
Sorts tag list by non-paged. Once PoolMon starts, use p again to cycle through other options.
/a
Sorts tags by allocation size.
/f
Sorts tags by "frees" size.
/d
Sorts tags by size difference between allocations and frees.
/b
Sorts tags by maximum byte usage.
/m
Sorts tags by maximum byte allocation.
/e
Displays pool totals at the bottom of the data.
/l
Disables highlighting of changed lines.

Note