服务器代理是 运行 在 linux 机器上,服务是 运行 在不同的端口上我们怎样才能在不同的端口上使用 cpu?

Server agent is running in linux machine were services are running on different ports how can we get the cpu utilized on different ports?

在jmeter中,服务器代理是运行 IP XXX.XXX.X.XXX。 Linux 台机器的服务 运行 在不同的端口上。我们怎样才能在不同的端口上使用 CPU 并且我们可以在 jmeter 中配置它?

如果您需要在 Linux 主机上获得每个进程的 CPU 使用率,您可以使用 EXEC metric

ps -p <pid of process one> -o %cpu

示例配置:

参考文献: