jboss classname might not be the last arg, match any
This commit is contained in:
parent
4b6e1576fd
commit
a4855407d9
|
@ -6,7 +6,7 @@
|
||||||
alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
|
alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
|
||||||
|
|
||||||
#find jboss
|
#find jboss
|
||||||
alias jbfind ptql State.Name.eq=java,Args.-1.eq=org.jboss.Main
|
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
|
||||||
|
|
||||||
#find ers apache worker or prefork httpsd
|
#find ers apache worker or prefork httpsd
|
||||||
#($1 is the return value of the first query in the string)
|
#($1 is the return value of the first query in the string)
|
||||||
|
|
Loading…
Reference in New Issue