SYNTAX

    ramdefrag [options] [<command>] [<zone>] ...


OPTIONS

-h (--help) bool

Display help.

-p (--priority) int

The thread priority at which to run the defrag. If not specified, defaults to the priority of the memoryaccess DFC thread (currently 27).

-c (--csv) bool

Print zone info statistics in CSV format.


ARGUMENTS

[<command>]

The command to execute. If not specified, defaults to defrag.

defrag

Calls TRamDefragRequest::DefragRam.

empty

Calls EmptyRamZone on the given zone(s).

info

Prints some statistics about the given zone.

[<zone>]

Zone to operate on. Only applicable for empty or info commands. Zone IDs are different for each baseport and hardware variant so don't use this option unless you really know what you're doing. Can be specified more than once. [uint(s)]


DESCRIPTION

Initiates RAM defragmentation.

Triggers a RAM defrag by getting memoryaccess to call TRamDefragRequest. Returns once the defrag is complete. Also can be used to get RAM zone statistics or to call EmptyRamZone.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.