Configure Apache Tomcat plugin to monitor the performance of your Tomcat servers. Take informed troubleshooting decisions by keeping track of critical metrics including::
• Thread statistics including thread count, allowed threads
• Processing time
• Request count
• Error count
• Used memory for each memory pool
• Memory stats like used, free and available memory
Learn how to install Tomcat plugin from Site24x7 Tomcat Github repository for Connector, MemoryPool and OverallMemory
Related resources:
Linux Server Monitoring | Server Monitoring | Write your own Linux Plugin
Hi,
Please invoke the python script from a PowerShell script to install the Tomcat plugin in your Windows servers.
For example,
$python="<Python installation path>\python.exe"
$path = Split-Path $MyInvocation.MyCommand.Path
$MyPythonScript= $path + "\<Python Tomcat Plugin Script File>"
$m = & $python $MyPythonScript
$m
Hope this helps. Let us know for further queries, if any. Thanks!
Is the Tomcat manager app required for this plugin? I'm assuming that since the manager-script role is needed, the webapp for /manager is also required to be available. Our instance of tomcat does not include the manager app by default as it is provided by the software OEM. Is there a method to use this without including the app?