Raja VinaySai
Raja VinaySai

Reputation: 45

Jmeter Perfmon metrics collector-CPU utilization

I have collected performance metrics by using perfmon metrics collector In the graph it has plotted CPU against time Is that CPU is in percentage??? Please clarify the unit of CPU metrics

And I tried to write the CPU utilization to a csv file, it has written the numbers in terms of 1000's how can I analyse???

CPU metrics written in file

Can any one help me out please...

Upvotes: 1

Views: 3013

Answers (1)

Dmitri T
Dmitri T

Reputation: 168247

  1. If you want to parse the values yourself - just divide them by 1000

    PerfMon Metrics Collector

    As you can see:

    • 1st sampler - 6% CPU
    • 2nd sampler - 36% CPU
    • 3rd sampler - 18% CPU
    • ...
  2. You can always open JMeter GUI, add PerfMon Metrics Collector listener and load existing results file using "Browse" button - the results file will be rendered in "Chart" panel

  3. You can upload your file to BM.Sense analysis service and see the monitoring data in web interface

Upvotes: 2

Related Questions