Jps Installation On A Debian, Ubuntu, Arch, Kali, Fedora And Raspbian

Jps Installation On A Debian, Ubuntu, Arch, Kali, Fedora And Raspbian

jps

Show JVM Process Status of current user.

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:
jpsClick to copy
List all JVM processes with only PID:
jps -qClick to copy
Display the arguments passed to the processes:
jps -mClick to copy
Display the full package name of all processes:
jps -lClick to copy
Display the arguments passed to the JVM:
jps -vClick 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.