
jps
List of commands for jps:
-
jps:tldr:5d349 jps: List all JVM processes with only PID.$ jps -qtry on your machineexplain this command
-
jps:tldr:7d911 jps: Display the full package name of all processes.$ jps -ltry on your machineexplain this command
-
jps:tldr:81f7f jps: Display the arguments passed to the JVM.$ jps -vtry on your machineexplain this command
-
jps:tldr:c7b55 jps: Display the arguments passed to the processes.$ jps -mtry on your machineexplain this command