jvm mon
0.3
Console based JVM monitoring - when you just want to SSH into a server and see what's going on.
jvm-top lets you monitor your JVM server applications from the terminal.
Release: 1.0-ea1
How it works:
Requirement: a JDK8 on the server and JAVA_HOME
environment variable pointing to it. It won't work with just a JRE.
brew install jvm-mon
JAVA_HOME
environment variable: export JAVA_HOME=/path/to/your/jdk8
./bin/jvm-mon
from extracted directoryCurrently it shows:
To build locally run ./gradlew installDist
.
Then go to ./build/install/jvm-mon/
and run ./bin/jvm-mon
.
To develop you will need npm
on your machine and then run ./gradlew npmDeps
once to get dependencies.
jvm-mon is a Kotlin application based on these awesome libraries:
The way it works is: