add tomcat finder
This commit is contained in:
parent
a4855407d9
commit
1fbabe5767
|
@ -8,6 +8,9 @@ alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
|
||||||
#find jboss
|
#find jboss
|
||||||
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
|
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
|
||||||
|
|
||||||
|
#find tomcat
|
||||||
|
alias tcfind ptql State.Name.eq=java,Args.*.eq=org.apache.catalina.startup.Bootstrap
|
||||||
|
|
||||||
#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)
|
||||||
alias erfind ptql State.Name.sw=httpsd.,State.Name.Pne=$1
|
alias erfind ptql State.Name.sw=httpsd.,State.Name.Pne=$1
|
||||||
|
|
Loading…
Reference in New Issue