Jump to content
We've recently updated our Privacy Statement, available here ×
  • PSI Probe – Replacement for Tomcat Manager


    rmiller
    PSI (Greek letter pronounced 'sai') Probe is an open source fork of Lambda Probe which has been inactive since 2006. PSI Probe does everything that Tomcat Manager does plus much, much more. 
     
    Installation is as simple as adding the war file to the Tomcat webapps directory, adding roles to tomcat-users.xml, and then restarting the server. Installation details can be found here: https://code.google.com/p/psi-probe/wiki/InstallationApacheTomcat . Probe is also compatible with the JBoss and WSO2 application servers.
     
    Once installed and running probe is accessed using the URL similar to http://localhost:8080/probe. You will arrive at the home page with a list of applications and their current status. Click on the jasperserver-pro application and you will see the Summary page with a number of tabs on the right side of the page.
     
    ScreenShot2014-07-15at3_59_56PM(1).png.3907530280a08c00973ba23c2095d74a.png
     
    The sessions page shows all active sessions, click on a session and you will see details about the session, including the ability to kill a session.
     
    ScreenShot2014-07-15at4_08_01PM.png.3fa8edf0b464d366ab11c746c27eb15d.png
     
    Click on the Logs tab and you can examine a log and even tail one of the log files in real time.
     
    ScreenShot2014-07-15at4_02_03PM.png.954f54ce065bcce0888ddc64c54f3b03.png
     
    The Treads tab lists all active threads and provides information about their state, plus how many times they have been in Waiting and Blocked state.
     
    ScreenShot2014-07-15at4_03_43PM.png.867755c9c3430d07df2006c32743fb9c.png
     
    A very useful feature is the Memory utilization page under the System Information tab. Here you can monitor memory utilization in the various JVM memory spaces.
     
    ScreenShot2014-07-15at4_04_24PM.png.99d0618b0f347f6044f44afef0ffc088.png
     
    The Quick check tab provides a sanity check on the application server health with respect to running out of database connections, running out of memory, or losing access to resources on the file system. Quick check will:
    • Scan all available data sources and generate a maximum usage score for them.
    • Allocate one megabyte of memory into a byte array as an attempt to push the memory usage over the high watermark.
    • Create and then delete 10 files in a temporary directory.
    Quick Check will report failure when:
    • At least one of the declared data sources is 100 percent used.
    • A memory allocation test (1 MB) generates an OutOfMemory exception.
    • A file-creation test encounters an IOException.

    ScreenShot2014-07-15at5_19_52PM.png.ac15f955d42ac1d79ae066611d5e5237.png

    For a full list of features, FAQ, downloads and more go to https://code.google.com/p/psi-probe/w/list.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...