add tomcat finder

This commit is contained in:
Doug MacEachern 2004-08-01 00:54:17 +00:00
parent a4855407d9
commit 1fbabe5767
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
#find jboss
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
#($1 is the return value of the first query in the string)
alias erfind ptql State.Name.sw=httpsd.,State.Name.Pne=$1