The Performance Monitor code can run in one of four modes:

Setting the Mode

Set the Performance Monitor’s operating mode at the Performance Monitor Configuration page of the Dynamo Administration UI:

http://hostname:port/dyn/admin/atg/dynamo/admin/en/
performance-monitor-config.jhtml

Click the radio button for the mode you want, and then click the Change Mode button.

You can also set the Performance Monitor’s operating mode by setting the mode property of the component at /atg/dynamo/service/PerformanceMonitor. The value of the mode property is an int corresponding to the mode:

mode

int value

disabled

0 (default)

normal

1

time

2

memory

3

 
loading table of contents...