Skip to content

Commit

Permalink
jps.md: add page (tldr-pages#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored and owenvoke committed Jan 29, 2018
1 parent f7dc58b commit 1ad1487
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/common/jps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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`

0 comments on commit 1ad1487

Please sign in to comment.