Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

Intel Performance Counter Monitor (Intel PCM) 2.9 released

Thomas_W_Intel
Employee
1,470 Views

The Intel PCM team is proud to announce that the web page of Intel Performance Counter Monitor has been updated to release v2.9. The new version includes the following changes:

  • Support 5th generation Intel® Core™ processors (previously codenamed Broadwell)
  • Support 6th generation Intel® Core™ processors (previously codenamed Skylake)
  • Support Intel® Xeon® D - 1500 series processors (codename Broadwell-DE)
  • Support Intel® Atom™ x7-Z8000 and x5-Z8000 series (codename CherryTrail and Braswell)
  • A utility to query all available core performance counters (pmu-query.py) and a tool to monitor arbitrary core counters (pcm-core)
  • Support systems with >256 logical cores on Windows
  • Added DIMM (rank) traffic monitoring capability to pcm-memory
  • Enhancements to pcm-memory and pcm output
  • Various bug fixes

Roman, Otto, Patrick, Andrey, and Thomas

0 Kudos
3 Replies
Ameen_A_
Beginner
1,470 Views

Thomas,

I believe there's a bug in version 2.9 of the PCM tool (I've tested pcm.x).  When a user runs the tool with both a delay parameter and an external program, pcm.x resets the value of delay to zero, which causes the sampling period to run without a delay period (which, I believe, is unintended).

--- Here's a patch that fixes the issue ---

--- a/pcm.cpp
+++ b/pcm.cpp
@@ -1139,7 +1139,7 @@ int main(int argc, char * argv[])
     m->getAllCounterStates(sstate1, sktstate1, cstates1);
 
     if (sysCmd != NULL) {
-        MySystem(sysCmd, sysArgv); delay = 0;
+        MySystem(sysCmd, sysArgv);
     }
 
     unsigned int i = 1;

--- Example Test Cases ---

Here's an example of both the command line executed and the output in the csv file.

$ sudo ./pcm.x 0.1 -csv=sleep_old-pcm.pcm -- sleep 1

 

 Intel(r) Performance Counter Monitor V2.9 (2015-08-07 10:23:17 +0200 ID=721d9e3)

 

 Copyright (c) 2009-2015 Intel Corporation

 

Number of physical cores: 4

Number of logical cores: 8

Number of online logical cores: 8

Threads (logical cores) per physical core: 2

Num sockets: 1

Physical cores per socket: 4

Core PMU (perfmon) version: 3

Number of core PMU generic (programmable) counters: 4

Width of generic (programmable) counters: 48 bits

Number of core PMU fixed counters: 3

Width of fixed counters: 48 bits

Nominal core frequency: 4000000000 Hz

Package thermal spec power: 88 Watt; Package minimum power: 0 Watt; Package maximum power: 0 Watt; 

Delay: 0.1

Trying to use Linux perf events...

Successfully programmed on-core PMU using Linux perf

 

Detected Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz "Intel(r) microarchitecture codename Haswell"

 

Executing "sleep" command:

DEBUG: caught signal to interrupt (Child exited).

Cleaning up

