procs icon indicating copy to clipboard operation
procs copied to clipboard

I am not able to view java.exe process

Open ket000 opened this issue 2 years ago • 1 comments

I have a java program that is running. When typing procs java

It returns nothing. Windows 11.

ket000 avatar Oct 05 '23 08:10 ket000

I tried to reproduce like below:

$ java -jar test.jar
$ procs java
 PID:▲ User  │ CPU MEM  VmSize   VmRSS TCP  Read Write │ CPU Time Start            Elapsed    │ Command
             │ [%] [%] [bytes] [bytes]     [B/s] [B/s] │                                      │
 18276 hatta │ 0.0 0.5 67.602M 73.672M []      0     0 │ 00:00:00 2023/10/20 09:37 2.2minutes │ java.exe

Could you provide more information?

dalance avatar Oct 20 '23 00:10 dalance