From 3d6978c304e325c814fc1d9d19b918dc0f5df96b Mon Sep 17 00:00:00 2001 From: Patric-R Date: Wed, 15 Jul 2015 14:04:43 +0200 Subject: [PATCH] Update README.md Some more formatting changes --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 08cebd4..0ec75e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine.
+jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine.
In a top-like manner, it displays JVM internal metrics (e.g. memory information) of running java processes.

Jvmtop does also include a CPU console profiler.
@@ -12,26 +12,18 @@ if you experience an issue or need further help, please source code. Patches are very welcome!

Also have a look at the documentation or at a captured live-example.
-
-
 JvmTop 0.8.0 alpha   amd64  8 cpus, Linux 2.6.32-27, load avg 0.12
-
+ +``` + JvmTop 0.8.0 alpha amd64 8 cpus, Linux 2.6.32-27, load avg 0.12 http://code.google.com/p/jvmtop -
-
PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL -
3370 rapperSimpleApp 165m 455m 109m 176m 0.12% 0.00% S6U37 web 21 -
11272 ver.resin.Resin [ERROR: Could not attach to VM] -
27338 WatchdogManager 11m 28m 23m 130m 0.00% 0.00% S6U37 web 31 -
19187 m.jvmtop.JvmTop 20m 3544m 13m 130m 0.93% 0.47% S6U37 web 20 -
16733 artup.Bootstrap 159m 455m 166m 304m 0.12% 0.00% S6U37 web 46 -
-
+```
@@ -40,8 +32,8 @@ Also have a look at the issue #28 (now using the great jopt-simple library)
-
  • when passing the --once option, terminal will not be cleared anymore (see issue #27)
    +
  • improved argument parsing, support for short-options, added help (pass --help), see issue #28 (now using the great jopt-simple library)
    +
  • when passing the --once option, terminal will not be cleared anymore (see issue #27)
  • improved shell script for guessing the path if a JAVA_HOME environment variable is not present (thanks to Markus Kolb)
  • Full changelog