Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Last active August 17, 2022 12:17
Show Gist options
  • Save diegopacheco/1c2680da898aac8123e87eab0307ad25 to your computer and use it in GitHub Desktop.
Save diegopacheco/1c2680da898aac8123e87eab0307ad25 to your computer and use it in GitHub Desktop.
How to install and use JvmTOP?
wget https://github.com/patric-r/jvmtop/releases/download/0.8.0/jvmtop-0.8.0.tar.gz
tar -xzvf jvmtop-0.8.0.tar.gz
rm -rf jvmtop-0.8.0.tar.gz
chmod +x jvmtop.sh
./jvmtop.sh

More on: https://github.com/patric-r/jvmtop

@skyer9
Copy link

skyer9 commented Sep 15, 2021

also need to install JDK.

sudo apt-get install openjdk-8-jdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment