Active IQ Unified Manager Discussions

How to get different performance counters at same timestamp over period of time?

lewisn
2,930 Views

I am working on migrating my Workload Characterization scripts from a PERL script that runs on the OnCommand server to a remote running application that uses the APIs to make the calls.

One thing is for sure, I am NOT a good PERL hack.

I am trying to extract a set of performance counters from DFM using the APIs. Currently I am able to get the counters but it appears that the timestamps are rough 2-3 secs different from each other.

I am writing this in PERL and am attempting to take the values and insert them into a HASH of ARRAYs structured like this:

Key                    Value

<timestamp1>      <counter1 value> <counter2 value> <counter3 value>

<timestamp1>      <counter1 value> <counter2 value> <counter3 value>

Here is the XML code as generated by zExplore that demonstrates the separation of time stamps.

<?xml version="1.0" encoding="UTF-8"?>

<netapp  xmlns="http://www.netapp.com/filer/admin" version="1.0">

  <!--Retrieve data for all the related objects for the given object and the specified performance counters.-->

  <perf-get-counter-data>

    <!--Time stamp marking the end of requested data. The timestamp value is the time in seconds since 00:00:00 Jan 1, 1970, UTC. If unspecified, server should end with the latest available data. Range: [0..(2^32)-1]-->

    <end-time>1369071775</end-time>

    <!--This defines what counter data to be returned for the specified instances.-->

    <instance-counter-info>

      <!--List of performance counters whose values will be retrieved.-->

      <counter-info>

        <!--Performance Counters can be a combination of an object and a counter.-->

        <perf-object-counter>

          <!--The name of the counter measured. Counters are specifc measurable quantities on an instance of a performance object like avg_latency, nfs_ops. <P> Maximum length of 255 characters.-->

          <counter-name>total_transfers</counter-name>

          <!--object-type is the name of the object classification as defined by ONTAP counter manager. <P> Maximum length of 255 characters.-->

          <object-type>aggregate</object-type>

        </perf-object-counter>

        <perf-object-counter>

          <!--The name of the counter measured. Counters are specifc measurable quantities on an instance of a performance object like avg_latency, nfs_ops. <P> Maximum length of 255 characters.-->

          <counter-name>pa_max_disk_busy</counter-name>

          <!--object-type is the name of the object classification as defined by ONTAP counter manager. <P> Maximum length of 255 characters.-->

          <object-type>aggregate</object-type>

        </perf-object-counter>

      </counter-info>

      <!--If specified, all related instances of the object-type mentioned in the perf-object-counter under this object are returned. For example, if obj-name-or-id is a host and object-type in the perf-object-counter is qtree, this would mean all qtree under the host. If the obj-name-or-id is aggregate, all qtrees under the aggregate.-->

      <object-name-or-id>tyobkupflr01</object-name-or-id>

    </instance-counter-info>

    <!--A function to apply across the data to achieve the desired time resolution, if the requested sample-rate is different from the actual sample-rate of the data. Possible values : <li> 'average' <li> 'min' <li> 'max' <li> 'last' Default is 'last'-->

    <time-consolidation-method>average</time-consolidation-method>

    <!--Time stamp marking the beginning of requested data. The timestamp value is the time in seconds since 00:00:00 Jan 1, 1970, UTC. If unspecified, server should begin with the earliest available data. Range: [0..(2^32)-1]-->

    <start-time>1368985507</start-time>

  </perf-get-counter-data>

</netapp>

And here is the counter data output for those two counters, notice the timestamp difference

