intel / processwatch

GNU General Public License v2.0
121 stars 9 forks source link

Accept a list of mnemonics/categories in "filter" parameter #2

Closed kkurzacz-intel closed 1 year ago

kkurzacz-intel commented 1 year ago

This is a feature request. Currently, Process Watch accepts only one filter parameter. It would be useful to accept list of them, for example:

sudo ./processwatch --filter="POP,PUSH"

Potential benefits are:

matthew-olson-intel commented 1 year ago

This is implemented! I haven't implemented it in CSV mode quite yet, but in the new UI (which prints to stdout), you can specify multiple -f parameters to specify however many mnemonics or categories you'd like.