I am quite new to jmeter. As part of my MSc thesis i have set up an ubuntu server with tomcat. I Use jmeter from my pc and using perfMon Metrics Collector i try to measure CPU and Ram usage. I attach the results i take. Here is a sample:
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,bytes,grpThreads,allThreads,Latency
1390397410095,4029,195.251.226.231 Memory,,,,,true,0,0,0,0
1390397410096,28,195.251.226.231 CPU,,,,,true,0,0,0,0
1390397411096,4029,195.251.226.231 Memory,,,,,true,0,0,0,0
1390397411096,0,195.251.226.231 CPU,,,,,true,0,0,0,0
I cannot understand how to read the results. I know that cpu usage is % and RAM in MB but where in theee lines are the actual results nad how can i translate them to actual CPU and RAM usage? At first i thought that for cpu %usage is the second value but if you see the attached file it also has measurements like 245 etc.