Peach :: Agent :: process :: PageHeap :: Class PageHeap
[hide private]

Class PageHeap

source code


A monitor that will enable/disable pageheap on an executable.

Instance Methods [hide private]
 
__init__(self, args)
Params: Path, Executable
source code
 
OnShutdown(self)
Called when Agent is shutting down, typically at end of a test run or when a Stop-Run occurs
source code

Inherited from agent.Monitor: DetectedFault, GetMonitorData, OnFault, OnTestFinished, OnTestStarting, StopRun

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 

Params: Path, Executable

Parameters:
  • args - Dictionary of parameters
Overrides: agent.Monitor.__init__

OnShutdown(self)

source code 

Called when Agent is shutting down, typically at end of a test run or when a Stop-Run occurs

Overrides: agent.Monitor.OnShutdown
(inherited documentation)