Deploying and Managing Apama Applications > Correlator Utilities Reference > Shutting down and managing components > Viewing garbage collection information
Viewing garbage collection information
A handy way to view garbage collection information is to execute the following command:
engine_management -r "verbosegc on"
This command enables logging of garbage collection events, and is particularly useful in production environments. The additional garbage collection information goes to the correlator log. To disable logging of garbage collection information, execute the following:
engine_management -r "verbosegc off"
These commands provide an alternative to the following command, which provides a great deal of detailed output in addition to garbage collection information. Again, this output goes to the correlator log.
engine_management -r "applicationEventLogging on"
To turn this off:
engine_management -r "applicationEventLogging off"
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.