Commit Graph

6 Commits

Author SHA1 Message Date
Jason Helfman
c476e0d8b2 - support staging 2013-10-20 01:05:33 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Jason Helfman
c3346b1770 - update to 0.8.0
Changes:

- improved attach compatibility for all IBM jvms
- fixed wrong CPU/GC values for IBM J9 jvms
- in case of unsupported heap size metric retrieval, n/a will be
  displayed instead of 0m
- 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)
2013-08-16 02:28:50 +00:00
Jason Helfman
70adc479a8 - update to 0.7.1
Changes:
- scrolling issue in some terminal environments should now be finally fixed,
  see issue #21 and issue #25
- new argument: --once will terminate jvmtop right after first output
  iteration
2013-07-30 16:24:11 +00:00
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
Jason Helfman
d44650cb1d 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
Linux, Solaris and Windows hosts.  Jvmtop requires a JDK - a JRE will not
suffice.

WWW: http://code.google.com/p/jvmtop/
2013-06-19 21:42:55 +00:00