From 68f2556c8bf3127599a8009806624358e8336751 Mon Sep 17 00:00:00 2001 From: Patric-R Date: Wed, 15 Jul 2015 14:00:32 +0200 Subject: [PATCH] Update README.md changed google code links to github links --- README.md | 87 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 3b7cb65..08cebd4 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,36 @@ 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.
+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.
+Jvmtop does also include a CPU console profiler.

It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on Linux, Solaris, FreeBSD and Windows hosts.
Jvmtop requires a JDK - a JRE will not suffice.

Please note that it's currently in an alpha state -
-if you experience an issue or need further help, please let us know.
+if you experience an issue or need further help, please let us know.

-Jvmtop is open-source. Checkout the source code. Patches are very welcome!
+Jvmtop is open-source. Checkout the source code. Patches are very welcome!

-Also have a look at the documentation or at a captured live-example.
+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
+
+ 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
-
 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

@@ -35,33 +44,33 @@ Also have a look at the issue #27)
  • improved shell script for guessing the path if a JAVA_HOME environment variable is not present (thanks to Markus Kolb)
  • -Full changelog +Full changelog
    -In VM detail mode it shows you the top CPU-consuming threads, beside detailed metrics:
    -
    -
    -
     JvmTop 0.8.0 alpha   amd64,  4 cpus, Linux 2.6.18-34
    
    - http://code.google.com/p/jvmtop
    -
    - PID 3539: org.apache.catalina.startup.Bootstrap
    - ARGS: start
    - VMARGS: -Djava.util.logging.config.file=/home/webserver/apache-tomcat-5.5[...]
    - VM: Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM 1.6.0_25
    - UP: 869:33m #THR: 106 #THRPEAK: 143 #THRCREATED: 128020 USER: webserver
    - CPU: 4.55% GC: 3.25% HEAP: 137m / 227m NONHEAP: 75m / 304m
    -
    - TID NAME STATE CPU TOTALCPU BLOCKEDBY
    - 25 http-8080-Processor13 RUNNABLE 4.55% 1.60%
    - 128022 RMI TCP Connection(18)-10.101. RUNNABLE 1.82% 0.02%
    - 36578 http-8080-Processor164 RUNNABLE 0.91% 2.35%
    - 36453 http-8080-Processor94 RUNNABLE 0.91% 1.52%
    - 27 http-8080-Processor15 RUNNABLE 0.91% 1.81%
    - 14 http-8080-Processor2 RUNNABLE 0.91% 3.17%
    - 128026 JMX server connection timeout TIMED_WAITING 0.00% 0.00%
    -
    -
    +In VM detail mode it shows you the top CPU-consuming threads, beside detailed metrics:
    +
    +
    + +``` + JvmTop 0.8.0 alpha amd64, 4 cpus, Linux 2.6.18-34 + https://github.com/Patric-R/jvmtop + + PID 3539: org.apache.catalina.startup.Bootstrap + ARGS: start + VMARGS: -Djava.util.logging.config.file=/home/webserver/apache-tomcat-5.5[...] + VM: Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM 1.6.0_25 + UP: 869:33m #THR: 106 #THRPEAK: 143 #THRCREATED: 128020 USER: webserver + CPU: 4.55% GC: 3.25% HEAP: 137m / 227m NONHEAP: 75m / 304m + TID NAME STATE CPU TOTALCPU BLOCKEDBY + 25 http-8080-Processor13 RUNNABLE 4.55% 1.60% + 128022 RMI TCP Connection(18)-10.101. RUNNABLE 1.82% 0.02% + 36578 http-8080-Processor164 RUNNABLE 0.91% 2.35% + 36453 http-8080-Processor94 RUNNABLE 0.91% 1.52% + 27 http-8080-Processor15 RUNNABLE 0.91% 1.81% + 14 http-8080-Processor2 RUNNABLE 0.91% 3.17% + 128026 JMX server connection timeout TIMED_WAITING 0.00% 0.00% +``` -Feature requests / bug reports are always welcome.
    +Feature requests / bug reports are always welcome.