在 Linux 个码头工人上测试性能

testing performance on Linux dockers

我有几个测试 Linux 服务器性能的脚本。 Linux.

中大约有 12 个码头集装箱 运行

我们也有兴趣收集容器的指标(现在我们只收集 Linux 机器本身) 有没有这个插件?还是可以使用 Perfmon 插件来完成?

有几种监控Docker实例统计的方法:

  1. Built-in Runtime Metrics
  2. cAdvisor - 这可能是最容易设置和使用的
  3. built-in Linux monitoring tools
  4. 中的任何一个

当然可以正常使用JMeter PerfMon Plugin as this way you will get performance monitoring results integrated into your test script and be able to correlate JMeter metrics with server health metrics. Just make sure there is a TCP/UDP connectivity between JMeter and PerfMon Server Agent, default port is 4445 so make sure container exposes这个端口对外。