8f53f8cc76
- issue #21 was fixed locally via console or via terminal emulator however issues exists if using a standard remote session is being investigated: http://code.google.com/p/jvmtop/issues/detail?id=21 - add in post-install message noting to user to use jvmtop under a terminal emulation program ( sysutils/tmux or sysutils/screen ) From Changelog: - New Feature: jvmtop does now include a sampling-based CPU Profiler - jvmtop does now support FreeBSD, fixing the issue #21 and issue #22 - refresh rate can now be configured, using argument --delay <interval> minor fixes
9 lines
412 B
Text
9 lines
412 B
Text
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.
|
|
|
|
It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on
|
|
FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE
|
|
will not suffice.
|
|
|
|
WWW: http://code.google.com/p/jvmtop/
|