jvmtop
jvmtop copied to clipboard
Java monitoring for the command-line, profiler included
I have java jdk & jre installed on Ubuntu 20.04, and I added: ```JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64``` to jvmtop.sh (line 10), as I saw in a tutorial. Im asuming this counts as having...
`# ./jvmtop.sh /usr/lib/jvm/java-11-amazon-corretto.x86_64 seems to be no JDK!` Got this error after executing **jvmtop** on Amazon Linux 2
When compile using JDK 1.8, this single file change will support running jvmtop in JDK 1.8 and view JDK 9 or higher instances.
Sorry for using the issue tracker for asking a question but the current numbers do give the impression that the great `jvmtop` become unmaintained: - last commit over two years...
@patric-r, I'm seeing this error with openjdk. `/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.131-2.6.9.0.el7_3.x86_64/jre seems to be no JDK! ` but when I manually set the path and run from command line without using jvmtop.sh, it...
[output_snap.txt](https://github.com/patric-r/jvmtop/files/5316396/output_snap.txt) I'm a performance test engineer. I've been using jvmtop for a few months to monitor JVM statistics. As I've tallied the output with Jconsole, I've mostly observed similar stats...
I have tested Jdk 11 and with minimum changes, I am able to compile and run with JDK 11. All functionality is working fine. Please check if you can incorporate...
@patric-r, I'm seeing this error with openjdk: `[user@server jvmtop-0.8.0]$ ./jvmtop.sh /usr/lib/jvm/java-11-openjdk-11.0.3.7-0.el7_6.x86_64 seems to be no JDK!` It has something to do with the tools.jar `[user@server jvmtop-0.8.0]$ grep -3 seems jvmtop.sh`...
Hi Team, I did the untar and while running ./jvmtop.sh shell it is not ending and continuously running. ? It fetches the heap and memory usage but it should stop...