AstRecipes » Administering QueueMetrics using Tomcat
If you run QueueMetrics, it's often useful to know how many people are using the webapp at once. This recipe shows how to use the Tomcat manager interface that comes shipped with the standard Tomcat webapps to perform this task. You have to perform the following steps:<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="manager"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="me" password="yessir" roles="tomcat,manager"/>
</tomcat-users>
links -dump http://me:yessir@127.0.0.1:8080/manager/sessions?path=/queuemetrics
OK - Session information for application at context path /queuemetrics
Default maximum session inactive interval 30 minutes
30 - <40 minutes:54 sessions
Softlinks:
Installing QueueMetrics - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Utenti/Lenz73 - Home Page - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics from scratch - Create an account - Compiling Asterisk 1.4 with TDM400 and H323 - Configuring a queue - Compressing recorded calls to MP3 - Upgrading QueueMetrics licences - Add a recipe - Licences - Compiling Asterisk with OH323 - Improving AstRecipes - UPDATING - Utenti/walmass - SandBox - Misc links - Installing Queuemetrics on Debian - User stats - QueueMetrics logs - Using a HT-488 with Asterisk - Utenti/timlitw - Manually updating QueueMetrics - asterisk - Connecting to FWD using IAX - Utenti/peter-dean - Monitoring Zaptel Hardware - Managing agents that dynamically log-on - Installing QueueMetrics on Fonality PBXtra - Installing the Linksys PAP2-NA port adapter - Installing Queuemetrics on PBX-in-a-Flash - Generic QueueMetrics startup script - Installing XC-AST - Optimizing QueueMetrics data access - Installing XC-AST under Jetty - Utenti/lostdave - Simple queue and agent debug monitoring - Recording all outgoing traffic for some extensions - Connecting to Squillo using SIP - Compiling Asterisk on EPIA with VIA C3 - Utenti/bg - Installing QueueMetrics beta through RPM - AstRecipes markup - Utenti/zebru - QueueMetrics
Installing QueueMetrics - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Utenti/Lenz73 - Home Page - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics from scratch - Create an account - Compiling Asterisk 1.4 with TDM400 and H323 - Configuring a queue - Compressing recorded calls to MP3 - Upgrading QueueMetrics licences - Add a recipe - Licences - Compiling Asterisk with OH323 - Improving AstRecipes - UPDATING - Utenti/walmass - SandBox - Misc links - Installing Queuemetrics on Debian - User stats - QueueMetrics logs - Using a HT-488 with Asterisk - Utenti/timlitw - Manually updating QueueMetrics - asterisk - Connecting to FWD using IAX - Utenti/peter-dean - Monitoring Zaptel Hardware - Managing agents that dynamically log-on - Installing QueueMetrics on Fonality PBXtra - Installing the Linksys PAP2-NA port adapter - Installing Queuemetrics on PBX-in-a-Flash - Generic QueueMetrics startup script - Installing XC-AST - Optimizing QueueMetrics data access - Installing XC-AST under Jetty - Utenti/lostdave - Simple queue and agent debug monitoring - Recording all outgoing traffic for some extensions - Connecting to Squillo using SIP - Compiling Asterisk on EPIA with VIA C3 - Utenti/bg - Installing QueueMetrics beta through RPM - AstRecipes markup - Utenti/zebru - QueueMetrics