Which produces the following CSV (snipped, because it's almost 5500 lines long):

System;;;;;;;;;;;;;;;;;;;;;System Core C-States;;;;;System Pack C-States;;;;;Socket0;;;;;;;;;;;;;SKT0 Core C-State;;;;;SKT0 Package C-State;;;;Proc Energy (Joules);Core0 (Socket 0);;;;;;;;;;;;;;;;Core1 (Socket 0);;;;;;;;;;;;;;;;Core2 (Socket 0);;;;;;;;;;;;;;;;Core3 (Socket 0);;;;;;;;;;;;;;;;Core4 (Socket 0);;;;;;;;;;;;;;;;Core5 (Socket 0);;;;;;;;;;;;;;;;Core6 (Socket 0);;;;;;;;;;;;;;;;Core7 (Socket 0);;;;;;;;;;;;;;;;

Date;Time;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;READ;WRITE;INST;ACYC;TIME(ticks);PhysIPC;PhysIPC%;INSTnom;INSTnom%;C0res%;C1res%;C3res%;C6res%;C7res%;C2res%;C3res%;C6res%;C7res%;Proc Energy (Joules);EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;READ;WRITE;TEMP;C0res%;C1res%;C3res%;C6res%;C7res%;C2res%;C3res%;C6res%;C7res%;SKT0;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;

2015-08-26;12:34:13.300;0.116;0.57;0.203;1.08;0.0033;0.013;0.745;0.322;0.00243;0.00953;0.000268;0.000238;1.36;2.39;1.24;1.14;28.5;0.232;5.8;18.8;47.3;33.9;0;0;0;0;0;0;0;0.116;0.57;0.203;1.08;0.0033;0.013;0.745;0.322;0.00243;0.00953;0.000268;0.000238;63;18.8;47.3;33.9;0;0;0;0;0;0;0;0.145;0.564;0.257;1.08;0.000208;0.0017;0.878;0.46;0.00115;0.00946;23.8;76.2;0;0;0;62;0.0249;0.328;0.0759;1.09;2.29e-05;0.000315;0.927;0.231;0.000774;0.0106;7;93;0;0;0;65;0.0259;0.358;0.0725;1.08;5.05e-05;0.000376;0.865;0.0984;0.00163;0.0121;6.74;11.5;81.7;0;0;66;0.0285;0.326;0.0876;1.07;4.86e-05;0.000453;0.893;0.0795;0.00143;0.0133;8.22;58.6;33.1;0;0;68;0.0968;0.394;0.245;1.07;0.000299;0.00161;0.814;0.255;0.00259;0.014;22.8;77.2;0;0;0;62;0.365;0.649;0.563;1.09;0.00162;0.00512;0.685;0.348;0.00232;0.00736;51.7;48.3;0;0;0;64;0.0178;0.637;0.028;1.08;3.05e-05;0.000426;0.928;0.0878;0.000898;0.0125;2.6;12.3;85.1;0;0;66;0.126;0.654;0.192;1.07;0.00103;0.00295;0.652;0.29;0.00428;0.0123;17.9;30.4;51.6;0;0;69;

2015-08-26;12:34:13.301;0.06;0.595;0.101;1.09;0.00148;0.00683;0.783;0.184;0.00169;0.00778;6.01e-05;3.36e-05;0.877;1.47;2.07;1.19;29.8;0.12;3;9.27;48.8;41.9;0;0;0;0;0;0;0.0397;0.06;0.595;0.101;1.09;0.00148;0.00683;0.783;0.184;0.00169;0.00778;6.01e-05;3.36e-05;63;9.27;48.8;41.9;0;0;0;0;0;0;0.0397;0.0444;0.405;0.11;1.08;0.00018;0.00102;0.824;0.266;0.00196;0.0111;10.1;56.4;33.5;0;0;63;0.0339;0.29;0.117;1.09;0.000255;0.0012;0.788;0.24;0.00362;0.017;10.8;89.2;0;0;0;64;0.0183;0.316;0.0579;1.08;9.44e-05;0.000567;0.834;0.0832;0.00252;0.0151;5.37;8.73;85.9;0;0;66;0.0214;0.31;0.069;1.07;9.63e-05;0.000685;0.859;0.0783;0.00219;0.0155;6.47;43.7;49.9;0;0;69;0.0187;0.37;0.0504;1.09;0.000123;0.000651;0.811;0.198;0.0031;0.0164;4.65;51;44.4;0;0;63;0.0243;0.363;0.0669;1.09;4.29e-05;0.000339;0.873;0.238;0.00125;0.00984;6.13;93.9;0;0;0;64;0.024;0.621;0.0386;1.08;2.67e-05;0.00042;0.936;0.0737;0.00079;0.0124;3.57;12.2;84.2;0;0;66;0.373;1.08;0.345;1.1;0.000662;0.00194;0.659;0.164;0.00126;0.0037;31.5;32.3;36.2;0;0;69;

2015-08-26;12:34:13.301;0.0728;0.795;0.0916;1.09;0.000255;0.00335;0.924;0.209;0.000351;0.00462;1.7e-05;1.11e-05;0.725;0.912;1.27;1.59;39.7;0.146;3.64;8.37;44.2;47.5;0;0;0;0;0;0;0;0.0728;0.795;0.0916;1.09;0.000255;0.00335;0.924;0.209;0.000351;0.00462;1.7e-05;1.11e-05;63;8.37;44.2;47.5;0;0;0;0;0;0;0;0.0383;0.422;0.0908;1.09;4.1e-05;0.000457;0.91;0.178;0.000844;0.0094;8.33;19.7;72;0;0;63;0.0243;0.364;0.0668;1.09;8.58e-06;0.000196;0.956;0.468;0.000281;0.00644;6.12;93.9;0;0;0;64;0.0245;0.357;0.0687;1.1;2.96e-05;0.000371;0.92;0.0995;0.000954;0.012;6.23;11.4;82.4;0;0;66;0.0272;0.324;0.0839;1.09;2.48e-05;0.000461;0.946;0.0765;0.000725;0.0135;7.7;52.2;40.1;0;0;69;0.0297;0.56;0.0531;1.09;5.82e-05;0.000469;0.876;0.0889;0.00156;0.0126;4.89;23.2;71.9;0;0;63;0.0256;0.463;0.0552;1.1;1.62e-05;0.000152;0.893;0.61;0.000523;0.00489;5.04;95;0;0;0;64;0.0281;0.599;0.0469;1.1;2.77e-05;0.000408;0.932;0.108;0.000818;0.0121;4.26;22.6;73.2;0;0;66;0.384;1.45;0.265;1.1;4.86e-05;0.000834;0.942;0.193;0.000102;0.00174;24.2;36.6;39.2;0;0;69;

2015-08-26;12:34:13.301;0.0932;0.637;0.146;1.07;0.000642;0.00644;0.9;0.284;0.000655;0.00658;2.22e-05;1.11e-05;0.979;1.54;1.33;1.27;31.9;0.186;4.66;13.7;61;25.3;0;0;0;0;0;0;0.0354;0.0932;0.637;0.146;1.07;0.000642;0.00644;0.9;0.284;0.000655;0.00658;2.22e-05;1.11e-05;63;13.7;61;25.3;0;0;0;0;0;0;0.0354;0.0467;0.359;0.13;1.07;6.2e-05;0.000666;0.907;0.234;0.000995;0.0107;12.2;44.2;43.7;0;0;63;0.0623;0.428;0.146;1.08;8.68e-05;0.000724;0.88;0.443;0.00104;0.00869;13.5;86.5;0;0;0;64;0.0652;0.404;0.161;1.07;0.000134;0.00107;0.875;0.217;0.00155;0.0124;15;57.5;27.5;0;0;67;0.0259;0.309;0.0837;1.08;2.57e-05;0.000451;0.943;0.0869;0.000753;0.0132;7.74;55.4;36.8;0;0;68;0.0788;0.475;0.166;1.07;0.000175;0.00153;0.885;0.242;0.00174;0.0152;15.6;42.8;41.7;0;0;64;0.0479;0.441;0.109;1.07;4.2e-05;0.00045;0.907;0.461;0.000663;0.00711;10.2;89.8;0;0;0;63;0.0433;0.388;0.112;1.07;7.92e-05;0.000675;0.883;0.324;0.00139;0.0118;10.5;73;16.5;0;0;67;0.39;1.44;0.27;1.07;3.62e-05;0.000874;0.959;0.218;7.38e-05;0.00178;25.3;36.9;37.8;0;0;68;

2015-08-26;12:34:13.302;0.0805;0.813;0.099;1.07;0.000161;0.00284;0.943;0.285;0.000224;0.00394;4.71e-06;2.92e-06;0.72;0.886;1.1;1.63;40.6;0.161;4.02;9.22;62.9;27.9;0;0;0;0;0;0;0;0.0805;0.813;0.099;1.07;0.000161;0.00284;0.943;0.285;0.000224;0.00394;4.71e-06;2.92e-06;63;9.22;62.9;27.9;0;0;0;0;0;0;0;0.0422;0.46;0.0916;1.07;2.86e-05;0.000396;0.928;0.17;0.000617;0.00854;8.6;18.1;73.3;0;0;64;0.0273;0.384;0.071;1.07;9.54e-07;0.000179;0.995;0.531;3.08e-05;0.00578;6.62;93.4;0;0;0;63;0.0274;0.372;0.0736;1.09;5.72e-06;0.000217;0.974;0.408;0.000185;0.00704;6.78;93.2;0;0;0;67;0.0303;0.366;0.0827;1.07;2.48e-05;0.000442;0.944;0.0868;0.000728;0.013;7.69;51.9;40.4;0;0;68;0.028;0.561;0.05;1.06;2.1e-05;0.000382;0.945;0.0866;0.000668;0.0122;4.72;24.9;70.4;0;0;64;0.0278;0.449;0.0619;1.07;5.72e-06;0.000132;0.957;0.63;0.000184;0.00424;5.77;94.2;0;0;0;63;0.0278;0.427;0.0652;1.09;2.1e-05;0.000175;0.88;0.521;0.000677;0.00566;5.99;94;0;0;0;67;0.435;1.46;0.298;1.07;5.34e-05;0.000913;0.941;0.182;0.00011;0.00188;27.7;32.1;40.2;0;0;68;

2015-08-26;12:34:13.302;0.0811;0.835;0.0972;1.07;0.000127;0.00242;0.948;0.344;0.00018;0.00343;2.09e-06;1.07e-06;0.705;0.845;1.09;1.67;41.7;0.162;4.06;9.05;63.3;27.7;0;0;0;0;0;0;0;0.0811;0.835;0.0972;1.07;0.000127;0.00242;0.948;0.344;0.00018;0.00343;2.09e-06;1.07e-06;63;9.05;63.3;27.7;0;0;0;0;0;0;0;0.0426;0.448;0.0951;1.06;2.57e-05;0.000407;0.937;0.174;0.000555;0.00878;8.94;21.3;69.8;0;0;64;0.0284;0.393;0.0723;1.07;1.91e-06;0.000102;0.981;0.704;6.17e-05;0.0033;6.74;93.3;0;0;0;63;0.0284;0.396;0.0719;1.08;4.77e-06;0.00013;0.963;0.616;0.000154;0.00419;6.64;93.4;0;0;0;67;0.0286;0.353;0.0811;1.08;2.38e-05;0.000401;0.941;0.0907;0.000766;0.0129;7.54;51.5;41;0;0;68;0.0289;0.593;0.0487;1.06;2.1e-05;0.000391;0.946;0.0889;0.000669;0.0125;4.61;25.7;69.7;0;0;64;0.0285;0.453;0.0629;1.07;2.86e-06;0.000101;0.972;0.689;9.24e-05;0.00327;5.87;94.1;0;0;0;63;0.0286;0.441;0.0648;1.08;2.1e-05;0.000126;0.833;0.648;0.000676;0.00406;5.97;94;0;0;0;67;0.436;1.55;0.281;1.08;2.57e-05;0.000764;0.966;0.208;5.45e-05;0.00162;26.2;32.8;41;0;0;68;

2015-08-26;12:34:13.302;0.0848;0.856;0.0991;1.07;0.000119;0.00239;0.95;0.337;0.000169;0.00339;1.55e-06;1.07e-06;0.706;0.825;1.08;1.71;42.8;0.17;4.24;9.24;64.9;25.9;0;0;0;0;0;0;0;0.0848;0.856;0.0991;1.07;0.000119;0.00239;0.95;0.337;0.000169;0.00339;1.55e-06;1.07e-06;63;9.24;64.9;25.9;0;0;0;0;0;0;0;0.0428;0.45;0.0952;1.06;2.57e-05;0.000407;0.937;0.158;0.000556;0.00879;8.94;21.5;69.6;0;0;64;0.0284;0.394;0.0719;1.07;9.54e-07;0.000102;0.991;0.702;3.08e-05;0.0033;6.71;93.3;0;0;0;63;0.0294;0.421;0.0699;1.09;3.81e-06;0.000113;0.966;0.664;0.000123;0.00362;6.43;93.6;0;0;0;67;0.0293;0.36;0.0815;1.07;2.19e-05;0.000401;0.945;0.0789;0.000704;0.0129;7.62;52.7;39.7;0;0;68;0.0302;0.529;0.0571;1.06;2.1e-05;0.000332;0.937;0.143;0.000666;0.0105;5.37;38.7;55.9;0;0;64;0.031;0.509;0.061;1.07;3.81e-06;8.68e-05;0.956;0.723;0.000123;0.00279;5.69;94.3;0;0;0;63;0.0306;0.55;0.0556;1.08;2.1e-05;0.000249;0.916;0.371;0.000673;0.00798;5.15;76.3;18.5;0;0;67;0.487;1.55;0.315;1.07;2.1e-05;0.000703;0.97;0.233;4.44e-05;0.00149;29.3;49.4;21.2;0;0;68;

2015-08-26;12:34:13.302;0.0979;0.922;0.106;1.07;7.82e-05;0.00216;0.964;0.399;0.00011;0.00305;1.01e-06;1.25e-06;0.71;0.77;0.952;1.84;46.1;0.196;4.89;9.95;70.6;19.4;0;0;0;0;0;0;0.0378;0.0979;0.922;0.106;1.07;7.82e-05;0.00216;0.964;0.399;0.00011;0.00305;1.01e-06;1.25e-06;63;9.95;70.6;19.4;0;0;0;0;0;0;0.0378;0.0521;0.544;0.0959;1.07;6.68e-06;0.000219;0.97;0.513;0.000135;0.00442;8.96;91;0;0;0;64;0.0328;0.504;0.0652;1.07;9.54e-07;8.58e-05;0.989;0.73;3.23e-05;0.00291;6.1;93.9;0;0;0;63;0.0325;0.4;0.0812;1.06;2.48e-05;0.000252;0.902;0.353;0.000801;0.00813;7.64;14.5;77.8;0;0;66;0.0346;0.452;0.0764;1.06;9.54e-07;0.000293;0.997;0.24;3.08e-05;0.00945;7.21;92.8;0;0;0;68;0.0352;0.544;0.0647;1.07;2.1e-05;0.000191;0.89;0.502;0.00067;0.00609;6.04;94;0;0;0;64;0.0349;0.565;0.0617;1.07;1.91e-06;8.2e-05;0.977;0.737;6.16e-05;0.00265;5.78;94.2;0;0;0;63;0.035;0.649;0.054;1.05;2.1e-05;0.000384;0.945;0.0882;0.000674;0.0124;5.14;19.8;75.1;0;0;66;0.536;1.51;0.354;1.07;9.54e-07;0.000656;0.999;0.303;2e-06;0.00138;33;67;0;0;0;68;

2015-08-26;12:34:13.303;0.0994;0.943;0.105;1.07;8.68e-05;0.00199;0.956;0.441;0.000122;0.0028;2.03e-06;3.64e-06;0.709;0.752;0.893;1.89;47.1;0.199;4.97;9.89;71.3;18.8;0;0;0;0;0;0;0;0.0994;0.943;0.105;1.07;8.68e-05;0.00199;0.956;0.441;0.000122;0.0028;2.03e-06;3.64e-06;63;9.89;71.3;18.8;0;0;0;0;0;0;0;0.052;0.637;0.0816;1.07;0;0.000115;1;0.689;0;0.00249;7.62;92.4;0;0;0;64;0.0331;0.517;0.064;1.07;0;8.01e-05;1;0.734;0;0.00271;6;94;0;0;0;63;0.0348;0.387;0.0898;1.05;2.1e-05;0.000378;0.944;0.0917;0.000677;0.0122;8.56;16.2;75.3;0;0;66;0.0349;0.482;0.0723;1.05;9.54e-07;0.000238;0.996;0.383;3.07e-05;0.00768;6.88;93.1;0;0;0;68;0.0351;0.559;0.0627;1.07;2.1e-05;0.000128;0.836;0.657;0.00067;0.00408;5.85;94.1;0;0;0;64;0.0347;0.567;0.0612;1.07;2.86e-06;8.77e-05;0.967;0.733;9.23e-05;0.00283;5.72;94.3;0;0;0;63;0.0349;0.643;0.0543;1.05;2.1e-05;0.000383;0.945;0.0822;0.000674;0.0123;5.17;19.6;75.2;0;0;66;0.536;1.5;0.358;1.07;2e-05;0.000577;0.965;0.399;4.19e-05;0.00121;33.4;66.6;0;0;0;68;

2015-08-26;12:34:13.303;0.0998;0.951;0.105;1.07;6.87e-05;0.00186;0.963;0.465;9.81e-05;0.00266;4.17e-07;7.75e-07;0.7;0.736;0.877;1.9;47.5;0.2;4.99;9.85;71.5;18.7;0;0;0;0;0;0;0;0.0998;0.951;0.105;1.07;6.87e-05;0.00186;0.963;0.465;9.81e-05;0.00266;4.17e-07;7.75e-07;63;9.85;71.5;18.7;0;0;0;0;0;0;0;0.0527;0.642;0.0821;1.07;0;0.000107;1;0.714;0;0.00231;7.68;92.3;0;0;0;64;0.0338;0.518;0.0652;1.07;0;8.2e-05;1;0.729;0;0.00277;6.11;93.9;0;0;0;63;0.0353;0.389;0.0908;1.05;2.1e-05;0.000381;0.945;0.0971;0.000677;0.0123;8.65;16.7;74.7;0;0;66;0.0349;0.472;0.0739;1.05;1.91e-06;0.000234;0.992;0.395;6.23e-05;0.00763;7.01;93;0;0;0;68;0.0358;0.558;0.0642;1.07;2.1e-05;0.000115;0.818;0.69;0.000668;0.00367;6;94;0;0;0;64;0.0354;0.567;0.0624;1.07;2.86e-06;9.06e-05;0.968;0.721;9.22e-05;0.00292;5.84;94.2;0;0;0;63;0.0354;0.643;0.0551;1.05;2.1e-05;0.000385;0.946;0.086;0.000675;0.0124;5.25;20;74.8;0;0;66;0.535;1.55;0.345;1.07;9.54e-07;0.000467;0.998;0.469;2.03e-06;0.000996;32.3;67.7;0;0;0;68;

2015-08-26;12:34:13.303;0.117;0.771;0.152;1.06;0.000262;0.00416;0.937;0.415;0.000302;0.00478;2.42e-05;1.01e-05;0.87;1.13;0.9;1.54;38.5;0.234;5.85;14.3;70.2;15.4;0;0;0;0;0;0;0;0.117;0.771;0.152;1.06;0.000262;0.00416;0.937;0.415;0.000302;0.00478;2.42e-05;1.01e-05;63;14.3;70.2;15.4;0;0;0;0;0;0;0;0.0514;0.58;0.0886;1.06;0;0.000108;1;0.755;0;0.00233;8.37;91.6;0;0;0;64;0.0538;0.479;0.112;1.07;1.81e-05;0.000391;0.954;0.493;0.000356;0.00769;10.5;89.5;0;0;0;63;0.054;0.396;0.136;1.05;6.1e-05;0.000712;0.914;0.106;0.00119;0.0139;13;20.3;66.7;0;0;66;0.037;0.398;0.093;1.05;5.72e-06;0.000344;0.983;0.335;0.000161;0.00966;8.84;91.2;0;0;0;68;0.1;0.478;0.21;1.05;7.15e-05;0.00112;0.936;0.426;0.000759;0.0119;19.9;80.1;0;0;0;64;0.0592;0.575;0.103;1.06;1.81e-05;0.000331;0.945;0.541;0.000324;0.00592;9.74;90.3;0;0;0;63;0.065;0.531;0.123;1.05;7.82e-05;0.000625;0.875;0.322;0.00134;0.0107;11.7;30.6;57.7;0;0;66;0.533;1.49;0.357;1.07;9.54e-06;0.000532;0.982;0.465;2e-05;0.00111;33.4;66.6;0;0;0;68;

2015-08-26;12:34:13.304;0.159;0.981;0.162;1.05;0.00946;0.0137;0.307;0.208;0.00447;0.00645;0.000881;0.00035;2.12;2.16;0.855;1.96;49;0.318;7.94;15.4;84.6;0;0;0;0;0;0;0;0.0353;0.159;0.981;0.162;1.05;0.00946;0.0137;0.307;0.208;0.00447;0.00645;0.000881;0.00035;63;15.4;84.6;0;0;0;0;0;0;0;0.0353;0.074;0.58;0.128;1.05;3.81e-06;0.000419;0.991;0.503;6.03e-05;0.00661;12.1;87.9;0;0;0;63;0.759;1.11;0.686;1.05;0.00731;0.0084;0.131;0.163;0.00548;0.0063;65.3;34.7;0;0;0;63;0.0485;0.378;0.128;1.05;0.00138;0.00218;0.369;0.157;0.0159;0.0252;12.2;87.8;0;0;0;66;0.0207;0.577;0.0359;1.05;5.72e-06;0.000321;0.982;0.339;0.000155;0.00872;3.43;96.6;0;0;0;67;0.0177;0.712;0.0248;1.05;1.91e-06;0.000192;0.99;0.474;6.1e-05;0.00613;2.36;97.6;0;0;0;63;0.0175;0.614;0.0284;1.05;4.77e-06;0.00025;0.981;0.351;0.000154;0.00806;2.72;97.3;0;0;0;63;0.0173;0.674;0.0257;1.04;0;0.000235;1;0.376;0;0.00757;2.46;97.5;0;0;0;66;0.279;1.23;0.227;1.05;0.00076;0.00165;0.539;0.232;0.00151;0.00329;21.6;78.4;0;0;0;67;

2015-08-26;12:34:13.304;0.152;0.823;0.184;1.05;0.00497;0.00867;0.427;0.195;0.00451;0.00788;0.000241;8.87e-05;1.1;1.34;1.81;1.65;41.2;0.303;7.58;17.5;82.5;0;0;0;0;0;0;0;0;0.152;0.823;0.184;1.05;0.00497;0.00867;0.427;0.195;0.00451;0.00788;0.000241;8.87e-05;63;17.5;82.5;0;0;0;0;0;0;0;0;0.0257;0.779;0.033;1.05;2.48e-05;0.000151;0.835;0.629;0.000534;0.00325;3.14;96.9;0;0;0;63;0.46;0.633;0.726;1.05;0.00465;0.00612;0.24;0.0907;0.0117;0.0154;69.2;30.8;0;0;0;63;0.0754;0.482;0.156;1.05;0.000274;0.000751;0.635;0.299;0.00463;0.0127;14.9;85.1;0;0;0;66;0.0394;0.569;0.0692;1.05;9.54e-07;0.000284;0.997;0.292;3.12e-05;0.00928;6.57;93.4;0;0;0;67;0.0405;0.794;0.051;1.05;0;0.000108;1;0.672;0;0.00344;4.85;95.2;0;0;0;63;0.0406;0.477;0.0852;1.05;9.54e-07;0.000319;0.997;0.304;3.06e-05;0.0102;8.1;91.9;0;0;0;63;0.0415;0.536;0.0775;1.05;9.54e-07;0.000234;0.996;0.443;3.06e-05;0.0075;7.35;92.7;0;0;0;66;0.639;1.52;0.42;1.05;1.81e-05;0.00071;0.974;0.266;3.82e-05;0.0015;40;60;0;0;0;67;

2015-08-26;12:34:13.304;0.124;1.16;0.106;1.05;3.62e-05;0.00156;0.977;0.526;5.19e-05;0.00223;1.13e-06;5.36e-07;0.699;0.601;0.719;2.32;58.1;0.247;6.18;10.1;89.9;0;0;0;0;0;0;0;0;0.124;1.16;0.106;1.05;3.62e-05;0.00156;0.977;0.526;5.19e-05;0.00223;1.13e-06;5.36e-07;63;10.1;89.9;0;0;0;0;0;0;0;0;0.0644;0.812;0.0793;1.05;2.1e-05;0.000127;0.835;0.685;0.000453;0.00274;7.55;92.4;0;0;0;63;0.042;0.688;0.061;1.05;0;0.000197;1;0.419;0;0.00659;5.8;94.2;0;0;0;63;0.0438;0.751;0.0583;1.05;0;0.000138;1;0.592;0;0.00445;5.56;94.4;0;0;0;66;0.0433;0.653;0.0663;1.05;0;0.000229;1;0.373;0;0.00748;6.31;93.7;0;0;0;67;0.0443;0.801;0.0553;1.05;0;8.87e-05;1;0.72;0;0.00284;5.27;94.7;0;0;0;63;0.0441;0.68;0.0648;1.05;6.68e-06;0.000161;0.959;0.543;0.000215;0.0052;6.16;93.8;0;0;0;63;0.0445;0.746;0.0596;1.05;9.54e-07;0.000112;0.991;0.657;3.07e-05;0.00359;5.67;94.3;0;0;0;66;0.67;1.63;0.41;1.05;7.63e-06;0.000506;0.985;0.405;1.63e-05;0.00108;39;61;0;0;0;67;

2015-08-26;12:34:13.304;0.126;1.09;0.116;1.05;0.000728;0.00218;0.665;0.502;0.00102;0.00304;6.6e-05;2.35e-05;0.715;0.657;0.704;2.18;54.4;0.253;6.32;11.1;88.9;0;0;0;0;0;0;0;0;0.126;1.09;0.116;1.05;0.000728;0.00218;0.665;0.502;0.00102;0.00304;6.6e-05;2.35e-05;63;11.1;88.9;0;0;0;0;0;0;0;0;0.0713;0.738;0.0966;1.05;2.38e-05;0.000154;0.846;0.69;0.000475;0.00308;9.2;90.8;0;0;0;63;0.0643;0.461;0.14;1.05;0.000699;0.000965;0.276;0.281;0.0154;0.0213;13.3;86.7;0;0;0;63;0.0442;0.755;0.0586;1.05;9.54e-07;0.000103;0.991;0.677;3.05e-05;0.0033;5.58;94.4;0;0;0;66;0.0437;0.666;0.0656;1.05;0;0.000221;1;0.414;0;0.00717;6.24;93.8;0;0;0;67;0.0446;0.784;0.0569;1.05;0;9.82e-05;1;0.694;0;0.00312;5.42;94.6;0;0;0;63;0.044;0.76;0.0579;1.05;1.91e-06;0.000124;0.985;0.638;6.12e-05;0.00398;5.52;94.5;0;0;0;63;0.044;0.766;0.0574;1.05;9.54e-07;9.54e-05;0.99;0.704;3.06e-05;0.00306;5.46;94.5;0;0;0;66;0.654;1.65;0.396;1.05;9.54e-07;0.000414;0.998;0.508;2.06e-06;0.000892;37.7;62.3;0;0;0;67;

2015-08-26;12:34:13.304;0.125;1.18;0.106;1.05;2.57e-05;0.00137;0.981;0.588;3.68e-05;0.00196;6.56e-07;7.75e-07;0.7;0.595;0.705;2.36;58.9;0.25;6.24;10.1;89.9;0;0;0;0;0;0;0;0;0.125;1.18;0.106;1.05;2.57e-05;0.00137;0.981;0.588;3.68e-05;0.00196;6.56e-07;7.75e-07;62;10.1;89.9;0;0;0;0;0;0;0;0;0.0657;0.835;0.0786;1.05;0;0.000113;1;0.691;0;0.00243;7.49;92.5;0;0;0;64;0.0433;0.754;0.0575;1.05;0;0.000132;1;0.631;0;0.00432;5.47;94.5;0;0;0;62;0.0443;0.774;0.0572;1.05;0;9.54e-05;1;0.707;0;0.00307;5.45;94.5;0;0;0;66;0.0436;0.665;0.0656;1.05;0;0.000212;1;0.423;0;0.00693;6.25;93.7;0;0;0;68;0.0446;0.731;0.061;1.05;2.1e-05;0.000135;0.845;0.623;0.00067;0.00432;5.81;94.2;0;0;0;64;0.0442;0.751;0.0589;1.05;2.86e-06;0.000113;0.975;0.671;9.23e-05;0.00366;5.61;94.4;0;0;0;62;0.0443;0.77;0.0575;1.05;0;8.58e-05;1;0.721;0;0.00277;5.48;94.5;0;0;0;66;0.67;1.63;0.412;1.05;1.91e-06;0.000484;0.996;0.463;4.07e-06;0.00103;39.2;60.8;0;0;0;68;

2015-08-26;12:34:13.305;0.114;1.11;0.103;1.04;3.43e-05;0.00152;0.977;0.554;4.92e-05;0.00218;1.07e-06;2.38e-06;0.698;0.631;0.703;2.21;55.3;0.228;5.7;9.86;88.3;1.8;0;0;0;0;0;0;0.0402;0.114;1.11;0.103;1.04;3.43e-05;0.00152;0.977;0.554;4.92e-05;0.00218;1.07e-06;2.38e-06;62;9.86;88.3;1.8;0;0;0;0;0;0;0.0402;0.0658;0.86;0.0766;1.05;0;9.92e-05;1;0.727;0;0.00214;7.29;92.7;0;0;0;64;0.0433;0.778;0.0556;1.05;0;9.35e-05;1;0.708;0;0.00307;5.31;94.7;0;0;0;62;0.042;0.77;0.0545;0.955;0;0.000104;1;0.689;0;0.00335;5.71;94.3;0;0;0;66;0.0414;0.594;0.0697;1.06;0;0.000236;1;0.368;0;0.0077;6.6;93.4;0;0;0;68;0.0396;0.685;0.0578;1.05;2.1e-05;0.000256;0.918;0.368;0.00067;0.00816;5.51;80.5;14;0;0;64;0.0391;0.653;0.0599;1.05;1.91e-06;9.06e-05;0.979;0.725;6.15e-05;0.00292;5.7;94.3;0;0;0;62;0.0373;0.628;0.0594;1.05;0;9.35e-05;1;0.708;0;0.00302;5.65;94.4;0;0;0;66;0.563;1.54;0.366;1.05;1.14e-05;0.00055;0.979;0.43;2.45e-05;0.00118;34.9;65.1;0;0;0;68;

2015-08-26;12:34:13.305;0.108;1;0.107;1.07;4.58e-05;0.00172;0.973;0.494;6.59e-05;0.00248;4.17e-07;1.19e-07;0.695;0.692;0.869;2.01;50.2;0.215;5.38;10;72.2;17.8;0;0;0;0;0;0;0;0.108;1;0.107;1.07;4.58e-05;0.00172;0.973;0.494;6.59e-05;0.00248;4.17e-07;1.19e-07;62;10;72.2;17.8;0;0;0;0;0;0;0;0.0534;0.49;0.109;1.05;2.1e-05;0.000324;0.935;0.317;0.000452;0.00699;10.4;17.3;72.3;0;0;64;0.035;0.527;0.0663;1.05;0;9.44e-05;1;0.713;0;0.0031;6.3;93.7;0;0;0;62;0.0373;0.535;0.0698;1.14;0;0.000101;1;0.695;0;0.00325;6.1;93.9;0;0;0;66;0.0369;0.505;0.0729;1.07;0;0.00023;1;0.393;0;0.00749;6.84;93.2;0;0;0;68;0.0401;0.682;0.0588;1.05;2.1e-05;0.000323;0.935;0.137;0.00067;0.0103;5.6;28.2;66.2;0;0;64;0.0398;0.668;0.0595;1.05;2.86e-06;9.06e-05;0.968;0.735;9.23e-05;0.00292;5.67;94.3;0;0;0;62;0.0417;0.706;0.0591;1.07;0;8.77e-05;1;0.717;0;0.00283;5.53;94.5;0;0;0;66;0.622;1.62;0.383;1.07;9.54e-07;0.00047;0.998;0.455;2.06e-06;0.00102;35.7;64.3;0;0;0;68;

Here's the fixed version:

$ sudo ./pcm.x 0.1 -csv=sleep_fixed-pcm.pcm -- sleep 1

 

 Intel(r) Performance Counter Monitor V2.9 (2015-08-07 10:23:17 +0200 ID=721d9e3)

 

 Copyright (c) 2009-2015 Intel Corporation

 

Number of physical cores: 4

Number of logical cores: 8

Number of online logical cores: 8

Threads (logical cores) per physical core: 2

Num sockets: 1

Physical cores per socket: 4

Core PMU (perfmon) version: 3

Number of core PMU generic (programmable) counters: 4

Width of generic (programmable) counters: 48 bits

Number of core PMU fixed counters: 3

Width of fixed counters: 48 bits

Nominal core frequency: 4000000000 Hz

Package thermal spec power: 88 Watt; Package minimum power: 0 Watt; Package maximum power: 0 Watt; 

Delay: 0.1

Trying to use Linux perf events...

Successfully programmed on-core PMU using Linux perf

 

Detected Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz "Intel(r) microarchitecture codename Haswell"

 

Executing "sleep" command:

DEBUG: caught signal to interrupt (Child exited).

Cleaning up

And the fixed CSV file:

System;;;;;;;;;;;;;;;;;;;;;System Core C-States;;;;;System Pack C-States;;;;;Socket0;;;;;;;;;;;;;SKT0 Core C-State;;;;;SKT0 Package C-State;;;;Proc Energy (Joules);Core0 (Socket 0);;;;;;;;;;;;;;;;Core1 (Socket 0);;;;;;;;;;;;;;;;Core2 (Socket 0);;;;;;;;;;;;;;;;Core3 (Socket 0);;;;;;;;;;;;;;;;Core4 (Socket 0);;;;;;;;;;;;;;;;Core5 (Socket 0);;;;;;;;;;;;;;;;Core6 (Socket 0);;;;;;;;;;;;;;;;Core7 (Socket 0);;;;;;;;;;;;;;;;

Date;Time;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;READ;WRITE;INST;ACYC;TIME(ticks);PhysIPC;PhysIPC%;INSTnom;INSTnom%;C0res%;C1res%;C3res%;C6res%;C7res%;C2res%;C3res%;C6res%;C7res%;Proc Energy (Joules);EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;READ;WRITE;TEMP;C0res%;C1res%;C3res%;C6res%;C7res%;C2res%;C3res%;C6res%;C7res%;SKT0;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;EXEC;IPC;FREQ;AFREQ;L3MISS;L2MISS;L3HIT;L2HIT;L3MPI;L2MPI;C0res%;C1res%;C3res%;C6res%;C7res%;TEMP;

2015-08-26;12:38:32.501;0.00542;0.332;0.0163;0.824;0.0531;0.237;0.776;0.32;0.00319;0.0142;0.00277;0.00116;16.6;50;383;0.664;16.6;0.0108;0.271;1.98;28.3;7.43;2.28;60;0;0;0;0;1.62;0.00542;0.332;0.0163;0.824;0.0531;0.237;0.776;0.32;0.00319;0.0142;0.00277;0.00116;63;1.98;28.3;7.43;2.28;60;0;0;0;0;1.62;0.00552;0.312;0.0177;0.739;0.00486;0.0269;0.82;0.398;0.0023;0.0127;2.39;93.1;2.91;0.0317;1.59;64;0.00483;0.271;0.0179;0.837;0.00438;0.0284;0.846;0.324;0.00237;0.0154;2.13;8.28;14.6;3.1;71.9;64;0.00527;0.22;0.024;0.865;0.00407;0.036;0.887;0.257;0.00201;0.0178;2.77;9.45;12.2;3.3;72.3;65;0.00208;0.185;0.0112;0.873;0.0103;0.0212;0.515;0.227;0.0129;0.0266;1.29;1.81;0;2.66;94.2;68;0.0122;0.46;0.0265;0.825;0.00404;0.0566;0.929;0.374;0.000867;0.0121;3.21;92.3;2.91;0.0317;1.59;64;0.00483;0.398;0.0121;0.745;0.00615;0.0222;0.723;0.346;0.00332;0.012;1.63;8.81;14.5;3.1;71.9;64;0.00591;0.464;0.0128;0.916;0.0152;0.0299;0.491;0.233;0.00673;0.0132;1.39;10.8;12.2;3.3;72.3;65;0.00278;0.325;0.00855;0.817;0.00408;0.0154;0.734;0.295;0.00384;0.0144;1.05;2.04;0;2.66;94.2;68;

2015-08-26;12:38:32.602;0.00505;0.315;0.0161;1;0.036;0.2;0.821;0.329;0.00232;0.0129;0.0011;0.000486;15.5;49.2;383;0.629;15.7;0.0101;0.253;1.61;25.1;5.67;1.96;65.7;0;0;0;0;1.61;0.00505;0.315;0.0161;1;0.036;0.2;0.821;0.329;0.00232;0.0129;0.0011;0.000486;61;1.61;25.1;5.67;1.96;65.7;0;0;0;0;1.61;0.00581;0.31;0.0187;0.924;0.00324;0.0221;0.854;0.469;0.00146;0.00995;2.03;91.7;2.05;1.54;2.64;63;0.00425;0.216;0.0197;0.928;0.00202;0.0266;0.924;0.266;0.00124;0.0163;2.12;2.82;2.58;2.89;89.6;63;0.00409;0.206;0.0199;1.08;0.00311;0.0274;0.886;0.251;0.00199;0.0175;1.84;2.38;16.2;0;79.6;64;0.00705;0.412;0.0171;1.04;0.00944;0.025;0.623;0.294;0.00349;0.00927;1.64;2.3;1.77;3.42;90.9;67;0.0111;0.412;0.027;1.02;0.00342;0.054;0.937;0.372;0.000802;0.0127;2.64;91;2.04;1.54;2.74;63;0.00219;0.267;0.00821;0.936;0.00486;0.0147;0.669;0.271;0.00579;0.0175;0.877;4.05;2.58;2.89;89.6;63;0.00242;0.274;0.00881;1.07;0.00524;0.0157;0.666;0.29;0.00566;0.0169;0.827;3.37;16.3;0;79.5;64;0.00352;0.385;0.00913;1.04;0.00465;0.015;0.69;0.277;0.00345;0.0111;0.876;3.09;1.77;3.42;90.8;67;

2015-08-26;12:38:32.701;0.00462;0.3;0.0154;1.01;0.0245;0.198;0.877;0.306;0.00175;0.0141;0.000317;0.000147;14;46.8;379;0.599;15;0.00924;0.231;1.52;21.3;26.8;0.618;49.8;0;0;0;0;1.62;0.00462;0.3;0.0154;1.01;0.0245;0.198;0.877;0.306;0.00175;0.0141;0.000317;0.000147;62;1.52;21.3;26.8;0.618;49.8;0;0;0;0;1.62;0.0062;0.28;0.0221;0.984;0.00416;0.0264;0.843;0.421;0.00177;0.0112;2.25;75.9;6.42;1.35;14.1;65;0.00449;0.212;0.0212;0.985;0.00233;0.027;0.914;0.262;0.00137;0.0158;2.15;3.19;3.57;1.12;90;64;0.00401;0.277;0.0145;1.08;0.00228;0.0299;0.924;0.161;0.0015;0.0197;1.35;2.34;96.3;0;0.0563;64;0.00292;0.212;0.0138;1.01;0.00136;0.015;0.909;0.334;0.00123;0.0135;1.37;2.48;1.08;0;95.1;67;0.0113;0.405;0.0279;1.04;0.00351;0.0577;0.939;0.342;0.000821;0.0135;2.68;75.6;6.42;1.35;14;65;0.00222;0.254;0.00875;0.987;0.00509;0.0148;0.655;0.28;0.00605;0.0176;0.886;4.5;3.57;1.12;89.9;64;0.00237;0.418;0.00568;1.02;0.00165;0.0136;0.879;0.203;0.00183;0.0151;0.556;3.14;96.2;0;0.0563;64;0.00345;0.365;0.00943;1.03;0.00409;0.0138;0.703;0.305;0.00313;0.0105;0.913;2.92;1.08;0;95.1;67;

2015-08-26;12:38:32.802;0.00458;0.301;0.0152;0.991;0.0236;0.198;0.881;0.313;0.00168;0.0141;0.000191;8.87e-05;14;46.6;383;0.603;15.1;0.00916;0.229;1.53;22.4;8.37;0.628;67.1;0;0;0;0;1.51;0.00458;0.301;0.0152;0.991;0.0236;0.198;0.881;0.313;0.00168;0.0141;0.000191;8.87e-05;62;1.53;22.4;8.37;0.628;67.1;0;0;0;0;1.51;0.00578;0.286;0.0202;0.94;0.00279;0.0235;0.881;0.422;0.00126;0.0106;2.15;81.4;3.17;1.26;12;65;0.00506;0.231;0.0218;0.958;0.00226;0.0308;0.927;0.27;0.00117;0.0159;2.28;3.24;4.25;0.77;89.5;63;0.00361;0.262;0.0138;1.06;0.00149;0.02;0.925;0.292;0.00108;0.0144;1.3;1.55;25.3;0;71.8;66;0.00204;0.189;0.0108;0.965;0.00141;0.0119;0.881;0.275;0.00181;0.0153;1.12;2.66;0.734;0.485;95;67;0.0116;0.396;0.0293;1.02;0.00383;0.0663;0.942;0.311;0.000863;0.0149;2.86;80.7;3.17;1.26;12;65;0.00215;0.268;0.00802;0.944;0.00508;0.0141;0.64;0.282;0.00616;0.0171;0.849;4.66;4.25;0.769;89.5;63;0.00295;0.324;0.00912;1.06;0.00292;0.0166;0.825;0.344;0.00258;0.0147;0.863;2.02;25.3;0;71.8;65;0.00347;0.409;0.00848;1;0.00382;0.015;0.746;0.245;0.00288;0.0113;0.846;3.04;0.734;0.485;94.9;67;

2015-08-26;12:38:32.902;0.00454;0.302;0.0151;0.957;0.0238;0.193;0.877;0.322;0.00171;0.0139;0.000158;7.36e-05;13.9;46.1;383;0.603;15.1;0.00908;0.227;1.57;19.7;3.11;0.368;75.3;0;0;0;0;1.59;0.00454;0.302;0.0151;0.957;0.0238;0.193;0.877;0.322;0.00171;0.0139;0.000158;7.36e-05;62;1.57;19.7;3.11;0.368;75.3;0;0;0;0;1.59;0.00602;0.311;0.0194;0.924;0.00293;0.0249;0.882;0.42;0.00127;0.0108;2.09;68.3;7.99;0;21.6;65;0.00559;0.235;0.0238;0.942;0.0023;0.0339;0.932;0.275;0.00108;0.0158;2.52;3.54;1.84;0;92.1;62;0.00347;0.25;0.0139;0.987;0.00134;0.0196;0.931;0.315;0.00101;0.0147;1.41;1.88;1.82;0.846;94.1;67;0.00285;0.221;0.0129;0.943;0.00139;0.0151;0.908;0.304;0.00127;0.0138;1.37;4.01;0.785;0.596;93.2;67;0.0108;0.417;0.0258;0.979;0.00386;0.0591;0.935;0.324;0.000936;0.0143;2.64;67.8;7.99;0;21.6;65;0.00218;0.27;0.00807;0.926;0.00542;0.0147;0.632;0.286;0.00649;0.0176;0.872;5.16;1.84;0.0618;92.1;62;0.00221;0.268;0.00826;1;0.00306;0.0132;0.768;0.324;0.00361;0.0156;0.824;2.44;1.82;0.846;94.1;67;0.00323;0.386;0.00838;0.971;0.00355;0.013;0.726;0.279;0.00287;0.0105;0.862;4.41;0.785;0.596;93.3;67;

2015-08-26;12:38:33.003;0.00413;0.326;0.0127;0.613;0.0212;0.181;0.883;0.307;0.00167;0.0143;0.000125;5.61e-05;12.7;38.9;383;0.652;16.3;0.00827;0.207;2.07;22.4;1.69;2.38;71.5;0;0;0;0;1.24;0.00413;0.326;0.0127;0.613;0.0212;0.181;0.883;0.307;0.00167;0.0143;0.000125;5.61e-05;63;2.07;22.4;1.69;2.38;71.5;0;0;0;0;1.24;0.0053;0.321;0.0165;0.598;0.00241;0.0253;0.904;0.369;0.00119;0.0124;2.76;83.2;3.43;3.23;7.41;65;0.00513;0.241;0.0213;0.6;0.00211;0.0297;0.929;0.281;0.00107;0.0151;3.55;2.43;0.0652;1.68;92.3;64;0.00221;0.249;0.00889;0.63;0.00104;0.0125;0.917;0.232;0.00122;0.0148;1.41;1.03;0.536;1.01;96;66;0.00245;0.2;0.0122;0.613;0.00139;0.0159;0.912;0.317;0.00149;0.017;1.99;1.51;2.73;3.65;90.1;67;0.0122;0.505;0.0242;0.62;0.00356;0.0665;0.947;0.319;0.000759;0.0142;3.9;82;3.42;3.23;7.41;65;0.002;0.257;0.00781;0.596;0.00497;0.0133;0.626;0.278;0.00647;0.0173;1.31;4.7;0.0652;1.61;92.3;64;0.000589;0.25;0.00236;0.728;0.00239;0.00525;0.545;0.198;0.0106;0.0233;0.324;2.16;0.536;1.01;96;66;0.00317;0.388;0.00819;0.632;0.00332;0.013;0.744;0.294;0.00273;0.0107;1.29;2.23;2.73;3.65;90.1;67;

2015-08-26;12:38:33.103;0.00481;0.387;0.0124;0.799;0.0204;0.17;0.88;0.378;0.00138;0.0116;0.000287;0.000135;14.7;38.1;384;0.774;19.3;0.00961;0.24;1.55;24.1;1.59;0.914;71.9;0;0;0;0;1.75;0.00481;0.387;0.0124;0.799;0.0204;0.17;0.88;0.378;0.00138;0.0116;0.000287;0.000135;61;1.55;24.1;1.59;0.914;71.9;0;0;0;0;1.75;0.00621;0.445;0.014;0.784;0.00266;0.0249;0.893;0.467;0.00112;0.0104;1.78;90.4;0.364;0;7.47;63;0.00513;0.249;0.0206;0.818;0.00211;0.0289;0.927;0.29;0.00107;0.0147;2.51;1.81;3.86;0;91.8;63;0.00258;0.236;0.0109;0.795;0.00118;0.0142;0.917;0.313;0.00119;0.0144;1.38;1.45;0;1.99;95.2;66;0.00365;0.409;0.00892;0.712;0.00165;0.0117;0.859;0.267;0.00118;0.00836;1.25;2;2.1;1.67;93;67;0.0133;0.603;0.0221;0.825;0.00174;0.0514;0.966;0.462;0.00034;0.0101;2.68;89.5;0.365;0;7.48;63;0.00213;0.277;0.00767;0.816;0.00472;0.0133;0.644;0.291;0.0058;0.0163;0.94;3.34;3.93;0;91.8;63;0.00208;0.28;0.00743;0.831;0.00309;0.0118;0.739;0.312;0.00388;0.0148;0.894;1.9;0;1.99;95.2;66;0.00335;0.429;0.00781;0.785;0.00326;0.0143;0.772;0.225;0.00254;0.0111;0.996;2.23;2.1;1.67;93;67;

2015-08-26;12:38:33.204;0.00459;0.378;0.0122;0.82;0.0191;0.167;0.886;0.387;0.00135;0.0119;0.000125;5.67e-05;14.1;37.2;383;0.756;18.9;0.00919;0.23;1.48;25.8;2.09;1.17;69.5;0;0;0;0;1.64;0.00459;0.378;0.0122;0.82;0.0191;0.167;0.886;0.387;0.00135;0.0119;0.000125;5.67e-05;62;1.48;25.8;2.09;1.17;69.5;0;0;0;0;1.64;0.00711;0.47;0.0151;0.801;0.0034;0.0259;0.869;0.488;0.00125;0.0095;1.89;97.6;0.465;0.0215;0;64;0.00553;0.255;0.0216;0.803;0.00208;0.0315;0.934;0.279;0.000983;0.0149;2.7;1.81;6.48;4.67;84.3;63;0.00245;0.236;0.0104;0.836;0.00114;0.0132;0.913;0.324;0.00122;0.0141;1.25;1.47;1.42;0;95.9;66;0.00116;0.202;0.00572;0.874;0.000614;0.00524;0.883;0.37;0.00138;0.0118;0.655;1.65;0;0;97.7;67;0.0129;0.613;0.021;0.821;0.00161;0.0513;0.969;0.454;0.000327;0.0104;2.56;97;0.465;0.0215;0;64;0.00213;0.267;0.00798;0.808;0.00444;0.0138;0.678;0.302;0.00545;0.0169;0.987;3.54;6.48;4.67;84.3;63;0.00211;0.286;0.00739;0.834;0.00294;0.0122;0.759;0.321;0.00364;0.0151;0.886;1.83;1.42;0;95.9;66;0.00339;0.425;0.00799;0.851;0.00283;0.0139;0.797;0.25;0.00218;0.0107;0.939;1.36;0;0;97.7;67;

2015-08-26;12:38:33.304;0.00471;0.298;0.0158;1.03;0.026;0.198;0.869;0.341;0.0018;0.0137;0.000278;0.000127;14.4;48.4;383;0.596;14.9;0.00941;0.235;1.54;22.9;4.41;3.32;67.8;0;0;0;0;1.81;0.00471;0.298;0.0158;1.03;0.026;0.198;0.869;0.341;0.0018;0.0137;0.000278;0.000127;62;1.54;22.9;4.41;3.32;67.8;0;0;0;0;1.81;0.00572;0.295;0.0194;0.991;0.00309;0.0252;0.877;0.438;0.00141;0.0115;1.96;81.6;4.17;1.9;10.4;64;0.00447;0.205;0.0219;1.04;0.00226;0.0286;0.921;0.263;0.00132;0.0167;2.11;5.08;8.29;9.18;75.3;63;0.0042;0.223;0.0189;1.01;0.00184;0.025;0.927;0.286;0.00114;0.0155;1.86;2.4;4.8;0.719;90.2;66;0.00243;0.238;0.0102;1.04;0.0012;0.0114;0.895;0.377;0.00129;0.0123;0.988;1.81;0.432;1.47;95.3;68;0.0123;0.431;0.0286;1.05;0.00333;0.0606;0.945;0.381;0.000706;0.0128;2.73;80.8;4.17;1.9;10.4;64;0.00245;0.268;0.00914;1.04;0.0049;0.0165;0.703;0.251;0.00523;0.0176;0.881;6.35;8.22;9.18;75.4;63;0.00254;0.269;0.00943;1.02;0.00637;0.0177;0.639;0.276;0.00655;0.0182;0.925;3.41;4.79;0.719;90.2;66;0.00351;0.398;0.00883;1.04;0.00303;0.0132;0.771;0.317;0.00225;0.00983;0.847;2.03;0.432;1.47;95.2;68;12:39

 

0 Kudos
Roman_D_Intel
Employee
1,470 Views

Ameen,

thanks for noticing it. It should be actually be fixed in all pcm-* utilities. I am attaching a patch.

Best regards,

Roman

0 Kudos
Carlos_V_Intel2
Employee
1,470 Views

Guys where are the latest version of the PCM product? I'm download it from the link and  the file name its V 2.10 I was reading that you have newer versions where I can find it?

Regards.

0 Kudos
Reply