Skip to content

Simple web application (.war) that can be deployed to the application server (e.g EAP, Wildfly, ...) to monitor the Java memory from outside

License

Notifications You must be signed in to change notification settings

m4rc77/MemoryInfoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoryInfoApp

Simple web application (.war) that can be deployed to the application server (e.g EAP, Wildfly, ...) to monitor the Java memory from outside.

Using MemoryInfoApp

Just drop the downloaded/built memoryinfo.war file into the deployment folder of your application server that you would like to monitor. Restart the application server in order to load the newly deployed application.

To access the application just open http://server:port/mem there you will find a simple start page. The REST-Endpoint that delivers the measured values as JSON can be found under http://server:port/mem/rest/json

Building MemoryInfoApp

To build MemoryInfoApp a simple

mvn clean install

is enough. Java 8 and Maven 3.3 is required.

About

Simple web application (.war) that can be deployed to the application server (e.g EAP, Wildfly, ...) to monitor the Java memory from outside

Resources

License

Stars

Watchers

Forks

Packages

No packages published