This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-06-05 17:46:02 +02:00
Code
Activity
9c2d5b51a6
Branches
Tags
No results found.
tldr
/
pages
/
common
/
jps.md
Max Xu
1ad1487937
jps.md: add page (
#1946
)
2018-01-29 07:30:39 +00:00
310 B
Raw
Blame
History
jps
Show JVM Process Status of current user.
List all JVM processes:
jps
List all JVM processes with only PID:
jps -q
Display the arguments passed to the processes:
jps -m
Display the full package name of all processes:
jps -l
Display the arguments passed to the JVM:
jps -v