Deploying and Managing Apama Applications > Event 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 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.