<counter-name>total_transfers</counter-name>

                                                            <label-names/>

                                                            <unit>per_sec</unit>

                                                            <counter-data>1368985592:0.000,1368985653:0.000,1368985712:0.000,1368985773:0.000,1368985833:0.000,1368985892:0.000,1368985952:0.000,1368986012:0.000,1368986073:0.000,1368986133:0.000,1368986192:0.051,1368986253:0.000,1368986312:613.593,1368986372:1341.300,1368986433:1281.377,1368986492:1468.627,1368986552:1425.617,1368986613:1282.902,1368986672:1420.000,1368986733:1015.066,1368986793:939.333,1368986853:1002.250,1368986912:1040.610,1368986973:1054.492,1368987033:1097.600,1368987092:1133.881,1368987153:855.852,1368987212:989.932,1368987273:688.426,1368987333:650.417,1368987392:613.932,1368987453:616.705,1368987513:451.250,1368987573:0.000,1368987633:0.000,1368987693:0.000,1368987752:0.034,1368987812:0.017,1368987873:0.328,1368987932:0.000,1368987993:0.000,1368988052:0.000,1368988113:0.000,1368988172:0.051,1368988232:0.000,1368988293:0.000,1368988353:0.000,1368988412:0.000,1368988473:0.000,1368988533:0.000,1368988592:0.000,1368988652:0.050,1368988713:0.000,1368988773:0.000,1368988832:0.000,1368988892:0.000,1368988952:0.000,1368989012:0.000,1368989072:0.333,1368989132:0.050,1368989192:0.000,1368989252:0.000,1368989313:0.000,1368989372:0.000,1368989432:0.000,1368989492:0.000,1368989552:0.050,1368989613:0.000,1368989672:0.000,1368989733:0.000,1368989792:0.000,1368989852:0.000,1368989913:684.000,1368989972:1239.186,1368990032:1248.700,1368990093:1381.902,1368990153:1361.033,1368990213:1285.650,1368990273:1326.833,1368990333:946.917,1368990392:956.542,1368990453:1049.328,1368990512:980.864,1368990572:1120.033,1368990632:1129.833,1368990693:891.066,1368990753:798.550,1368990813:1005.833,1368990873:650.767,1368990932:622.186,1368990993:604.869,1368991052:552.068,1368991112:54.333,1368991173:0.000,1368991232:0.000,1368991292:0.000,1368991352:0.017,1368991412:0.117,1368991473:0.328,1368991533:0.000,1368991592:0.000,1368991653:0.000,1368991712:0.000,1368991772:0.000,1368991832:0.050,1368991893:0.000,1368991953:0.000,1368992012:0.051,1368992072:0.000,1368992132:0.000,1368992192:0.000,1368992252:0.000,1368992312:0.050,1368992373:0.000,1368992433:0.000,1368992493:0.000,1368992553:0.000,1368992613:0.000,1368992673:0.333,1368992733:0.050,1368992793:0.000,1368992852:0.000,1368992912:0.000,1368992972:0.000,1368993032:0.000,1368993092:0.000,1368993153:0.000,1368993213:0.050,1368993273:0.000,1368993333:0.000,1368993393:0.000,1368993453:0.000,1368993513:704.800,1368993572:1255.949,1368993632:1239.650,1368993692:1386.733,1368993753:1366.738,1368993813:1279.233,1368993873:1364.700,1368993932:948.983,1368993992:967.867,1368994052:1044.333,1368994112:983.217,1368994172:1142.067,1368994232:1138.017,1368994292:883.850,1368994352:804.833,1368994412:1003.717,1368994472:656.983,1368994532:609.900,1368994592:608.617,1368994652:543.600,1368994712:7.433,1368994772:0.000,1368994832:0.000,1368994892:0.000,1368994952:0.000,1368995012:0.033,1368995072:0.350,1368995132:0.000,1368995193:0.000,1368995252:0.000,1368995312:0.000,1368995372:0.000,1368995432:0.000,1368995492:0.017,1368995553:0.000,1368995612:0.000,1368995672:0.000,1368995733:0.000,1368995793:0.000,1368995852:0.000,1368995912:0.000,1368995972:0.017,1368996033:0.000,1368996092:0.000,1368996152:0.000,1368996212:0.000,1368996273:0.328,1368996332:0.017,1368996392:0.017,1368996452:0.000,1368996512:0.000,1368996572:0.000,1368996632:0.000,1368996693:0.000,1368996752:0.000,1368996812:0.000,1368996872:0.000,1368996932:0.000,1368996992:0.000,1368997052:0.000,1368997112:654.000,1368997172:1337.850,1368997232:1314.450,1368997292:1252.817,1368997352:1456.383,1368997412:1222.100,1368997472:1356.483,1368997532:1186.017,1368997593:911.049,1368997652:994.864,1368997712:1006.300,1368997772:1071.833,1368997832:1041.433,1368997892:1145.750,1368997952:779.767,1368998012:980.967,1368998072:815.250,1368998132:626.333,1368998192:590.567,1368998252:610.217,1368998312:387.433,1368998372:0.000,1368998432:0.000,1368998492:0.000,1368998552:0.000,1368998612:0.033,1368998673:0.328,1368998732:0.017,1368998792:0.000,1368998852:0.000,1368998912:0.000,1368998972:0.000,1368999032:0.000,1368999092:0.000,1368999152:0.017,1368999212:0.000,1368999272:0.000,1368999332:0.000,1368999392:0.000,1368999452:0.000,1368999512:0.000,1368999572:0.000,1368999633:0.000,1368999692:0.000,1368999752:0.000,1368999812:0.000,1368999872:0.333,1368999932:0.000,1368999992:0.000,1369000052:0.000,1369000113:0.000,1369000172:0.000,1369000232:0.000,1369000292:0.000,1369000353:0.000,1369000412:0.000,1369000472:0.000,1369000532:0.000,1369000592:0.000,1369000652:0.000,1369000712:666.633,1369000772:1267.417,1369000832:1238.767,1369000892:1403.200,1369000952:1365.433,1369001013:1286.803,1369001072:1347.254,1369001132:934.767,1369001193:974.656,1369001252:1033.373,1369001312:976.483,1369001373:1150.770,1369001433:1121.583,1369001492:894.949,1369001552:797.550,1369001612:985.583,1369001672:654.283,1369001733:613.377,1369001792:603.237,1369001852:539.117,1369001912:33.183,1369001973:0.000,1369002032:0.000,1369002092:0.000,1369002152:0.000,1369002212:0.033,1369002272:0.333,1369002332:0.017,1369002392:0.000,1369002453:0.000,1369002512:0.000,1369002573:0.000,1369002633:0.000,1369002692:0.000,1369002752:0.000,1369002812:0.000,1369002872:0.017,1369002932:0.000,1369002992:0.000,1369003052:0.000,1369003112:0.000,1369003172:0.000,1369003233:0.000,1369003293:0.017,1369003352:0.000,1369003413:0.000,1369003472:0.339,1369003533:0.016,1369003592:0.000,1369003652:0.000,1369003712:0.000,1369003772:0.000,1369003832:0.000,1369003892:0.000,1369003953:0.000,1369004012:0.000,1369004072:0.000,1369004132:0.000,1369004193:0.000,1369004252:0.017,1369004312:670.583,1369004372:1223.883,1369004432:1243.667,1369004492:1416.550,1369004552:1353.983,1369004612:1287.050,1369004672:1343.050,1369004732:936.217,1369004792:961.667,1369004852:1023.717,1369004912:975.433,1369004972:1148.533,1369005032:1090.950,1369005092:920.617,1369005152:786.583,1369005212:974.000,1369005272:644.800,1369005332:617.017,1369005392:611.900,1369005452:536.800,1369005512:76.367,1369005572:0.000,1369005632:0.017,1369005692:0.000,1369005752:0.000,1369005812:0.033,1369005872:0.333,1369005932:0.017,1369005992:0.000,1369006052:0.017,1369006112:0.000,1369006172:0.000,1369006232:0.000,1369006292:0.000,1369006352:0.000,1369006412:0.000,1369006472:0.000,1369006534:0.016,1369006594:0.000,1369006654:0.000,1369006714:0.000,1369006774:0.000,1369006833:0.000,1369006894:0.000,1369006953:0.000,1369007014:0.016,1369007074:0.333,1369007133:0.017,1369007193:0.000,1369007254:0.000,1369007313:0.000,1369007373:0.000,1369007433:0.017,1369007493:0.000,1369007554:0.000,1369007614:0.000,1369007674:0.000,1369007734:0.000,1369007794:0.000,1369007853:0.000,1369007914:701.443,1369007974:1253.883,1369008034:1254.917,1369008094:1400.267,1369008154:1421.583,1369008213:1290.424,1369008274:1343.148,1369008334:1018.800,1369008394:955.517,1369008454:1043.300,1369008513:1070.424,1369008574:1075.967,1369008634:1129.117,1369008694:1059.067,1369008754:766.017,1369008814:1065.800,1369008873:770.102,1369008934:605.705,1369008993:614.542,1369009054:597.607,1369009114:256.033,1369009174:0.000,1369009233:0.017,1369009294:0.016,1369009354:0.000,1369009414:0.017,1369009473:0.339,1369009533:0.000,1369009594:0.000,1369009654:0.000,1369009714:0.000,1369009774:0.000,1369009834:0.000,1369009894:0.000,1369009954:0.000,1369010014:0.000,1369010074:0.000,1369010133:0.000,1369010194:0.000,1369010254:0.000,1369010313:1.271,1369010373:0.000,1369010434:0.000,1369010493:0.000,1369010553:0.000,1369010613:0.033,1369010674:0.328,1369010733:0.000,1369010794:0.000,1369010854:0.000,1369010914:0.000,1369010974:0.000,1369011033:0.000,1369011093:0.000,1369011154:0.000,1369011213:0.000,1369011274:0.000,1369011333:0.000,1369011394:0.000,1369011453:0.000,1369011513:751.183,1369011574:1321.328,1369011633:1277.373,1369011694:1343.377,1369011754:1493.233,1369011814:1244.250,1369011874:1445.900,1369011934:1160.383,1369011994:996.667,1369012053:1044.458,1369012114:1054.410,1369012174:1043.883,1369012233:1150.186,1369012294:1150.787,1369012353:1097.881,1369012414:816.885,1369012474:1092.583,1369012534:903.417,1369012594:722.667,1369012654:709.283,1369012714:713.567,1369012774:638.917,1369012834:311.167,1369012894:189.483,1369012954:189.033,1369013014:149.517,1369013074:112.483,1369013134:117.417,1369013194:119.283,1369013255:113.836,1369013315:112.167,1369013375:114.367,1369013435:138.967,1369013495:120.417,1369013555:114.317,1369013615:117.433,1369013675:114.033,1369013735:119.983,1369013795:110.467,1369013855:110.067,1369013915:115.700,1369013975:116.567,1369014035:116.383,1369014095:114.183,1369014156:119.410,1369014216:110.633,1369014276:111.667,1369014336:114.517,1369014396:113.400,1369014456:121.483,1369014516:108.233,1369014576:114.733,1369014636:115.333,1369014696:119.200,1369014756:118.800,1369014816:112.900,1369014875:123.797,1369014936:118.836,1369014995:111.288,1369015056:114.951,1369015115:835.610,1369015176:1391.295,1369015236:1401.483,1369015296:1280.283,1369015355:1404.966,1369015416:1410.770,1369015476:1331.833,1369015536:1405.033,1369015596:1046.767,1369015656:954.317,1369015716:1055.700,1369015776:1047.767,1369015836:1027.583,1369015895:1218.136,1369015955:1071.833,1369016016:1041.738,1369016076:841.583,1369016136:1125.333,1369016196:759.183,1369016256:692.117,1369016315:697.153,1369016376:674.984,1369016435:627.898,1369016496:343.459,1369016555:164.983,1369016616:163.344,1369016676:172.433,1369016736:161.283,1369016796:171.800,1369016856:164.700,1369016916:170.150,1369016976:168.717,1369017036:167.983,1369017095:168.576,1369017156:165.934,1369017216:162.717,1369017276:165.333,1369017336:163.817,1369017396:163.750,1369017456:165.917,1369017515:172.475,1369017576:163.262,1369017636:167.067,1369017695:166.153,1369017756:162.148,1369017816:165.650,1369017875:170.576,1369017935:166.467,1369017996:162.115,1369018056:167.300,1369018115:165.390,1369018176:164.016,1369018236:167.867,1369018295:160.424,1369018356:158.213,1369018416:157.017,1369018476:159.767,1369018536:160.633,1369018596:158.667,1369018655:156.627,1369018715:847.250,1369018776:1327.066,1369018836:1296.167,1369018895:1295.356,1369018955:1475.500,1369019015:1300.683,1369019076:1371.410,1369019135:1291.407,1369019195:1004.933,1369019255:982.317,1369019316:1021.508,1369019375:1098.661,1369019435:1075.133,1369019496:1102.607,1369019555:1162.254,1369019616:1020.541,1369019675:835.695,1369019735:1027.667,1369019796:794.098,1369019856:691.450,1369019915:693.814,1369019975:701.233,1369020035:630.017,1369020096:199.705,1369020155:195.034,1369020215:185.983,1369020275:194.400,1369020336:190.295,1369020396:189.317,1369020455:192.339,1369020516:189.770,1369020576:190.533,1369020635:187.492,1369020695:183.867,1369020756:188.623,1369020815:214.034,1369020876:185.885,1369020936:185.650,1369020996:185.550,1369021056:190.450,1369021116:186.533,1369021176:182.850,1369021235:191.983,1369021296:183.361,1369021355:196.915,1369021415:191.550,1369021475:196.083,1369021535:194.033,1369021595:192.983,1369021655:199.917,1369021715:190.700,1369021775:200.250,1369021835:190.983,1369021895:196.817,1369021955:193.917,1369022015:201.967,1369022075:189.650,1369022135:190.800,1369022195:194.550,1369022255:195.800,1369022315:821.100,1369022375:1330.317,1369022435:1258.867,1369022495:1363.333,1369022555:1499.717,1369022615:1245.917,1369022675:1431.633,1369022735:1230.950,1369022795:1010.233,1369022855:1011.000,1369022915:1060.917,1369022975:1095.183,1369023036:1131.541,1369023095:1098.373,1369023155:1189.917,1369023216:927.869,1369023275:945.847,1369023335:1028.000,1369023396:745.197,1369023455:718.186,1369023515:696.900,1369023575:707.083,1369023635:559.017,1369023695:211.983,1369023755:213.800,1369023815:215.617,1369023875:224.517,1369023935:212.717,1369023995:215.550,1369024055:224.183,1369024116:195.344,1369024175:195.661,1369024235:192.783,1369024295:194.433,1369024355:195.233,1369024415:196.717,1369024475:214.333,1369024535:210.967,1369024595:243.517,1369024655:216.817,1369024715:210.633,1369024775:224.550,1369024836:208.689,1369024895:223.373,1369024955:212.800,1369025015:216.150,1369025076:217.934,1369025135:216.831,1369025195:242.300,1369025255:213.083,1369025315:222.633,1369025375:216.867,1369025435:221.700,1369025495:222.550,1369025555:212.967,1369025615:208.633,1369025675:209.533,1369025735:207.333,1369025795:212.850,1369025855:214.350,1369025915:741.550,1369025975:1111.800,1369026035:1130.983,1369026095:1235.133,1369026156:1105.639,1369026216:1156.050,1369026276:1143.733,1369026335:767.678,1369026395:1049.950,1369026455:1042.733,1369026516:1143.066,1369026575:1207.407,1369026636:1154.820,1369026696:883.083,1369026755:793.492,1369026815:990.833,1369026875:1055.600,1369026935:968.600,1369026995:996.883,1369027055:1034.400,1369027115:989.417,1369027175:998.050,1369027235:964.333,1369027295:506.317,1369027355:210.050,1369027415:210.950,1369027475:204.933,1369027535:214.633,1369027595:166.467,1369027655:159.600,1369027715:163.300,1369027775:167.333,1369027835:165.467,1369027896:162.377,1369027955:160.746,1369028015:159.250,1369028075:157.733,1369028136:158.164,1369028196:157.600,1369028255:159.898,1369028316:155.033,1369028376:209.333,1369028435:216.169,1369028495:215.317,1369028555:216.583,1369028615:208.367,1369028676:215.459,1369028735:217.542,1369028795:217.017,1369028855:213.717,1369028915:214.017,1369028975:222.917,1369029035:217.133,1369029096:231.082,1369029155:213.085,1369029215:213.150,1369029275:218.367,1369029335:223.333,1369029396:213.098,1369029455:213.712,1369029516:761.885,1369029575:1301.288,1369029635:1288.000,1369029695:1364.317,1369029757:1448.548,1369029816:1315.034,1369029877:1405.016,1369029936:1109.847,1369029997:971.623,1369030056:1061.983,1369030116:1059.967,1369030177:1061.607,1369030237:1169.383,1369030297:1140.300,1369030357:1053.533,1369030416:857.153,1369030477:1054.377,1369030536:1094.458,1369030597:728.967,1369030657:754.117,1369030716:736.983,1369030777:691.049,1369030837:531.583,1369030896:207.559,1369030957:204.689,1369031017:210.500,1369031077:210.167,1369031137:204.083,1369031197:186.517,1369031257:156.883,1369031317:156.483,1369031377:157.183,1369031437:157.133,1369031497:155.500,1369031557:156.650,1369031616:158.627,1369031677:155.328,1369031737:156.567,1369031797:157.983,1369031856:156.898,1369031917:156.951,1369031976:158.814,1369032037:155.443,1369032096:159.441,1369032157:154.033,1369032217:160.533,1369032277:160.067,1369032337:158.750,1369032396:159.492,1369032457:155.000,1369032517:158.067,1369032577:159.933,1369032637:157.700,1369032697:154.533,1369032756:160.695,1369032816:156.967,1369032877:154.262,1369032937:158.733,1369032996:159.085,1369033057:155.656,1369033117:842.050,1369033177:1644.833,1369033237:1963.217,1369033297:1970.067,1369033357:1878.267,1369033417:1427.283,1369033477:1286.350,1369033536:1385.102,1369033596:1243.600,1369033657:953.770,1369033716:969.441,1369033776:1028.067,1369033837:1065.934,1369033897:1091.050,1369033957:1047.600,1369034016:1185.780,1369034077:887.721,1369034137:890.450,1369034196:1003.542,1369034257:701.066,1369034317:688.167,1369034377:656.517,1369034437:662.217,1369034497:469.667,1369034557:162.050,1369034616:157.881,1369034677:157.459,1369034736:157.746,1369034797:156.754,1369034856:158.458,1369034917:155.475,1369034976:158.068,1369035037:154.836,1369035097:155.333,1369035156:158.186,1369035216:158.033,1369035277:154.754,1369035337:157.717,1369035396:158.525,1369035457:156.590,1369035516:155.983,1369035576:156.317,1369035636:157.600,1369035696:156.983,1369035756:156.950,1369035816:155.850,1369035876:157.467,1369035936:157.600,1369035996:158.517,1369036057:154.770,1369036116:159.881,1369036177:154.721,1369036236:163.034,1369036296:159.500,1369036357:156.230,1369036417:158.833,1369036477:159.933,1369036537:161.183,1369036597:161.500,1369036656:160.559,1369036716:805.733,1369036776:1264.883,1369036836:1252.633,1369036896:1336.350,1369036956:1444.067,1369037016:1264.850,1369037077:1410.459,1369037136:1092.203,1369037197:946.410,1369037256:1035.288,1369037317:1049.049,1369037376:1019.322,1369037436:1123.250,1369037497:1128.279,1369037557:1082.000,1369037617:818.467,1369037677:1076.483,1369037737:839.583,1369037796:706.966,1369037857:681.754,1369037917:664.200,1369037976:653.627,1369038037:389.180,1369038096:167.407,1369038157:163.393,1369038217:163.383,1369038277:163.983,1369038337:165.500,1369038397:167.550,1369038457:164.983,1369038516:165.712,1369038577:163.984,1369038637:165.717,1369038697:161.600,1369038757:164.150,1369038817:166.450,1369038877:164.467,1369038937:166.033,1369038997:162.750,1369039057:217.450,1369039116:184.678,1369039177:167.098,1369039237:175.583,1369039297:165.450,1369039357:169.700,1369039417:182.200,1369039477:168.167,1369039536:165.763,1369039597:161.443,1369039657:159.500,1369039716:163.797,1369039776:162.583,1369039837:165.689,1369039896:171.136,1369039956:166.983,1369040016:163.700,1369040076:164.617,1369040137:164.754,1369040196:166.220,1369040256:221.883,1369040316:783.883,1369040377:1263.492,1369040436:1269.051,1369040497:1328.115,1369040556:1469.712,1369040617:1239.180,1369040677:1420.183,1369040736:1129.441,1369040797:954.770,1369040857:1023.483,1369040917:1057.683,1369040977:1017.983,1369041038:1100.295,1369041097:1139.051,1369041157:1078.250,1369041217:795.733,1369041277:1066.567,1369041337:867.967,1369041398:685.230,1369041458:696.850,1369041518:678.150,1369041577:633.356,1369041637:342.350,1369041697:168.783,1369041757:165.933,1369041818:165.770,1369041877:168.831,1369041938:165.541,1369041997:177.356,1369042057:174.800,1369042117:180.500,1369042177:176.867,1369042237:176.917,1369042297:173.883,1369042357:177.100,1369042417:176.317,1369042477:171.817,1369042538:180.246,1369042597:176.153,1369042657:177.533,1369042718:172.443,1369042778:171.550,1369042837:175.576,1369042897:172.300,1369042957:176.150,1369043018:172.475,1369043077:176.119,1369043138:173.623,1369043197:171.119,1369043257:174.300,1369043318:172.115,1369043377:177.475,1369043437:174.017,1369043497:173.333,1369043557:175.300,1369043617:175.733,1369043678:174.770,1369043738:177.683,1369043797:175.373,1369043858:177.754,1369043917:947.119,1369043978:1297.525,1369056954:543.863,1369057014:174.117,1369057074:163.900,1369057133:193.458,1369057193:164.150,1369057253:165.250,1369057313:165.033,1369057373:164.083,1369057434:166.016,1369057493:166.000,1369057554:170.574,1369057613:170.610,1369057673:166.783,1369057733:163.950,1369057793:168.850,1369057854:233.426,1369057913:166.983,1369057973:166.217,1369058033:173.767,1369058093:166.400,1369058153:165.033,1369058213:165.783,1369058273:166.150,1369058333:1141.500,1369058393:1229.217,1369058453:1257.333,1369058513:1349.967,1369058573:1418.633,1369058633:1278.500,1369058693:1407.783,1369058753:1074.817,1369058813:955.450,1369058873:1021.633,1369058933:1029.417,1369058993:1012.067,1369059053:1159.867,1369059114:1090.787,1369059173:1047.983,1369059233:813.450,1369059294:1063.180,1369059353:852.169,1369059414:699.246,1369059474:704.150,1369059533:672.508,1369059594:645.656,1369059653:417.898,1369059713:169.067,1369059773:167.867,1369059833:167.717,1369059894:180.574,1369059953:175.678,1369060013:169.983,1369060073:168.000,1369060133:172.850,1369060194:173.934,1369060254:181.850,1369060314:180.100,1369060373:180.017,1369060433:176.717,1369060493:181.400,1369060554:175.623,1369060613:183.153,1369060673:179.617,1369060733:176.017,1369060794:174.934,1369060853:178.898,1369060914:177.344,1369060973:182.237,1369061033:176.317,1369061093:170.950,1369061153:183.783,1369061213:295.283,1369061273:225.267,1369061333:222.433,1369061393:213.817,1369061454:213.934,1369061514:219.517,1369061573:217.153,1369061633:223.283,1369061693:216.883,1369061753:210.500,1369061813:212.617,1369061873:204.967,1369061934:876.000,1369061994:1241.683,1369062053:1267.237,1369062113:1365.100,1369062173:1409.417,1369062234:1270.377,1369062293:1418.390,1369062353:1048.783,1369062414:958.557,1369062473:1042.847,1369062533:1041.717,1369062593:1022.367,1369062654:1157.492,1369062714:1107.733,1369062773:1005.356,1369062833:802.700,1369062893:1146.617,1369062953:783.867,1369063013:708.250,1369063073:726.233,1369063133:712.033,1369063193:666.467,1369063253:294.783,1369063313:227.800,1369063373:218.500,1369063433:218.800,1369063493:228.483,1369063553:221.150,1369063613:212.950,1369063673:210.500,1369063733:213.650,1369063793:213.417,1369063853:210.067,1369063913:211.700,1369063973:209.917,1369064033:219.383,1369064093:245.300,1369064153:219.867,1369064213:219.817,1369064274:221.459,1369064333:210.966,1369064393:224.850,1369064453:212.100,1369064514:217.787,1369064574:215.750,1369064633:222.966,1369064693:217.933,1369064753:216.750,1369064813:227.400,1369064873:232.567,1369064933:221.133,1369064993:210.600,1369065053:218.783,1369065114:214.967,1369065174:220.517,1369065233:219.814,1369065293:222.467,1369065353:210.083,1369065413:217.367,1369065473:209.950,1369065533:1542.817,1369065594:1982.098,1369065653:1990.797,1369065713:1766.967,1369065773:1381.417,1369065833:1442.017,1369065894:1353.115,1369065953:1376.847,1369066013:1052.017,1369066074:965.820,1369066133:1055.085,1369066193:1076.367,1369066254:1061.164,1369066314:1156.850,1369066374:1174.917,1369066433:1002.881,1369066493:805.117,1369066553:1119.250,1369066614:917.689,1369066673:719.881,1369066733:727.550,1369066794:708.049,1369066855:647.869,1369066915:343.233,1369066975:213.450,1369067035:287.450,1369067095:214.767,1369067155:212.683,1369067214:227.305,1369067274:221.100,1369067335:217.721,1369067395:213.833,1369067455:218.800,1369067515:222.017,1369067575:218.283,1369067635:219.150,1369067695:212.133,1369067755:221.983,1369067815:236.733,1369067875:219.950,1369067935:215.600,1369067995:219.667,1369068055:211.300,1369068115:219.600,1369068175:211.917,1369068235:211.000,1369068295:213.100,1369068354:218.695,1369068415:209.295,1369068475:215.150,1369068535:223.650,1369068594:232.763,1369068655:212.377,1369068715:206.617,1369068775:216.800,1369068834:216.220,1369068895:218.082,1369068955:214.383,1369069014:214.949,1369069075:210.049,1369069135:1210.267,1369069195:1283.117,1369069255:1324.083,1369069315:1405.567,1369069375:1451.517,1369069435:1319.800,1369069495:1421.283,1369069555:1101.633,1369069615:1011.600,1369069675:1052.233,1369069735:1071.917,1369069795:1043.717,1369069855:1185.900,1369069915:1137.683,1369069975:1084.167,1369070035:840.600,1369070095:1092.167,1369070154:910.390,1369070214:731.933,1369070275:719.525,1369070335:704.183,1369070395:669.633,1369070455:417.050,1369070515:216.867,1369070575:283.400,1369070635:215.633,1369070694:214.051,1369070755:222.311,1369070815:217.300,1369070875:218.883,1369070934:222.814,1369070995:215.607,1369071055:213.467,1369071114:223.373,1369071175:213.410,1369071234:213.949,1369071294:219.200,1369071355:235.295,1369071415:219.450,1369071474:218.627,1369071534:218.633,1369071595:212.639,1369071655:217.317,1369071715:212.617,1369071775:211.400</counter-data>

