1. Make sure that DB agent is mapped to its repsective collector if you are monitoring multiple DB instances.
e.g. for mapping command java -Ddbagent.name="UATDBagent" - Dappdynamics.agent.uniqueHostId="UATDBagent" -jar db-agent.jar
2. Add nohup before the java agent command
e.g. nohup java -Ddbagent.name="UATDBagent" -Dappdynamics.agent.uniqueHostId="UATDBagent" -Xms1g -Xmx2g -jar db-agent.jar &
try these and let me know
↧