Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

uPortal, Tomcat, and Java expose a variety of properties with MBeans.  These can be used with monitoring applications.  Some examples include (also see uPortal MBeans.png):

MbeanPropertyDescription
uPortal/Framework/StatisticsAuthenticationTotalLogsCount of the total number of logins.
 Authentication*Duration of authentication processing in milliseconds.
uPortal/DataSource/PortalDbNumActiveActive number of uPortal DB connections.
uPortal/Hibernate/HibernateStatistics*Various hibernate statistics. Refer to Hibernate documentation.
uPortal/Framework/HungWorkerAnalyzerHungPortletCountTotalNumber of threads for portlets that might have hung or are waiting for long periods for typically I/O completion.
uPortal/Framework/PortletThreadPoolActiveCountNumber of threads for portlets that are actively executing.
 LargestPoolSizeLargest size of the pool.
 TaskCountCounter of the number of portlet executions (should be increasing as uPortal runs, should be close to CompletedTaskCount).

...