Long name (short name) |
Argument types |
Properties |
|
-adjustedVirtualMemory(-av)
|
|
|
|
Returns size of adjusted virtual memory allocated by the process.
The adjustment is done by computing an offset when the application is launched
that will be subtracted from the process virtual memory in order to give the
adjusted value. The returned size is an approximation of the memory used by the
process that can be more reliable in some cases, for instance on platforms where
display drivers can reserve large ranges of memory addresses, therefore increasing
the size of the process virtual memory, even though those addresses are actually
not used.
|
|
-asFloat(-af)
|
|
|
|
Causes numeric values to be returned as floats rather than ints. This can
be useful if you wish to retain some of the significant digits lost when
using the unit size flags.
|
|
-debug(-dbg)
|
|
|
|
Print debugging statistics on arena memory (if it exists)
|
|
-freeMemory(-fr)
|
|
|
|
Returns size of free memory
|
|
-gigaByte(-gb)
|
|
|
|
Return memory sizes in gigabytes (1024*1024*1024 bytes)
|
|
-heapMemory(-he)
|
|
|
|
Returns size of memory heap
|
|
-kiloByte(-kb)
|
|
|
|
Return memory sizes in kilobytes (1024 bytes)
|
|
-megaByte(-mb)
|
|
|
|
Return memory sizes in megabytes (1024*1024 bytes)
|
|
-pageFaults(-pf)
|
|
|
|
Returns number of page faults
|
|
-pageReclaims(-pr)
|
|
|
|
Returns number of page reclaims
|
|
-physicalMemory(-phy)
|
|
|
|
Returns size of physical memory
|
|
-processVirtualMemory(-pv)
|
|
|
|
Returns size of virtual memory allocated by the process
|
|
-summary(-sum)
|
|
|
|
Returns a summary of memory usage. The size flags are ignored and all
memory sizes are given in megabytes.
|
|
-swapFree(-swf)
|
|
|
|
Returns size of free swap
|
|
-swapLogical(-swl)
|
|
|
|
Returns size of logical swap
|
|
-swapMax(-swm)
|
|
|
|
Returns maximum swap size
|
|
-swapPhysical(-swp)
|
|
|
|
Returns size of physical swap
|
|
-swapReserved(-swr)
|
|
|
|
Returns size of reserved swap
|
|
-swapVirtual(-swv)
|
|
|
|
Returns size of virtual swap
|
|
-swaps(-sw)
|
|
|
|