Skip to content

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe

License

Notifications You must be signed in to change notification settings

2harvey/psi-probe

 
 

Repository files navigation

PSI Probe

Build Status Coverity Scan Build Status Coverage Status Dependabot Status Maven central releases GPLv2 License Project Stats Github All Releases

psi-probe

Sites

Contributing

See CONTRIBUTING.md for info on working on PSI Probe and sending patches.

Latest Release via Github Releases

Please download latest probe.war from here

Latest Release via Maven Central

Please download latest psi-probe-web.war release from here

You can rename 'psi-probe-web.war' to the traditional 'probe.war' or other name as you see fit.

Latest Snapshot via Maven Central

Please download latest psi-probe-web.war snapshots from here

You can rename 'psi-probe-web.war' to the traditional 'probe.war' or other name as you see fit.

Building from Source

  1. Clone PSI Probe's git repository.

    Note: If you plan to contribute to PSI Probe, you should create your own fork on GitHub first and clone that. Otherwise, follow these steps to build the latest version of PSI Probe for yourself.

    Execute the following command:

    git clone https://github.com/psi-probe/psi-probe
    

    This will create directory called psi-probe. Subsequent steps will refer to this as "your PSI Probe base directory."

  2. Minimum JDK version required to build and run is JDK8.

  3. Download and install Maven 3.

    You may download it from the Apache Maven website.

  4. Run Maven.

    Execute the following command from your PSI Probe base directory:

    mvn package
    

    This will create a deployable file at web/target/probe.war.

User Groups

FAQ

About

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.1%
  • JavaScript 3.9%
  • CSS 1.8%
  • Shell 0.2%