Search code examples
windowsdockerjmeterdocker-desktop

How to measure Docker container CPU and memory in JMeter and compare it to other Docker container


I want to do a test of Docker containers to measure the performance of alpine and non alpine images. I am using JMeter.


Solution

    1. docker stats command
    2. Specialized solution like cAdvisor
    3. There is PerfMon Plugin for JMeter if you prefer to stay with JMeter for everything