So I have a Solaris Server. When I run PS, I get the below:
oracle 14015 13987 0 23:32:13 ? 100:03 /opt/oracle/jdk1.7.0_17/bin/sparcv9/java -server -Xms512m -Xmx1024m -XX:MaxPerm
oracle 13964 13934 0 23:32:13 ? 0:34 /opt/oracle/jdk1.7.0_17/bin/sparcv9/java -client -Xms32m -Xmx200m -XX:MaxPermSi
oracle 14014 13959 0 23:32:13 ? 12:41 /opt/oracle/jdk1.7.0_17/bin/sparcv9/java -server -Xms512m -Xmx1024m -XX:MaxPerm
In building my SAM template, I can "grep" on the "java" process, which returns 3 processes into the SAM template. However, I cannot apply a command line filter to make a true "Application Monitor" due to the lines being truncated (the filter value is further down the line )
How can I configure Solarwinds to use the correct ps on the system so I can create proper filters?