I am running a sample application jar on local system using elasticAPM agent. Elastic APM show 2 different cpu stats (system/process).
Metrics explanation on official site says the same thing for both stats https://www.elastic.co/guide/en/apm/server/current/exported-fields-system.html
Please explain, Is the "system cpu stats" is of my system even when the agent is connected to application.jar only using java command? If so, how can I check on elastic apm what else on my system in consuming cpu since only application is running during the load test.
java -javaagent:<agent.jar> -jar <app.jar>