-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
It would be great, if filtering by age would be possible.
Example: I want to list processes where an argument contains "foo" and the age is older than 10 minutes.
My use-case: When I run tests, sometimes etcd keeps on running which slows down my PC. I would like to write a cronjob which kills all etcd processes (having some special args) which are running for more than 10 minutes.
similar to:
killall --verbose --regexp --older-than 10m "..."
Metadata
Metadata
Assignees
Labels
No labels