1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/jvmtop/pkg-descr
Jason Helfman 8f53f8cc76 - update to 0.7.0
- 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
2013-07-21 06:05:48 +00:00

10 lines
412 B
Plaintext

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/