dalance / procs

A modern replacement for ps written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am not able to view java.exe process

ket000 opened this issue · comments

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?