You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-15
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine.<br>
1
+
<b>jvmtop</b> is a lightweight console application to monitor all accessible, running jvms on a machine.<br>
2
2
In a top-like manner, it displays <ahref='https://github.com/Patric-R/jvmtop/blob/master/doc/ExampleOutput.md'>JVM internal metrics</a> (e.g. memory information) of running java processes.<br>
3
3
<br>
4
4
Jvmtop does also include a <ahref='https://github.com/Patric-R/jvmtop/blob/master/doc/ConsoleProfiler.md'>CPU console profiler</a>.<br>
@@ -12,26 +12,18 @@ if you experience an issue or need further help, please <a href='https://github.
12
12
Jvmtop is open-source. Checkout the <ahref='https://github.com/Patric-R/jvmtop'>source code</a>. Patches are very welcome!<br>
13
13
<br>
14
14
Also have a look at the <ahref='https://github.com/Patric-R/jvmtop/blob/master/doc/Documentation.md'>documentation</a> or at a <ahref='https://github.com/Patric-R/jvmtop/blob/master/doc/ExampleOutput.md'>captured live-example</a>.<br>
@@ -40,8 +32,8 @@ Also have a look at the <a href='https://github.com/Patric-R/jvmtop/blob/master/
40
32
<ul><li>improved attach compatibility for all IBM jvms<br>
41
33
</li><li>fixed wrong CPU/GC values for IBM J9 jvms<br>
42
34
</li><li>in case of unsupported heap size metric retrieval, n/a will be displayed instead of 0m<br>
43
-
</li><li>improved argument parsing, support for short-options, added help (pass <code>--help</code>), see <ahref='https://code.google.com/p/jvmtop/issues/detail?id=#28'>issue #28</a> (now using the great <ahref='http://pholser.github.io/jopt-simple'>jopt-simple</a> library)<br>
44
-
</li><li>when passing the <code>--once</code> option, terminal will not be cleared anymore (see <ahref='https://code.google.com/p/jvmtop/issues/detail?id=#27'>issue #27</a>)<br>
35
+
</li><li>improved argument parsing, support for short-options, added help (pass <code>--help</code>), see <ahref='https://github.com/Patric-R/jvmtop/issues/28'>issue #28</a> (now using the great <ahref='http://pholser.github.io/jopt-simple'>jopt-simple</a> library)<br>
36
+
</li><li>when passing the <code>--once</code> option, terminal will not be cleared anymore (see <ahref='https://github.com/Patric-R/jvmtop/issues/27'>issue #27</a>)<br>
45
37
</li><li>improved shell script for guessing the path if a <code>JAVA_HOME</code> environment variable is not present (thanks to <ahref='https://groups.google.com/forum/#!topic/jvmtop-discuss/KGg_WpL_yAU'>Markus Kolb</a>)</li></ul>
0 commit comments