Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics committed Mar 31, 2017
1 parent da2ad3f commit 9a19a26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jvm-top lets you monitor your Java/Scala/.. server applications from the termina

![sample](https://github.com/ajermakovics/jvm-mon/releases/download/0.1/jvm-mon.png)

# Running
# Install

*Requirement*: a JDK8 on the server and `JAVA_HOME` environment variable pointing to it. It won't work with just a JRE.

Expand All @@ -16,12 +16,13 @@ jvm-top lets you monitor your Java/Scala/.. server applications from the termina
brew install jvm-mon
```

## Install
## Linux/MacOS
1. Download the [release](https://github.com/ajermakovics/jvm-mon/releases) and extract
2. Set `JAVA_HOME` environment variable: `export JAVA_HOME=/path/to/your/jdk8`
3. Execute `./bin/jvm-mon` from extracted directory

Usage:
# Usage

- Select a JVM process and press <kbd>Enter</kbd> to monitor it
- Press <kbd>q</kbd> or <kbd>Ctrl+C</kbd> to exit
- Press <kbd>Del</kbd> or <kbd>Backspace</kbd> to kill a process
Expand Down

0 comments on commit 9a19a26

Please sign in to comment.