[Jamonapi-info] JAMon 2.74 was released today
Monitor Java applications - SQL, HTTP, Methods, Exceptions and more.
Brought to you by:
stevesouza
|
From: Steve S. <jam...@gm...> - 2013-01-03 18:54:43
|
JAMon 2.74 was released today. It is a minor release. The changes follow:
- New methods allow you to limit the number of monitors (in previous
versions this could already be done for page hits)
- You can also tell the total size of all the label strings and take
action like MonitorFactory.reset() if they become too big
- See these methods for more info:
- MonitorFactory.setMaxNumMonitors(maxMonitors);
- MonitorFactory.getMaxNumMonitors();
- MonitorFactory.enableTotalKeySizeTracking();
- MonitorFactory.disableTotalKeySizeTracking();
- MonitorFactory.getTotalKeySize();
|