- 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
This commit is contained in:
Jason Helfman 2013-07-21 06:05:48 +00:00
parent a1523f8ba9
commit 8f53f8cc76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323370
3 changed files with 12 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jvmtop
PORTVERSION= 0.6.0
PORTVERSION= 0.7.0
CATEGORIES= sysutils java
MASTER_SITES= GOOGLE_CODE
@ -25,4 +25,11 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
post-install:
@${ECHO_MSG}
@${ECHO_MSG} "It is recommended to install and use jvmtop under a terminal"
@${ECHO_MSG} "emulation software such as sysutils/tmux, or sysutils/screen,"
@${ECHO_MSG} "until remote top-like session behavior is in place."
@${ECHO_MSG}
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (jvmtop-0.6.0.tar.gz) = 0b849fe86c225aa1198376fa55872a66bc5008bf72e3672d1c7ee19aa30b9588
SIZE (jvmtop-0.6.0.tar.gz) = 41570
SHA256 (jvmtop-0.7.0.tar.gz) = 4e5feb5d6314de86677dd62273c8a11660dd817a117c60a93397f39a9f3b4601
SIZE (jvmtop-0.7.0.tar.gz) = 49504

View file

@ -3,7 +3,7 @@ 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.
FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE
will not suffice.
WWW: http://code.google.com/p/jvmtop/