Jps Installation On A Debian, Ubuntu, Arch, Kali, Fedora And Raspbian
Install jps
-
Debian
apt-get install openjdk-12-jdk-headless
Click to copy -
Ubuntu
apt-get install openjdk-12-jdk-headless
Click to copy -
Arch Linux
pacman -S java-environment-common
Click to copy -
Kali Linux
apt-get install openjdk-11-jdk-headless
Click to copy -
Fedora
dnf install java-9-openjdk-devel-debug-1
Click to copy -
Raspbian
apt-get install openjdk-8-jdk
Click to copy
Show JVM Process Status of current user.
How to use jps?
Below are few example commands for jps that you can use in the terminal.
List all JVM processes:jps
Click to copyList all JVM processes with only PID:jps -q
Click to copyDisplay the arguments passed to the processes:jps -m
Click to copyDisplay the full package name of all processes:jps -l
Click to copyDisplay the arguments passed to the JVM:jps -v
Click to copy
Installing jps command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Arch, Kali, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of jps 2023 package in your OS.