mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
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/
3 lines
149 B
Bash
3 lines
149 B
Bash
#!/bin/sh
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jvmtop.jar:%%JAVA_HOME%%/lib/tools.jar" com.jvmtop.JvmTop $1
|