also match 'apache2' for apfind
This commit is contained in:
parent
54105b5eb3
commit
474474d0b5
|
@ -28,7 +28,7 @@ alias tcfind ptql State.Name.eq=java,Args.*.eq=org.apache.catalina.startup.Boots
|
|||
#($1 is the return value of the first query in the string)
|
||||
#'Pne' => 'P' flags means parent of matched process
|
||||
#to filter out httpd child processes
|
||||
alias apfind ptql State.Name.re=^(https?d.*|[Aa]pache)$,State.Name.Pne=$1
|
||||
alias apfind ptql State.Name.re=^(https?d.*|[Aa]pache2?)$,State.Name.Pne=$1
|
||||
|
||||
#find ant processes (ant hangs on me sometimes)
|
||||
#(* matches any value in the array)
|
||||
|
|
Loading…
Reference in New Issue