Skip to content

Commit bb29820

Browse files
committed
mavenizing jvmtop
1 parent 310ef63 commit bb29820

File tree

12 files changed

+1862
-1850
lines changed

12 files changed

+1862
-1850
lines changed

.gitignore

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
/build
2-
/dist
3-
/bin
1+
# Eclipse
2+
.classpath
3+
.project
4+
5+
# Intellij
6+
.idea/
7+
*.iml
8+
*.iws
9+
10+
# Mac
11+
.DS_Store
12+
13+
# Maven
14+
log/
15+
target/

INSTALL

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Jvmtop - java monitoring for the command-line.
2-
https://github.com/patric-r/jvmtop
3-
4-
Installation
5-
------------
6-
7-
To install jvmtop, just extract the downloaded the gzipped tarball in a directory of your choice.
8-
9-
Ensure that the environment variable JAVA_HOME is set to a path of a specific JDK, otherwise
10-
the path to a JDK is tried to be guessed by the path of the 'java' executable.
11-
12-
A JRE is not sufficient.
13-
14-
Start jvmtop with the execution of jvmtop.sh
15-
For all options of jvmtop, pass the --help argument.
16-
17-
18-
For more information and the documentation, visit the project's homepage:
19-
20-
https://github.com/patric-r/jvmtop
1+
Jvmtop - java monitoring for the command-line.
2+
https://github.com/patric-r/jvmtop
3+
4+
Installation
5+
------------
6+
7+
To install jvmtop, just extract the downloaded the gzipped tarball in a directory of your choice.
8+
9+
Ensure that the environment variable JAVA_HOME is set to a path of a specific JDK, otherwise
10+
the path to a JDK is tried to be guessed by the path of the 'java' executable.
11+
12+
A JRE is not sufficient.
13+
14+
Start jvmtop with the execution of jvmtop.sh
15+
For all options of jvmtop, pass the --help argument.
16+
17+
18+
For more information and the documentation, visit the project's homepage:
19+
20+
https://github.com/patric-r/jvmtop

LICENSE

Lines changed: 279 additions & 279 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)