Reputation: 45
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???
Can any one help me out please...
Upvotes: 1
Views: 3013
Reputation: 168247
If you want to parse the values yourself - just divide them by 1000
As you can see:
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
Upvotes: 2