In a Weblogic Application server if there are 4 JVMs eg: JVM1, JVM2, JVM3 and JVM4.
How JVM3 can be excluded from instrumentation?
NA
1. Foglight UI | Goto Administration | Agents | Agent properties | locate "agent_process-launcher.config".
2. Add the regex expression to exclude "JVM3" from pre-instrumentation.
Example below:
InstrumentedProcesses = {
/JVM3/:false,
/./ : true,
};
3. Save the file and restart Weblogic node agent.
4. Please check the agent logs for Weblogic node agent if the pre-instrumentation has worked.
Note: Ensure regular expression used are correctly set.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center