Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
jps display current Java processes
jps
Display the current Java processes on the system.
The jps
command displays the threads in groups,
with the information in four columns preceding the
thread name.
The thread information is coded as follows:
Column | Thread information |
1 | A = active |
S = stopped | |
2 | D = daemon |
I = interactive | |
3 | priority level (range 1..10) |
4 | Java stack frame count |
% jps Group: lsh Max Priority: 10 Daemon A D 8 3 Finalizer Group: main Max Priority: 10 A I 5 10 main Group: system Max Priority: 10 A I 5 1 Init A D 10 2 Reference Handler A I 5 2 OSEventMgr