procs
procs copied to clipboard
I am not able to view java.exe process
I have a java program that is running. When typing procs java
It returns nothing. Windows 11.
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?