Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
| Download PDF | Purchase Print Book |
Configure the appropriate level for monitoring Liferay. Valid values are: HIGH, LOW, MEDIUM, OFF.
monitoring.level.com.liferay.monitoring.Portal=HIGH
monitoring.level.com.liferay.monitoring.Portlet=HIGH
Set this to true to store data samples of the current request as a thread local variable. This allows you to obtain each request’s statistics for further processing.
This property does not take effect unless you add monitoring-spring.xml to the property spring.configs.
monitoring.data.sample.thread.local=false
Set this to true to monitor portal requests.
monitoring.portal.request=false
Set this to true to monitor portlet action requests.
monitoring.portlet.action.request=false
Set this to true to monitor portlet event requests.
monitoring.portlet.event.request=false
Set this to true to monitor portlet render requests.
monitoring.portlet.render.request=false
Set this to true to monitor portlet resource requests.
monitoring.portlet.resource.request=false
Set this to true to show data samples at the bottom of each portal page as HTML comments. In order for data to show, the property monitoring.data.sample.thread.local must be set to true.
monitoring.show.per.request.data.sample=false