<counter-name>pa_max_disk_busy</counter-name>

                                                            <label-names/>

                                                            <unit>percent</unit>

                                                            <counter-data>1368985601:0.000,1368985661:0.000,1368985721:0.000,1368985781:0.000,1368985841:0.000,1368985901:0.000,1368985961:0.000,1368986021:0.000,1368986081:0.000,1368986141:0.000,1368986201:0.039,1368986261:0.000,1368986321:42.458,1368986381:69.015,1368986441:70.615,1368986501:67.124,1368986561:67.129,1368986621:65.561,1368986681:66.102,1368986741:57.295,1368986801:52.614,1368986861:51.757,1368986921:52.960,1368986981:50.856,1368987041:50.917,1368987101:49.481,1368987161:35.832,1368987221:35.905,1368987281:31.044,1368987341:31.759,1368987401:31.608,1368987461:32.737,1368987521:22.967,1368987581:0.000,1368987641:0.000,1368987701:0.023,1368987762:0.071,1368987822:0.042,1368987881:0.042,1368987941:0.000,1368988001:0.000,1368988061:0.000,1368988121:0.000,1368988181:0.037,1368988242:0.000,1368988301:0.000,1368988361:0.000,1368988421:0.000,1368988481:0.000,1368988541:0.000,1368988602:0.000,1368988661:0.034,1368988721:0.000,1368988781:0.000,1368988841:0.000,1368988901:0.000,1368988962:0.000,1368989021:0.000,1368989081:0.064,1368989141:0.000,1368989201:0.000,1368989261:0.000,1368989322:0.000,1368989381:0.000,1368989441:0.000,1368989501:0.000,1368989562:0.033,1368989621:0.000,1368989681:0.000,1368989742:0.000,1368989801:0.000,1368989861:0.000,1368989921:43.899,1368989981:65.945,1368990041:68.528,1368990101:61.271,1368990161:66.873,1368990221:63.030,1368990281:65.144,1368990341:53.065,1368990401:51.917,1368990461:51.024,1368990521:52.074,1368990581:49.263,1368990641:49.656,1368990701:40.882,1368990761:37.504,1368990821:35.788,1368990881:31.068,1368990941:29.926,1368991001:33.985,1368991061:29.209,1368991121:0.383,1368991181:0.000,1368991241:0.000,1368991301:0.000,1368991361:0.050,1368991421:0.078,1368991481:0.037,1368991541:0.000,1368991601:0.000,1368991661:0.000,1368991721:0.000,1368991781:0.000,1368991841:0.035,1368991901:0.000,1368991961:0.000,1368992021:0.038,1368992081:0.000,1368992141:0.000,1368992201:0.000,1368992261:0.000,1368992321:0.035,1368992381:0.000,1368992441:0.000,1368992501:0.000,1368992561:0.000,1368992621:0.000,1368992681:0.038,1368992741:0.043,1368992801:0.000,1368992861:0.000,1368992921:0.000,1368992981:0.000,1368993041:0.000,1368993101:0.000,1368993161:0.000,1368993221:0.043,1368993281:0.000,1368993341:0.000,1368993401:0.000,1368993461:0.000,1368993521:45.660,1368993581:67.076,1368993641:67.535,1368993701:61.504,1368993761:67.336,1368993821:63.695,1368993881:65.982,1368993941:53.623,1368994001:51.905,1368994061:51.198,1368994121:52.071,1368994181:49.637,1368994241:49.850,1368994301:40.183,1368994361:38.837,1368994421:35.799,1368994481:31.390,1368994541:29.605,1368994601:33.586,1368994661:26.949,1368994721:0.000,1368994781:0.000,1368994841:0.000,1368994901:0.000,1368994961:0.068,1368995021:0.027,1368995081:0.047,1368995141:0.000,1368995201:0.000,1368995261:0.000,1368995321:0.000,1368995381:0.000,1368995441:0.000,1368995501:0.020,1368995561:0.000,1368995621:0.000,1368995681:0.000,1368995741:0.000,1368995802:0.000,1368995862:0.000,1368995922:0.000,1368995982:0.032,1368996042:0.000,1368996102:0.000,1368996162:0.000,1368996222:0.000,1368996282:0.040,1368996342:0.028,1368996402:0.028,1368996462:0.000,1368996522:0.000,1368996582:0.000,1368996642:0.000,1368996702:0.000,1368996762:0.000,1368996822:0.000,1368996882:0.000,1368996942:0.000,1368997002:0.000,1368997062:0.000,1368997122:45.691,1368997182:77.386,1368997242:77.254,1368997302:66.737,1368997362:62.048,1368997422:65.512,1368997482:63.123,1368997542:60.531,1368997602:53.054,1368997662:51.032,1368997722:52.308,1368997782:49.961,1368997842:50.585,1368997902:48.129,1368997962:34.504,1368998022:42.353,1368998082:31.766,1368998142:31.199,1368998202:32.336,1368998262:31.942,1368998322:18.150,1368998382:0.000,1368998442:0.000,1368998502:0.000,1368998562:0.000,1368998622:0.082,1368998682:0.038,1368998742:0.023,1368998802:0.000,1368998862:0.000,1368998922:0.000,1368998982:0.000,1368999042:0.000,1368999102:0.000,1368999162:0.023,1368999222:0.000,1368999282:0.000,1368999342:0.000,1368999402:0.000,1368999462:0.000,1368999522:0.000,1368999582:0.000,1368999642:0.000,1368999702:0.000,1368999762:0.000,1368999822:0.000,1368999882:0.038,1368999942:0.000,1369000002:0.000,1369000062:0.000,1369000122:0.000,1369000182:0.000,1369000242:0.000,1369000302:0.000,1369000362:0.000,1369000422:0.000,1369000482:0.000,1369000542:0.000,1369000602:0.000,1369000662:0.000,1369000722:45.715,1369000782:68.178,1369000842:68.189,1369000902:62.106,1369000962:65.990,1369001022:63.405,1369001082:65.130,1369001142:53.136,1369001202:51.410,1369001262:51.595,1369001322:52.055,1369001382:50.318,1369001442:49.415,1369001502:40.548,1369001562:38.810,1369001622:34.804,1369001682:31.528,1369001742:29.909,1369001802:33.130,1369001862:27.502,1369001922:0.023,1369001982:0.000,1369002042:0.000,1369002102:0.000,1369002162:0.000,1369002222:0.051,1369002282:0.040,1369002342:0.025,1369002402:0.000,1369002462:0.000,1369002523:0.000,1369002582:0.000,1369002642:0.000,1369002702:0.000,1369002762:0.000,1369002822:0.000,1369002883:0.025,1369002942:0.000,1369003002:0.000,1369003062:0.000,1369003122:0.000,1369003182:0.000,1369003242:0.000,1369003302:0.022,1369003362:0.000,1369003422:0.000,1369003482:0.038,1369003542:0.031,1369003602:0.000,1369003662:0.000,1369003722:0.000,1369003782:0.000,1369003842:0.000,1369003902:0.000,1369003962:0.000,1369004022:0.000,1369004082:0.000,1369004142:0.000,1369004202:0.000,1369004263:0.032,1369004322:45.850,1369004382:65.682,1369004442:67.157,1369004502:62.136,1369004562:66.570,1369004622:64.346,1369004682:65.213,1369004742:52.641,1369004802:50.749,1369004862:50.655,1369004923:52.055,1369004983:49.476,1369005042:49.375,1369005102:40.568,1369005163:37.165,1369005222:34.433,1369005282:30.954,1369005342:94.142,1369005402:100.000,1369005462:100.000,1369005522:5.090,1369005582:0.000,1369005642:0.026,1369005702:0.000,1369005762:0.000,1369005822:0.060,1369005882:0.038,1369005942:0.022,1369006002:0.000,1369006062:0.032,1369006122:0.000,1369006182:0.000,1369006242:0.000,1369006302:0.000,1369006362:0.000,1369006422:0.000,1369006482:0.000,1369006542:0.025,1369006602:0.000,1369006662:0.000,1369006722:0.000,1369006782:0.000,1369006842:0.000,1369006902:0.000,1369006962:0.020,1369007022:0.000,1369007082:0.040,1369007142:0.027,1369007202:0.000,1369007262:0.000,1369007322:0.000,1369007382:0.000,1369007443:0.023,1369007502:0.000,1369007562:0.000,1369007622:0.000,1369007682:0.000,1369007742:0.000,1369007802:0.000,1369007862:0.000,1369007922:46.144,1369007983:68.744,1369008043:69.333,1369008102:64.462,1369008162:69.039,1369008222:66.032,1369008282:68.454,1369008342:57.520,1369008402:55.274,1369008462:53.926,1369008522:54.065,1369008582:51.144,1369008642:51.112,1369008702:45.365,1369008762:34.230,1369008822:42.095,1369008882:31.917,1369008942:30.555,1369009002:33.000,1369009062:31.179,1369009122:11.403,1369009182:0.000,1369009242:0.042,1369009302:0.023,1369009362:0.000,1369009422:0.053,1369009482:0.037,1369009542:0.000,1369009602:0.000,1369009663:0.000,1369009722:0.000,1369009782:0.000,1369009842:0.000,1369009902:0.000,1369009962:0.000,1369010022:0.000,1369010082:0.000,1369010142:0.000,1369010202:0.000,1369010263:0.000,1369010322:0.419,1369010382:0.000,1369010443:0.000,1369010502:0.000,1369010562:0.000,1369010622:0.059,1369010682:0.039,1369010742:0.000,1369010803:0.000,1369010862:0.000,1369010922:0.000,1369010983:0.000,1369011042:0.000,1369011102:0.000,1369011163:0.000,1369011223:0.000,1369011282:0.000,1369011342:0.000,1369011402:0.000,1369011462:0.000,1369011522:50.162,1369011582:70.843,1369011642:71.312,1369011702:69.594,1369011762:66.802,1369011822:67.853,1369011882:67.083,1369011942:63.972,1369012002:58.410,1369012062:57.296,1369012122:57.423,1369012182:57.377,1369012242:55.254,1369012302:56.078,1369012362:51.719,1369012422:43.779,1369012482:52.385,1369012542:40.907,1369012602:42.651,1369012662:38.613,1369012722:42.914,1369012782:40.655,1369012842:18.674,1369012902:14.807,1369012962:15.368,1369013022:9.136,1369013082:7.809,1369013142:8.267,1369013202:7.909,1369013262:8.308,1369013322:7.770,1369013382:8.366,1369013442:7.806,1369013503:8.252,1369013562:7.805,1369013623:8.113,1369013682:8.103,1369013742:8.276,1369013802:8.904,1369013862:8.174,1369013923:8.189,1369013983:8.432,1369014042:8.200,1369014103:8.004,1369014163:8.223,1369014223:8.636,1369014283:8.093,1369014343:7.897,1369014403:7.956,1369014463:8.691,1369014523:8.441,1369014583:8.249,1369014643:8.962,1369014703:7.781,1369014763:7.536,1369014823:7.641,1369014883:8.618,1369014943:8.484,1369015004:8.313,1369015063:8.288,1369015123:54.812,1369015183:79.756,1369015243:78.897,1369015303:74.065,1369015363:67.833,1369015423:68.273,1369015483:67.348,1369015543:67.994,1369015603:59.998,1369015663:57.094,1369015723:57.560,1369015783:56.983,1369015843:57.311,1369015903:55.411,1369015963:56.299,1369016023:52.860,1369016083:42.914,1369016143:49.362,1369016203:40.253,1369016263:39.449,1369016323:38.703,1369016383:41.213,1369016443:40.439,1369016503:18.562,1369016564:13.575,1369016624:15.127,1369016684:14.688,1369016743:14.475,1369016803:14.705,1369016863:14.493,1369016923:14.608,1369016983:14.245,1369017043:14.633,1369017103:13.870,1369017163:14.097,1369017223:14.048,1369017283:13.542,1369017343:13.113,1369017403:13.752,1369017463:13.840,1369017523:14.364,1369017583:14.966,1369017643:14.550,1369017703:14.194,1369017763:14.197,1369017823:14.466,1369017883:14.788,1369017943:14.347,1369018003:13.605,1369018063:14.768,1369018123:13.994,1369018183:14.058,1369018243:14.068,1369018303:14.039,1369018363:13.992,1369018423:14.115,1369018483:14.078,1369018543:14.210,1369018603:14.082,1369018663:13.887,1369018723:56.029,1369018783:73.193,1369018843:74.110,1369018903:72.618,1369018963:68.100,1369019023:70.158,1369019083:67.784,1369019143:67.007,1369019203:60.307,1369019263:58.829,1369019323:57.367,1369019383:58.722,1369019443:55.139,1369019503:54.956,1369019563:54.230,1369019623:49.843,1369019683:44.123,1369019743:45.293,1369019803:41.558,1369019863:40.208,1369019923:40.447,1369019983:39.953,1369020043:37.493,1369020103:14.805,1369020163:14.833,1369020223:14.886,1369020283:14.813,1369020343:15.320,1369020403:14.860,1369020463:14.807,1369020523:14.418,1369020583:15.034,1369020643:15.161,1369020703:15.451,1369020763:14.761,1369020823:14.746,1369020883:13.928,1369020943:14.794,1369021003:14.670,1369021063:14.905,1369021123:14.694,1369021183:14.555,1369021243:15.465,1369021303:15.344,1369021363:14.571,1369021423:15.175,1369021483:18.841,1369021543:15.266,1369021603:15.051,1369021663:14.973,1369021723:15.821,1369021783:15.823,1369021844:14.839,1369021903:15.701,1369021963:14.992,1369022023:15.721,1369022083:15.234,1369022143:17.990,1369022203:15.529,1369022263:15.576,1369022323:53.499,1369022383:72.465,1369022443:71.081,1369022503:70.492,1369022563:70.287,1369022623:69.455,1369022683:68.175,1369022743:66.478,1369022803:59.129,1369022863:57.495,1369022923:57.307,1369022983:59.198,1369023044:56.182,1369023103:57.259,1369023163:55.569,1369023223:44.988,1369023283:49.146,1369023343:44.225,1369023403:40.668,1369023463:39.680,1369023523:40.840,1369023583:41.128,1369023643:33.911,1369023703:15.858,1369023763:15.301,1369023823:15.921,1369023883:15.887,1369023943:15.236,1369024003:15.356,1369024063:16.159,1369024123:15.694,1369024183:15.506,1369024243:14.959,1369024303:14.356,1369024363:14.422,1369024423:14.879,1369024483:15.128,1369024543:15.357,1369024603:15.057,1369024663:14.844,1369024723:15.656,1369024783:15.718,1369024843:16.429,1369024903:15.620,1369024963:15.532,1369025023:15.645,1369025083:15.974,1369025143:15.581,1369025203:15.293,1369025263:15.102,1369025323:15.792,1369025383:15.710,1369025443:15.305,1369025503:15.412,1369025563:15.248,1369025623:15.198,1369025683:15.011,1369025743:14.904,1369025803:16.343,1369025863:15.004,1369025923:46.071,1369025983:60.117,1369026043:59.839,1369026103:55.953,1369026163:57.616,1369026223:53.518,1369026283:51.321,1369026343:46.204,1369026404:56.909,1369026463:56.997,1369026523:53.717,1369026583:56.204,1369026643:57.932,1369026704:49.209,1369026763:51.839,1369026823:57.782,1369026883:58.856,1369026943:59.142,1369027003:57.656,1369027063:59.013,1369027123:57.694,1369027183:56.671,1369027243:46.674,1369027303:18.804,1369027363:14.895,1369027423:15.651,1369027483:15.361,1369027543:16.659,1369027603:14.767,1369027663:14.824,1369027723:14.480,1369027783:14.243,1369027843:13.665,1369027903:14.133,1369027963:13.673,1369028023:14.162,1369028083:14.713,1369028144:13.963,1369028203:13.905,1369028263:15.109,1369028323:14.931,1369028383:15.133,1369028443:15.277,1369028503:16.890,1369028563:15.999,1369028623:15.814,1369028683:16.592,1369028743:16.104,1369028803:15.367,1369028863:15.076,1369028923:15.272,1369028983:15.452,1369029043:15.929,1369029103:16.287,1369029163:15.362,1369029223:15.528,1369029283:15.369,1369029343:15.673,1369029403:15.370,1369029463:16.334,1369029523:48.708,1369029583:70.165,1369029643:70.893,1369029703:68.219,1369029763:67.975,1369029823:66.601,1369029883:68.169,1369029943:62.023,1369030003:58.993,1369030063:57.311,1369030123:57.316,1369030183:58.187,1369030243:56.045,1369030303:57.366,1369030363:53.866,1369030424:46.960,1369030483:56.333,1369030543:46.475,1369030603:43.288,1369030663:42.608,1369030723:45.736,1369030783:41.591,1369030843:31.786,1369030903:15.499,1369030963:15.558,1369031023:15.068,1369031083:15.030,1369031143:15.070,1369031204:14.832,1369031263:14.071,1369031323:14.407,1369031383:13.775,1369031443:14.416,1369031503:13.880,1369031563:13.546,1369031623:14.026,1369031683:14.028,1369031743:13.786,1369031803:14.679,1369031863:14.675,1369031923:14.748,1369031983:14.684,1369032043:14.819,1369032103:13.963,1369032163:14.748,1369032223:14.654,1369032283:14.552,1369032343:13.910,1369032403:14.252,1369032463:14.548,1369032523:13.596,1369032583:13.500,1369032643:14.097,1369032703:14.138,1369032763:13.933,1369032823:14.463,1369032883:13.880,1369032943:13.767,1369033003:14.091,1369033063:14.506,1369033123:55.105,1369033183:77.638,1369033243:83.765,1369033303:81.829,1369033363:72.341,1369033423:66.173,1369033483:68.379,1369033544:66.550,1369033603:66.077,1369033663:58.707,1369033723:57.122,1369033783:56.844,1369033843:58.719,1369033903:55.067,1369033963:55.854,1369034023:55.910,1369034083:45.594,1369034143:47.046,1369034203:42.591,1369034263:39.168,1369034323:38.360,1369034383:39.604,1369034443:39.770,1369034503:29.871,1369034563:14.398,1369034623:13.794,1369034683:13.681,1369034743:13.778,1369034803:13.505,1369034863:13.547,1369034923:13.439,1369034983:13.779,1369035043:14.100,1369035103:13.855,1369035163:13.931,1369035223:13.745,1369035283:14.076,1369035344:14.047,1369035403:13.646,1369035463:14.372,1369035523:14.652,1369035583:13.895,1369035643:14.405,1369035703:14.007,1369035763:13.716,1369035823:13.977,1369035883:13.766,1369035943:14.051,1369036003:14.580,1369036063:14.230,1369036123:13.726,1369036183:13.537,1369036243:14.422,1369036304:14.169,1369036363:13.992,1369036423:13.968,1369036483:14.315,1369036543:14.132,1369036603:14.408,1369036663:14.829,1369036723:52.669,1369036783:70.333,1369036843:70.492,1369036903:68.005,1369036963:68.389,1369037023:67.737,1369037083:68.729,1369037143:62.845,1369037203:58.456,1369037263:57.772,1369037323:57.096,1369037383:58.909,1369037444:55.878,1369037503:56.278,1369037563:54.403,1369037623:44.911,1369037683:51.638,1369037743:42.755,1369037803:39.530,1369037863:38.493,1369037923:43.135,1369037983:39.832,1369038043:25.812,1369038103:14.220,1369038163:15.885,1369038223:15.476,1369038283:15.244,1369038343:15.062,1369038403:14.688,1369038463:15.168,1369038523:14.319,1369038584:14.755,1369038643:14.932,1369038703:14.874,1369038763:14.439,1369038823:14.102,1369038883:18.789,1369038943:14.903,1369039003:14.821,1369039063:18.126,1369039123:15.419,1369039183:14.261,1369039243:14.813,1369039303:14.443,1369039363:14.278,1369039423:14.677,1369039483:15.120,1369039543:14.854,1369039603:14.810,1369039663:14.132,1369039723:13.780,1369039783:14.223,1369039843:14.153,1369039903:14.257,1369039963:13.852,1369040023:14.338,1369040083:14.260,1369040143:14.804,1369040203:15.070,1369040263:15.185,1369040323:49.579,1369040383:70.095,1369040443:71.189,1369040503:69.298,1369040563:68.140,1369040623:67.566,1369040683:66.812,1369040743:64.008,1369040803:58.261,1369040863:56.311,1369040923:56.421,1369040983:58.461,1369041043:54.623,1369041103:55.943,1369041163:54.111,1369041223:43.992,1369041283:50.495,1369041343:41.068,1369041403:40.422,1369041463:37.300,1369041523:42.561,1369041583:39.030,1369041643:22.212,1369041703:14.956,1369041763:15.394,1369041823:14.986,1369041883:15.174,1369041943:14.771,1369042003:15.212,1369042063:14.845,1369042123:14.719,1369042183:14.819,1369042243:14.288,1369042303:14.947,1369042363:15.005,1369042423:15.151,1369042483:15.090,1369042543:14.851,1369042603:18.641,1369042663:15.149,1369042723:14.404,1369042783:15.294,1369042843:16.311,1369042903:15.848,1369042963:14.311,1369043023:15.149,1369043083:14.756,1369043143:14.668,1369043203:14.537,1369043263:14.132,1369043323:14.363,1369043383:15.085,1369043443:14.834,1369043503:14.396,1369043563:14.815,1369043623:14.609,1369043683:14.427,1369043743:14.261,1369043803:14.693,1369043863:14.963,1369043923:60.078,1369043983:72.379,1369056956:30.920,1369057016:13.895,1369057076:14.537,1369057136:14.809,1369057196:14.049,1369057256:14.135,1369057316:14.348,1369057376:14.367,1369057436:14.814,1369057496:14.421,1369057556:14.967,1369057616:13.854,1369057676:14.221,1369057736:13.689,1369057796:14.220,1369057856:14.334,1369057916:13.924,1369057976:14.689,1369058036:14.682,1369058096:14.045,1369058156:13.904,1369058216:14.040,1369058276:14.141,1369058336:66.762,1369058396:73.110,1369058456:72.215,1369058517:69.176,1369058576:68.512,1369058636:69.094,1369058696:68.546,1369058756:62.561,1369058816:58.377,1369058876:56.169,1369058936:56.042,1369058996:59.492,1369059056:55.988,1369059116:56.316,1369059176:52.758,1369059236:44.112,1369059296:51.951,1369059356:44.943,1369059416:41.088,1369059476:38.413,1369059536:43.005,1369059596:40.294,1369059656:28.510,1369059716:14.894,1369059776:14.942,1369059836:15.271,1369059896:14.905,1369059956:14.808,1369060016:14.104,1369060076:14.660,1369060136:15.761,1369060196:14.501,1369060256:14.398,1369060316:14.238,1369060376:14.459,1369060436:14.238,1369060496:15.095,1369060556:14.375,1369060616:14.686,1369060676:14.594,1369060736:14.531,1369060796:14.326,1369060856:14.704,1369060916:15.038,1369060976:14.911,1369061036:14.501,1369061096:14.623,1369061156:15.288,1369061216:16.899,1369061276:15.999,1369061336:15.038,1369061396:15.132,1369061456:16.103,1369061516:15.455,1369061576:15.189,1369061636:15.364,1369061696:15.640,1369061756:15.305,1369061816:15.264,1369061876:15.059,1369061936:50.819,1369061996:69.295,1369062056:70.318,1369062116:67.842,1369062176:68.617,1369062236:67.026,1369062296:68.732,1369062356:61.366,1369062416:57.574,1369062476:56.607,1369062536:56.938,1369062596:57.131,1369062657:54.703,1369062716:55.190,1369062776:51.926,1369062836:42.845,1369062896:50.557,1369062956:39.261,1369063016:40.198,1369063076:39.238,1369063136:41.696,1369063196:41.303,1369063256:18.791,1369063316:16.841,1369063376:16.031,1369063436:15.589,1369063496:17.072,1369063556:15.761,1369063616:15.639,1369063676:15.153,1369063736:15.616,1369063796:14.895,1369063856:15.743,1369063916:14.856,1369063976:14.954,1369064036:15.193,1369064096:16.026,1369064156:15.029,1369064216:14.980,1369064276:15.749,1369064336:15.543,1369064396:15.820,1369064456:15.071,1369064516:16.616,1369064576:17.064,1369064636:16.043,1369064697:15.370,1369064756:14.786,1369064816:15.860,1369064876:15.867,1369064936:14.991,1369064996:14.497,1369065056:15.930,1369065116:15.560,1369065176:15.599,1369065236:15.670,1369065296:15.346,1369065356:15.323,1369065416:15.114,1369065476:15.384,1369065536:68.885,1369065596:83.585,1369065656:81.906,1369065716:73.466,1369065776:67.976,1369065836:67.424,1369065896:66.611,1369065956:67.619,1369066016:61.462,1369066076:57.989,1369066136:57.020,1369066196:57.223,1369066256:57.573,1369066316:55.437,1369066376:55.352,1369066436:54.009,1369066496:44.091,1369066556:52.213,1369066616:42.415,1369066676:39.611,1369066736:39.044,1369066796:42.536,1369066856:40.011,1369066916:22.282,1369066976:16.403,1369067036:16.099,1369067096:15.336,1369067156:15.770,1369067216:16.230,1369067276:15.664,1369067336:15.580,1369067396:14.955,1369067456:15.521,1369067516:15.234,1369067576:15.995,1369067636:15.207,1369067696:15.334,1369067756:15.110,1369067816:14.998,1369067876:15.148,1369067936:14.895,1369067996:14.885,1369068056:15.320,1369068116:15.773,1369068176:15.576,1369068236:15.958,1369068296:15.922,1369068356:16.010,1369068416:14.796,1369068476:14.445,1369068536:15.768,1369068596:15.976,1369068656:15.175,1369068716:14.558,1369068776:15.737,1369068836:16.408,1369068896:15.897,1369068956:15.356,1369069016:15.939,1369069076:15.230,1369069136:64.849,1369069196:72.844,1369069256:73.322,1369069316:70.824,1369069376:69.694,1369069436:68.373,1369069496:68.061,1369069556:65.066,1369069616:59.042,1369069676:56.941,1369069736:57.079,1369069796:59.631,1369069856:56.832,1369069916:55.916,1369069976:54.187,1369070036:43.520,1369070096:49.716,1369070157:43.522,1369070216:41.314,1369070276:39.311,1369070336:43.091,1369070396:40.524,1369070456:27.812,1369070516:16.213,1369070576:16.770,1369070636:15.385,1369070696:15.057,1369070756:16.063,1369070816:15.595,1369070876:15.404,1369070936:15.224,1369070996:15.245,1369071056:15.615,1369071116:15.581,1369071176:15.537,1369071236:14.934,1369071297:15.243,1369071356:15.140,1369071416:15.029,1369071476:15.257,1369071536:14.728,1369071596:15.341,1369071656:15.986,1369071716:15.027</counter-data>

                                                  </perf-counter-data>

Any assistance or if you would like to see the entire code that I am using to assist in this endeavor would be great.

2 REPLIES 2

rle
NetApp Alumni
2,931 Views

Hi Lewis,

Did you look in the samples that came with the NMSDK?  If you look in: src/sample/DataFabric_Manager/API_Sample_Code/advanced/Perl/perf_counters/perf_vol_latency.pl, you'll find how to split for time.  Look for "split".

Regards,

   - Rick -

lewisn
2,931 Views

That isn't the issue, I know how to do that.

In the example notice the first value set for each counter

      total_transfers           1368985592:0.000

     pa_max_disk_busy    1368985601:0.000

Notice how the time stamp is different by 9 secs, that is my issue. They should be equal and close to 1368985507 which is the defined begin time.

Public