You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this great software
I may have missed how to do so in the documentation but I would like to be able to filter process given a threshold of time.
For instance procs --filter ElapsedTime GreaterThan 1h --and my_proc to list all process older than 1h named my_proc.
It would make the search of stuck process easier than doing so with --sortd
The text was updated successfully, but these errors were encountered:
First of all, thanks for this great software
I may have missed how to do so in the documentation but I would like to be able to filter process given a threshold of time.
For instance
procs --filter ElapsedTime GreaterThan 1h --and my_proc
to list all process older than 1h named my_proc.It would make the search of stuck process easier than doing so with --sortd
The text was updated successfully, but these errors were encountered: