In jmeter, Server agent is running with IP XXX.XXX.X.XXX. Linux machine were services are running on different ports. How can we get the CPU utilized on different ports and can we configure that in jmeter?
If you need to get CPU usage per process on a Linux host you can use EXEC metric
ps -p <pid of process one> -o %cpu
Example configuration:
References: