Skip to content

Commit 3d6978c

Browse files
committed
Update README.md
Some more formatting changes
1 parent 68f2556 commit 3d6978c

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

+7-15
Original file line numberDiff line numberDiff 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>
22
In a top-like manner, it displays <a href='https://github.com/Patric-R/jvmtop/blob/master/doc/ExampleOutput.md'>JVM internal metrics</a> (e.g. memory information) of running java processes.<br>
33
<br>
44
Jvmtop does also include a <a href='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.
1212
Jvmtop is open-source. Checkout the <a href='https://github.com/Patric-R/jvmtop'>source code</a>. Patches are very welcome!<br>
1313
<br>
1414
Also have a look at the <a href='https://github.com/Patric-R/jvmtop/blob/master/doc/Documentation.md'>documentation</a> or at a <a href='https://github.com/Patric-R/jvmtop/blob/master/doc/ExampleOutput.md'>captured live-example</a>.<br>
15-
<br>
16-
<pre><code> JvmTop 0.8.0 alpha amd64 8 cpus, Linux 2.6.32-27, load avg 0.12
17-
<br>
15+
16+
```
17+
JvmTop 0.8.0 alpha amd64 8 cpus, Linux 2.6.32-27, load avg 0.12
1818
http://code.google.com/p/jvmtop
19-
<br>
2019
21-
<br>
2220
PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL
23-
<br>
2421
3370 rapperSimpleApp 165m 455m 109m 176m 0.12% 0.00% S6U37 web 21
25-
<br>
2622
11272 ver.resin.Resin [ERROR: Could not attach to VM]
27-
<br>
2823
27338 WatchdogManager 11m 28m 23m 130m 0.00% 0.00% S6U37 web 31
29-
<br>
3024
19187 m.jvmtop.JvmTop 20m 3544m 13m 130m 0.93% 0.47% S6U37 web 20
31-
<br>
3225
16733 artup.Bootstrap 159m 455m 166m 304m 0.12% 0.00% S6U37 web 46
33-
<br>
34-
</code></pre>
26+
```
3527

3628
<hr />
3729

@@ -40,8 +32,8 @@ Also have a look at the <a href='https://github.com/Patric-R/jvmtop/blob/master/
4032
<ul><li>improved attach compatibility for all IBM jvms<br>
4133
</li><li>fixed wrong CPU/GC values for IBM J9 jvms<br>
4234
</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 <a href='https://code.google.com/p/jvmtop/issues/detail?id=#28'>issue #28</a> (now using the great <a href='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 <a href='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 <a href='https://github.com/Patric-R/jvmtop/issues/28'>issue #28</a> (now using the great <a href='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 <a href='https://github.com/Patric-R/jvmtop/issues/27'>issue #27</a>)<br>
4537
</li><li>improved shell script for guessing the path if a <code>JAVA_HOME</code> environment variable is not present (thanks to <a href='https://groups.google.com/forum/#!topic/jvmtop-discuss/KGg_WpL_yAU'>Markus Kolb</a>)</li></ul>
4638

4739
<a href='https://github.com/Patric-R/jvmtop/blob/master/doc/Changelog.md'>Full changelog</a>

0 commit comments

Comments
 (0)