diff options
author | jgh <jgh@FreeBSD.org> | 2013-06-20 05:42:55 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-06-20 05:42:55 +0800 |
commit | 2333fea2b3024cb5b8c643dbf0876f3db55355c7 (patch) | |
tree | 3c5566aa8eb50b86ed3dfc8aae79d8e7b2623287 /sysutils/Makefile | |
parent | b60f1c21b5323936eade572d73ef6c6db7987ccc (diff) | |
download | freebsd-ports-gnome-2333fea2b3024cb5b8c643dbf0876f3db55355c7.tar.gz freebsd-ports-gnome-2333fea2b3024cb5b8c643dbf0876f3db55355c7.tar.zst freebsd-ports-gnome-2333fea2b3024cb5b8c643dbf0876f3db55355c7.zip |
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/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 87ba7e940698..06eeca83b1d2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -423,6 +423,7 @@ SUBDIR += jps SUBDIR += jtop SUBDIR += jtopen + SUBDIR += jvmtop SUBDIR += jx SUBDIR += k3b SUBDIR += k3b-kde4 |