From: nonSonoPaola <non...@gm...> - 2016-10-04 13:06:20
|
<html> <head> <script type="text/javascript" src="resources/jquery.js"></script> <script type="text/javascript" src="resources/wicket-event-jquery.js"></script> <meta charset="UTF-8"> <script type="text/javascript" src="resources/jquery.min.js"></script> <script type="text/javascript" src="resources/canvg.min.js"></script> <script type="text/javascript" src="resources/shieldui-all.min.js"></script> <script type="text/javascript" src="resources/custom_js.js"></script> <link rel="stylesheet" type="text/css" href="resources/all.min-ver.css"> <link rel="stylesheet" type="text/css" href="resources/monitoring-reports-ver.css"> <script type="text/javascript"> /*<![CDATA[*/ Wicket.Event .add( window, "domready", function(event) { jQuery(function($) { $('#chart1') .shieldChart( { "exportOptions" : { "image" : false, "print" : false }, "applyAnimation" : false, "axisY" : [ { "min" : 99.42, "max" : 99.71, "title" : { "text" : "MIN CPU_IDLE (%)" } } ], "axisX" : { "axisTickText" : { "textAngle" : 90 }, "categoricalValues" : [ "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00" ] }, "dataSeries" : [ { "data" : [ 99.49, 99.51, 99.5, 99.51, 99.48, 99.5, 99.53, 99.52, 99.5, 99.51, 99.46, 99.45, 99.42, 99.48, 99.44, 99.46, 99.49 ], "seriesType" : "spline", "axisY" : 0, "collectionAlias" : "AEPAPPCA_PRD03" }, { "data" : [ 99.68, 99.69, 99.7, 99.69, 99.71, 99.7, 99.7, 99.7, 99.7, 99.68, 99.7, 99.69, 99.66, 99.69, 99.68, 99.68, 99.69 ], "seriesType" : "spline", "axisY" : 0, "collectionAlias" : "AEPAPPCA_PRD02" } ], "seriesSettings" : { "bar" : { "applyAnimation" : false }, "rangebar" : { "enablePointSelection" : false }, "spline" : { "applyAnimation" : false } }, "theme" : "default", "events" : { "load" : chart_loaded }, "seriesPalette" : [ "#F0A804", "#00cc00" ], "primaryHeader" : { "text" : "CPU_IDLE fluctuations from 10-01-2016 00:00:00 to 10-01-2016 16:00:00" } }); }); ; jQuery(function($) { $('#data2').shieldGrid({ "altRows" : true, "columns" : [ { "field" : " " }, { "field" : "AEPAPPCA_PRD03" }, { "field" : "AEPAPPCA_PRD02" } ], "resizing" : false, "columnReorder" : false, "dataSource" : { "data" : [ { " " : "00:00", "AEPAPPCA_PRD03" : "99.49", "AEPAPPCA_PRD02" : "99.68" }, { " " : "01:00", "AEPAPPCA_PRD03" : "99.51", "AEPAPPCA_PRD02" : "99.69" }, { " " : "02:00", "AEPAPPCA_PRD03" : "99.5", "AEPAPPCA_PRD02" : "99.7" }, { " " : "03:00", "AEPAPPCA_PRD03" : "99.51", "AEPAPPCA_PRD02" : "99.69" }, { " " : "04:00", "AEPAPPCA_PRD03" : "99.48", "AEPAPPCA_PRD02" : "99.71" }, { " " : "05:00", "AEPAPPCA_PRD03" : "99.5", "AEPAPPCA_PRD02" : "99.7" }, { " " : "06:00", "AEPAPPCA_PRD03" : "99.53", "AEPAPPCA_PRD02" : "99.7" }, { " " : "07:00", "AEPAPPCA_PRD03" : "99.52", "AEPAPPCA_PRD02" : "99.7" }, { " " : "08:00", "AEPAPPCA_PRD03" : "99.5", "AEPAPPCA_PRD02" : "99.7" }, { " " : "09:00", "AEPAPPCA_PRD03" : "99.51", "AEPAPPCA_PRD02" : "99.68" }, { " " : "10:00", "AEPAPPCA_PRD03" : "99.46", "AEPAPPCA_PRD02" : "99.7" }, { " " : "11:00", "AEPAPPCA_PRD03" : "99.45", "AEPAPPCA_PRD02" : "99.69" }, { " " : "12:00", "AEPAPPCA_PRD03" : "99.42", "AEPAPPCA_PRD02" : "99.66" }, { " " : "13:00", "AEPAPPCA_PRD03" : "99.48", "AEPAPPCA_PRD02" : "99.69" }, { " " : "14:00", "AEPAPPCA_PRD03" : "99.44", "AEPAPPCA_PRD02" : "99.68" }, { " " : "15:00", "AEPAPPCA_PRD03" : "99.46", "AEPAPPCA_PRD02" : "99.68" }, { " " : "16:00", "AEPAPPCA_PRD03" : "99.49", "AEPAPPCA_PRD02" : "99.69" } ] } }); }); ; jQuery(function($) { $('#chart3') .shieldChart( { "exportOptions" : { "image" : false, "print" : false }, "applyAnimation" : false, "axisY" : [ { "min" : 99.31, "max" : 99.58, "axisTickText" : { "style" : { "color" : "#F0A804" } }, "title" : { "style" : { "color" : "#F0A804" }, "text" : "RAW_MEAN CPU_IDLE (%)" } }, { "min" : 3546.92, "max" : 3550.25, "axisTickText" : { "style" : { "color" : "#00cc00" } }, "title" : { "style" : { "color" : "#00cc00" }, "text" : "RAW_MEAN MEM_FREE " } } ], "axisX" : { "axisTickText" : { "textAngle" : 90 }, "categoricalValues" : [ "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00" ] }, "dataSeries" : [ { "data" : [ 99.53, 99.57, 99.56, 99.57, 99.58, 99.55, 99.58, 99.57, 99.55, 99.51, 99.39, 99.34, 99.31, 99.37, 99.43, 99.42, 99.46 ], "seriesType" : "spline", "axisY" : 0, "collectionAlias" : "CPU_IDLE" }, { "data" : [ 3550.25, 3550, 3549.67, 3549.08, 3549.33, 3549, 3548.83, 3548.17, 3548.5, 3548.33, 3547.83, 3547.42, 3547.25, 3547.17, 3547.08, 3547, 3546.92 ], "seriesType" : "spline", "axisY" : 1, "collectionAlias" : "MEM_FREE" } ], "seriesSettings" : { "bar" : { "applyAnimation" : false }, "rangebar" : { "enablePointSelection" : false }, "spline" : { "applyAnimation" : false } }, "theme" : "default", "events" : { "load" : chart_loaded }, "seriesPalette" : [ "#F0A804", "#00cc00" ], "primaryHeader" : { "text" : "Kpis fluctuations on AEPAPPMI_PRD06 from 10-01-2016 00:00:00 to 10-01-2016 16:00:00" } }); }); ; jQuery(function($) { $('#data4').shieldGrid({ "altRows" : true, "columns" : [ { "field" : " " }, { "field" : "CPU_IDLE" }, { "field" : "MEM_FREE" } ], "resizing" : false, "columnReorder" : false, "dataSource" : { "data" : [ { " " : "00:00", "CPU_IDLE" : "99.53", "MEM_FREE" : "3550.25" }, { " " : "01:00", "CPU_IDLE" : "99.57", "MEM_FREE" : "3550.0" }, { " " : "02:00", "CPU_IDLE" : "99.56", "MEM_FREE" : "3549.67" }, { " " : "03:00", "CPU_IDLE" : "99.57", "MEM_FREE" : "3549.08" }, { " " : "04:00", "CPU_IDLE" : "99.58", "MEM_FREE" : "3549.33" }, { " " : "05:00", "CPU_IDLE" : "99.55", "MEM_FREE" : "3549.0" }, { " " : "06:00", "CPU_IDLE" : "99.58", "MEM_FREE" : "3548.83" }, { " " : "07:00", "CPU_IDLE" : "99.57", "MEM_FREE" : "3548.17" }, { " " : "08:00", "CPU_IDLE" : "99.55", "MEM_FREE" : "3548.5" }, { " " : "09:00", "CPU_IDLE" : "99.51", "MEM_FREE" : "3548.33" }, { " " : "10:00", "CPU_IDLE" : "99.39", "MEM_FREE" : "3547.83" }, { " " : "11:00", "CPU_IDLE" : "99.34", "MEM_FREE" : "3547.42" }, { " " : "12:00", "CPU_IDLE" : "99.31", "MEM_FREE" : "3547.25" }, { " " : "13:00", "CPU_IDLE" : "99.37", "MEM_FREE" : "3547.17" }, { " " : "14:00", "CPU_IDLE" : "99.43", "MEM_FREE" : "3547.08" }, { " " : "15:00", "CPU_IDLE" : "99.42", "MEM_FREE" : "3547.0" }, { " " : "16:00", "CPU_IDLE" : "99.46", "MEM_FREE" : "3546.92" } ] } }); }); ; Wicket.Event .publish(Wicket.Event.Topic.AJAX_HANDLERS_BOUND); ; }); /*]]>*/ </script> </head> <body> <div class="report-title" id="default-report-title">test On Tue Sep 27 17:17:12 CEST 2016</div> <ul id="default-report"> <li class="report-item"> <div class="shieldui-report-item"> <div class="item-chart shield-chart" id="chart1"> <div id="shielddw" class="shield-container" style="position: relative; overflow: hidden; width: 1225px; height: 400px; line-height: normal; z-index: 0; font-family: & quot; Segoe UI&quot; , Tahoma , Verdana, sans-serif; font-size: 12px; cursor: default;"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1225" height="400"> <defs> <clipPath id="shielddx"> <rect rx="0" ry="0" fill="none" x="0" y="0" width="9999" height="400" stroke-width="0.000001"></rect></clipPath> <clipPath id="shielddy"> <rect fill="none" x="0" y="0" width="1144" height="295"></rect></clipPath></defs> <rect rx="0" ry="0" fill="#FFFFFF" x="0" y="0" width="1225" height="400" stroke-width="0.000001"></rect> <g zIndex="1"></g> <g zIndex="1"> <path fill="none" d="M 71 261.5 L 1215 261.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 71 188.5 L 1215 188.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 71 114.5 L 1215 114.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 71 40.5 L 1215 40.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 71 335.5 L 1215 335.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path></g> <g zIndex="2"> <path fill="none" d="M 205.5 335 L 205.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 272.5 335 L 272.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 339.5 335 L 339.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 406.5 335 L 406.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 474.5 335 L 474.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 541.5 335 L 541.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 608.5 335 L 608.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 676.5 335 L 676.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 743.5 335 L 743.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 810.5 335 L 810.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 878.5 335 L 878.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 945.5 335 L 945.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1012.5 335 L 1012.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1079.5 335 L 1079.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1147.5 335 L 1147.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1214.5 335 L 1214.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 137.5 335 L 137.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 71 335.5 L 1215 335.5" stroke="#636363" stroke-width="1" zIndex="7" visibility="visible"></path></g> <g zIndex="2"> <text x="23.65625" y="187.5" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;font-weight:normal;fill:#636363;" zIndex="7" transform="rotate(270 23.65625 187)" text-anchor="middle" visibility="visible"> <tspan x="23.65625">MIN CPU_IDLE (%)</tspan></text></g> <g zIndex="3"> <g visibility="visible" zIndex="0.1" transform="translate(71,40)" clip-path="url(#shielddy)"> <path fill="none" d="M 33.64705882352941 228.6 C 33.64705882352941 228.6 74.02352941176471 213.9 100.94117647058823 213.9 C 127.85882352941175 213.9 141.31764705882352 221.3 168.23529411764707 221.3 C 195.1529411764706 221.3 208.61176470588234 213.9 235.52941176470588 213.9 C 262.4470588235294 213.9 275.90588235294115 236 302.8235294117647 236 C 329.74117647058824 236 343.2 228.68 370.11764705882354 221.3 C 397.0352941176471 213.92000000000002 410.4941176470587 199.1 437.4117647058823 199.1 C 464.32941176470587 199.1 477.78823529411767 202.06000000000003 504.70588235294116 206.5 C 531.6235294117647 210.94 545.0823529411765 221.3 572 221.3 C 598.9176470588235 221.3 612.3764705882353 213.9 639.2941176470588 213.9 C 666.2117647058824 213.9 679.6705882352942 243.5 706.5882352941177 250.8 C 733.5058823529413 258.1 746.964705882353 252.2 773.8823529411765 258.1 C 800.8 264 814.2588235294118 280.3 841.1764705882352 280.3 C 868.0941176470587 280.3 881.5529411764707 236 908.4705882352941 236 C 935.3882352941176 236 948.8470588235293 265.5 975.7647058823529 265.5 C 1002.6823529411765 265.5 1016.1411764705884 258.17999999999995 1043.058823529412 250.8 C 1069.9764705882355 243.42 1110.3529411764707 228.6 1110.3529411764707 228.6" stroke="#F0A804" stroke-width="3" zIndex="1"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(71,40)" clip-path="none"> <path fill="#F0A804" d="M 1110.3529411764707 225.6 C 1114.3489411764708 225.6 1114.3489411764708 231.6 1110.3529411764707 231.6 C 1106.3569411764706 231.6 1106.3569411764706 225.6 1110.3529411764707 225.6 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 1043.058823529412 247.8 C 1047.054823529412 247.8 1047.054823529412 253.8 1043.058823529412 253.8 C 1039.0628235294118 253.8 1039.0628235294118 247.8 1043.058823529412 247.8 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 975.7647058823529 262.5 C 979.7607058823529 262.5 979.7607058823529 268.5 975.7647058823529 268.5 C 971.768705882353 268.5 971.768705882353 262.5 975.7647058823529 262.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 908.4705882352941 233 C 912.4665882352941 233 912.4665882352941 239 908.4705882352941 239 C 904.4745882352942 239 904.4745882352942 233 908.4705882352941 233 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 841.1764705882352 277.3 C 845.1724705882352 277.3 845.1724705882352 283.3 841.1764705882352 283.3 C 837.1804705882353 283.3 837.1804705882353 277.3 841.1764705882352 277.3 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 773.8823529411765 255.10000000000002 C 777.8783529411764 255.10000000000002 777.8783529411764 261.1 773.8823529411765 261.1 C 769.8863529411765 261.1 769.8863529411765 255.10000000000002 773.8823529411765 255.10000000000002 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 706.5882352941177 247.8 C 710.5842352941177 247.8 710.5842352941177 253.8 706.5882352941177 253.8 C 702.5922352941177 253.8 702.5922352941177 247.8 706.5882352941177 247.8 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 639.2941176470588 210.9 C 643.2901176470588 210.9 643.2901176470588 216.9 639.2941176470588 216.9 C 635.2981176470588 216.9 635.2981176470588 210.9 639.2941176470588 210.9 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 572 218.3 C 575.996 218.3 575.996 224.3 572 224.3 C 568.004 224.3 568.004 218.3 572 218.3 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 504.70588235294116 203.5 C 508.70188235294114 203.5 508.70188235294114 209.5 504.70588235294116 209.5 C 500.7098823529412 209.5 500.7098823529412 203.5 504.70588235294116 203.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 437.4117647058823 196.1 C 441.4077647058823 196.1 441.4077647058823 202.1 437.4117647058823 202.1 C 433.41576470588234 202.1 433.41576470588234 196.1 437.4117647058823 196.1 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 370.11764705882354 218.3 C 374.1136470588235 218.3 374.1136470588235 224.3 370.11764705882354 224.3 C 366.12164705882356 224.3 366.12164705882356 218.3 370.11764705882354 218.3 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 302.8235294117647 233 C 306.8195294117647 233 306.8195294117647 239 302.8235294117647 239 C 298.8275294117647 239 298.8275294117647 233 302.8235294117647 233 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 235.52941176470588 210.9 C 239.5254117647059 210.9 239.5254117647059 216.9 235.52941176470588 216.9 C 231.53341176470587 216.9 231.53341176470587 210.9 235.52941176470588 210.9 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 168.23529411764707 218.3 C 172.23129411764708 218.3 172.23129411764708 224.3 168.23529411764707 224.3 C 164.23929411764706 224.3 164.23929411764706 218.3 168.23529411764707 218.3 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 100.94117647058823 210.9 C 104.93717647058823 210.9 104.93717647058823 216.9 100.94117647058823 216.9 C 96.94517647058824 216.9 96.94517647058824 210.9 100.94117647058823 210.9 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 33.64705882352941 225.6 C 37.643058823529415 225.6 37.643058823529415 231.6 33.64705882352941 231.6 C 29.651058823529414 231.6 29.651058823529414 225.6 33.64705882352941 225.6 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(71,40)" clip-path="url(#shielddy)"> <path fill="none" d="M 33.64705882352941 88.5 C 33.64705882352941 88.5 74.02352941176471 84.05999999999999 100.94117647058823 81.1 C 127.85882352941175 78.14 141.31764705882352 73.7 168.23529411764707 73.7 C 195.1529411764706 73.7 208.61176470588234 81.1 235.52941176470588 81.1 C 262.4470588235294 81.1 275.90588235294115 66.4 302.8235294117647 66.4 C 329.74117647058824 66.4 343.2 73.7 370.11764705882354 73.7 C 397.0352941176471 73.7 410.4941176470587 73.7 437.4117647058823 73.7 C 464.32941176470587 73.7 477.78823529411767 73.7 504.70588235294116 73.7 C 531.6235294117647 73.7 545.0823529411765 73.7 572 73.7 C 598.9176470588235 73.7 612.3764705882353 88.5 639.2941176470588 88.5 C 666.2117647058824 88.5 679.6705882352942 73.7 706.5882352941177 73.7 C 733.5058823529413 73.7 746.964705882353 75.17999999999999 773.8823529411765 81.1 C 800.8 87.01999999999998 814.2588235294118 103.3 841.1764705882352 103.3 C 868.0941176470587 103.3 881.5529411764707 81.1 908.4705882352941 81.1 C 935.3882352941176 81.1 948.8470588235293 88.5 975.7647058823529 88.5 C 1002.6823529411765 88.5 1016.1411764705884 88.5 1043.058823529412 88.5 C 1069.9764705882355 88.5 1110.3529411764707 81.1 1110.3529411764707 81.1" stroke="#00cc00" stroke-width="3" zIndex="1"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(71,40)" clip-path="none"> <path fill="#00cc00" d="M 1110.3529411764707 78.1 C 1114.3489411764708 78.1 1114.3489411764708 84.1 1110.3529411764707 84.1 C 1106.3569411764706 84.1 1106.3569411764706 78.1 1110.3529411764707 78.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 1043.058823529412 85.5 C 1047.054823529412 85.5 1047.054823529412 91.5 1043.058823529412 91.5 C 1039.0628235294118 91.5 1039.0628235294118 85.5 1043.058823529412 85.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 975.7647058823529 85.5 C 979.7607058823529 85.5 979.7607058823529 91.5 975.7647058823529 91.5 C 971.768705882353 91.5 971.768705882353 85.5 975.7647058823529 85.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 908.4705882352941 78.1 C 912.4665882352941 78.1 912.4665882352941 84.1 908.4705882352941 84.1 C 904.4745882352942 84.1 904.4745882352942 78.1 908.4705882352941 78.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 841.1764705882352 100.3 C 845.1724705882352 100.3 845.1724705882352 106.3 841.1764705882352 106.3 C 837.1804705882353 106.3 837.1804705882353 100.3 841.1764705882352 100.3 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 773.8823529411765 78.1 C 777.8783529411764 78.1 777.8783529411764 84.1 773.8823529411765 84.1 C 769.8863529411765 84.1 769.8863529411765 78.1 773.8823529411765 78.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 706.5882352941177 70.7 C 710.5842352941177 70.7 710.5842352941177 76.7 706.5882352941177 76.7 C 702.5922352941177 76.7 702.5922352941177 70.7 706.5882352941177 70.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 639.2941176470588 85.5 C 643.2901176470588 85.5 643.2901176470588 91.5 639.2941176470588 91.5 C 635.2981176470588 91.5 635.2981176470588 85.5 639.2941176470588 85.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 572 70.7 C 575.996 70.7 575.996 76.7 572 76.7 C 568.004 76.7 568.004 70.7 572 70.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#FFFFFF" d="M 504.70588235294116 69.7 C 510.03388235294113 69.7 510.03388235294113 77.7 504.70588235294116 77.7 C 499.3778823529412 77.7 499.3778823529412 69.7 504.70588235294116 69.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 437.4117647058823 70.7 C 441.4077647058823 70.7 441.4077647058823 76.7 437.4117647058823 76.7 C 433.41576470588234 76.7 433.41576470588234 70.7 437.4117647058823 70.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 370.11764705882354 70.7 C 374.1136470588235 70.7 374.1136470588235 76.7 370.11764705882354 76.7 C 366.12164705882356 76.7 366.12164705882356 70.7 370.11764705882354 70.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 302.8235294117647 63.400000000000006 C 306.8195294117647 63.400000000000006 306.8195294117647 69.4 302.8235294117647 69.4 C 298.8275294117647 69.4 298.8275294117647 63.400000000000006 302.8235294117647 63.400000000000006 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 235.52941176470588 78.1 C 239.5254117647059 78.1 239.5254117647059 84.1 235.52941176470588 84.1 C 231.53341176470587 84.1 231.53341176470587 78.1 235.52941176470588 78.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 168.23529411764707 70.7 C 172.23129411764708 70.7 172.23129411764708 76.7 168.23529411764707 76.7 C 164.23929411764706 76.7 164.23929411764706 70.7 168.23529411764707 70.7 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 100.94117647058823 78.1 C 104.93717647058823 78.1 104.93717647058823 84.1 100.94117647058823 84.1 C 96.94517647058824 84.1 96.94517647058824 78.1 100.94117647058823 78.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 33.64705882352941 85.5 C 37.643058823529415 85.5 37.643058823529415 91.5 33.64705882352941 91.5 C 29.651058823529414 91.5 29.651058823529414 85.5 33.64705882352941 85.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path></g></g> <text x="613" y="25" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:16px;color:#4B4B4B;top:10;fill:#4B4B4B;" text-anchor="middle" zIndex="4"> <tspan x="613">CPU_IDLE fluctuations from 10-01-2016 00:00:00 to 10-01-2016 16:00:00</tspan></text> <g zIndex="7" transform="translate(491,373)"> <g zIndex="1" clip-path="url(#shielddx)"> <g> <g zIndex="1" transform="translate(8,3)"> <path fill="#F0A804" d="M 1 6 L 11 6 11 16 1 16 Z" style="cursor:pointer;" stroke="#F0A804" stroke-width="0.000001"></path> <text x="17" y="15" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:12px;cursor:pointer;color:#3E576F;fill:#3E576F;" text-anchor="start" zIndex="2"> <tspan x="17">AEPAPPCA_PRD03</tspan></text></g> <g zIndex="1" transform="translate(130,3)"> <path fill="#00cc00" d="M 1 6 L 11 6 11 16 1 16 Z" style="cursor:pointer;" stroke="#00cc00" stroke-width="0.000001"></path> <text x="17" y="15" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:12px;cursor:pointer;color:#3E576F;fill:#3E576F;" text-anchor="start" zIndex="2"> <tspan x="17">AEPAPPCA_PRD02</tspan></text></g></g></g></g> <g zIndex="7"> <text x="104.64705882352942" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 104.64705882352942 352)" visibility="visible"> <tspan x="104.64705882352942">00:00</tspan></text> <text x="171.94117647058823" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 171.94117647058823 352)" visibility="visible"> <tspan x="171.94117647058823">01:00</tspan></text> <text x="239.23529411764704" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 239.23529411764704 352)" visibility="visible"> <tspan x="239.23529411764704">02:00</tspan></text> <text x="306.5294117647059" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 306.5294117647059 352)" visibility="visible"> <tspan x="306.5294117647059">03:00</tspan></text> <text x="373.8235294117647" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 373.8235294117647 352)" visibility="visible"> <tspan x="373.8235294117647">04:00</tspan></text> <text x="441.11764705882354" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 441.11764705882354 352)" visibility="visible"> <tspan x="441.11764705882354">05:00</tspan></text> <text x="508.4117647058823" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 508.4117647058823 352)" visibility="visible"> <tspan x="508.4117647058823">06:00</tspan></text> <text x="575.7058823529412" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 575.7058823529412 352)" visibility="visible"> <tspan x="575.7058823529412">07:00</tspan></text> <text x="643" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 643 352)" visibility="visible"> <tspan x="643">08:00</tspan></text> <text x="710.2941176470589" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 710.2941176470589 352)" visibility="visible"> <tspan x="710.2941176470589">09:00</tspan></text> <text x="777.5882352941177" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 777.5882352941177 352)" visibility="visible"> <tspan x="777.5882352941177">10:00</tspan></text> <text x="844.8823529411765" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 844.8823529411765 352)" visibility="visible"> <tspan x="844.8823529411765">11:00</tspan></text> <text x="912.1764705882354" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 912.1764705882354 352)" visibility="visible"> <tspan x="912.1764705882354">12:00</tspan></text> <text x="979.4705882352941" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 979.4705882352941 352)" visibility="visible"> <tspan x="979.4705882352941">13:00</tspan></text> <text x="1046.764705882353" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 1046.764705882353 352)" visibility="visible"> <tspan x="1046.764705882353">14:00</tspan></text> <text x="1114.0588235294117" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 1114.0588235294117 352)" visibility="visible"> <tspan x="1114.0588235294117">15:00</tspan></text> <text x="1181.3529411764707" y="352" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#636363;line-height:14px;fill:#636363;" text-anchor="middle" transform="rotate(90 1181.3529411764707 352)" visibility="visible"> <tspan x="1181.3529411764707">16:00</tspan></text></g> <g zIndex="7"> <text x="63" y="341.1" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;width:552px;color:#636363;line-height:14px;fill:#636363;" text-anchor="end" visibility="visible"> <tspan x="63">99.40</tspan></text> <text x="63" y="267.35000000000264" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;width:552px;color:#636363;line-height:14px;fill:#636363;" text-anchor="end" visibility="visible"> <tspan x="63">99.50</tspan></text> <text x="63" y="193.60000000000525" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;width:552px;color:#636363;line-height:14px;fill:#636363;" text-anchor="end" visibility="visible"> <tspan x="63">99.60</tspan></text> <text x="63" y="119.84999999999738" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;width:552px;color:#636363;line-height:14px;fill:#636363;" text-anchor="end" visibility="visible"> <tspan x="63">99.70</tspan></text> <text x="63" y="46.1" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;width:552px;color:#636363;line-height:14px;fill:#636363;" text-anchor="end" visibility="visible"> <tspan x="63">99.80</tspan></text></g> <g zIndex="9"> <g visibility="visible" zIndex="1" transform="translate(71,40)" clip-path="url(#shielddy)"> <path fill="none" d="M 23.647058823529413 228.6 L 33.64705882352941 228.6 C 33.64705882352941 228.6 74.02352941176471 213.9 100.94117647058823 213.9 C 127.85882352941175 213.9 141.31764705882352 221.3 168.23529411764707 221.3 C 195.1529411764706 221.3 208.61176470588234 213.9 235.52941176470588 213.9 C 262.4470588235294 213.9 275.90588235294115 236 302.8235294117647 236 C 329.74117647058824 236 343.2 228.68 370.11764705882354 221.3 C 397.0352941176471 213.92000000000002 410.4941176470587 199.1 437.4117647058823 199.1 C 464.32941176470587 199.1 477.78823529411767 202.06000000000003 504.70588235294116 206.5 C 531.6235294117647 210.94 545.0823529411765 221.3 572 221.3 C 598.9176470588235 221.3 612.3764705882353 213.9 639.2941176470588 213.9 C 666.2117647058824 213.9 679.6705882352942 243.5 706.5882352941177 250.8 C 733.5058823529413 258.1 746.964705882353 252.2 773.8823529411765 258.1 C 800.8 264 814.2588235294118 280.3 841.1764705882352 280.3 C 868.0941176470587 280.3 881.5529411764707 236 908.4705882352941 236 C 935.3882352941176 236 948.8470588235293 265.5 975.7647058823529 265.5 C 1002.6823529411765 265.5 1016.1411764705884 258.17999999999995 1043.058823529412 250.8 C 1069.9764705882355 243.42 1110.3529411764707 228.6 1110.3529411764707 228.6 L 1120.3529411764707 228.6" isTracker="true" stroke-linejoin="bevel" visibility="visible" stroke-opacity="0.0001" stroke="rgb(192,192,192)" stroke-width="23" style=""></path></g> <g visibility="visible" zIndex="1" transform="translate(71,40)" clip-path="url(#shielddy)"> <path fill="none" d="M 23.647058823529413 88.5 L 33.64705882352941 88.5 C 33.64705882352941 88.5 74.02352941176471 84.05999999999999 100.94117647058823 81.1 C 127.85882352941175 78.14 141.31764705882352 73.7 168.23529411764707 73.7 C 195.1529411764706 73.7 208.61176470588234 81.1 235.52941176470588 81.1 C 262.4470588235294 81.1 275.90588235294115 66.4 302.8235294117647 66.4 C 329.74117647058824 66.4 343.2 73.7 370.11764705882354 73.7 C 397.0352941176471 73.7 410.4941176470587 73.7 437.4117647058823 73.7 C 464.32941176470587 73.7 477.78823529411767 73.7 504.70588235294116 73.7 C 531.6235294117647 73.7 545.0823529411765 73.7 572 73.7 C 598.9176470588235 73.7 612.3764705882353 88.5 639.2941176470588 88.5 C 666.2117647058824 88.5 679.6705882352942 73.7 706.5882352941177 73.7 C 733.5058823529413 73.7 746.964705882353 75.17999999999999 773.8823529411765 81.1 C 800.8 87.01999999999998 814.2588235294118 103.3 841.1764705882352 103.3 C 868.0941176470587 103.3 881.5529411764707 81.1 908.4705882352941 81.1 C 935.3882352941176 81.1 948.8470588235293 88.5 975.7647058823529 88.5 C 1002.6823529411765 88.5 1016.1411764705884 88.5 1043.058823529412 88.5 C 1069.9764705882355 88.5 1110.3529411764707 81.1 1110.3529411764707 81.1 L 1120.3529411764707 81.1" isTracker="true" stroke-linejoin="bevel" visibility="visible" stroke-opacity="0.0001" stroke="rgb(192,192,192)" stroke-width="23" style=""></path></g></g></svg> </div> <div class="shield-tooltip" style="pointer-events: none; display: block; top: 95px; left: 426px;"> <div class="shield-tooltip-header">07:00</div> <div class="shield-tooltip-value"> <span>AEPAPPCA_PRD02</span>: 99.7 </div> </div> </div> <div class="item-table sui-grid sui-grid-core" dis-class="item-table" id="data2"> <div class="sui-gridheader"> <table class="sui-table"> <colgroup> <col> <col> <col> </colgroup> <thead> <tr class="sui-columnheader"> <th data-field=" " class="sui-headercell"></th> <th data-field="AEPAPPCA_PRD03" class="sui-headercell">AEPAPPCA_PRD03</th> <th data-field="AEPAPPCA_PRD02" class="sui-headercell">AEPAPPCA_PRD02</th> </tr> </thead> <tbody class="sui-hide"> <tr> <td></td> <td></td> <td></td> </tr> </tbody> </table> </div> <div class="sui-gridcontent"> <table class="sui-table sui-hover"> <colgroup> <col> <col> <col> </colgroup> <tbody> <tr class="sui-row"> <td class="sui-cell">00:00</td> <td class="sui-cell">99.49</td> <td class="sui-cell">99.68</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">01:00</td> <td class="sui-cell">99.51</td> <td class="sui-cell">99.69</td> </tr> <tr class="sui-row"> <td class="sui-cell">02:00</td> <td class="sui-cell">99.5</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">03:00</td> <td class="sui-cell">99.51</td> <td class="sui-cell">99.69</td> </tr> <tr class="sui-row"> <td class="sui-cell">04:00</td> <td class="sui-cell">99.48</td> <td class="sui-cell">99.71</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">05:00</td> <td class="sui-cell">99.5</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-row"> <td class="sui-cell">06:00</td> <td class="sui-cell">99.53</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">07:00</td> <td class="sui-cell">99.52</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-row"> <td class="sui-cell">08:00</td> <td class="sui-cell">99.5</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">09:00</td> <td class="sui-cell">99.51</td> <td class="sui-cell">99.68</td> </tr> <tr class="sui-row"> <td class="sui-cell">10:00</td> <td class="sui-cell">99.46</td> <td class="sui-cell">99.7</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">11:00</td> <td class="sui-cell">99.45</td> <td class="sui-cell">99.69</td> </tr> <tr class="sui-row"> <td class="sui-cell">12:00</td> <td class="sui-cell">99.42</td> <td class="sui-cell">99.66</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">13:00</td> <td class="sui-cell">99.48</td> <td class="sui-cell">99.69</td> </tr> <tr class="sui-row"> <td class="sui-cell">14:00</td> <td class="sui-cell">99.44</td> <td class="sui-cell">99.68</td> </tr> <tr class="sui-alt-row"> <td class="sui-cell">15:00</td> <td class="sui-cell">99.46</td> <td class="sui-cell">99.68</td> </tr> <tr class="sui-row"> <td class="sui-cell">16:00</td> <td class="sui-cell">99.49</td> <td class="sui-cell">99.69</td> </tr> </tbody> </table> </div> </div> <div class="item-chart-img"></div> </div> </li> <li class="report-item"> <div class="shieldui-report-item"> <div class="item-chart shield-chart" id="chart3"> <div id="shielddz" class="shield-container" style="position: relative; overflow: hidden; width: 1225px; height: 400px; line-height: normal; z-index: 0; font-family: & quot; Segoe UI&quot; , Tahoma , Verdana, sans-serif; font-size: 12px;"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1225" height="400"> <defs> <clipPath id="shieldea"> <rect rx="0" ry="0" fill="none" x="0" y="0" width="9999" height="400" stroke-width="0.000001"></rect></clipPath> <clipPath id="shieldeb"> <rect fill="none" x="0" y="0" width="1087" height="295"></rect></clipPath></defs> <rect rx="0" ry="0" fill="#FFFFFF" x="0" y="0" width="1225" height="400" stroke-width="0.000001"></rect> <g zIndex="1"></g> <g zIndex="1"> <path fill="none" d="M 128 286.5 L 1215 286.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 237.5 L 1215 237.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 187.5 L 1215 187.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 138.5 L 1215 138.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 89.5 L 1215 89.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 40.5 L 1215 40.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 335.5 L 1215 335.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path></g> <g zIndex="1"> <path fill="none" d="M 128 286.5 L 1215 286.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 237.5 L 1215 237.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 188.5 L 1215 188.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 138.5 L 1215 138.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 89.5 L 1215 89.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 40.5 L 1215 40.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path> <path fill="none" d="M 128 335.5 L 1215 335.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="none" zIndex="1"></path></g> <g zIndex="2"> <path fill="none" d="M 255.5 335 L 255.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 319.5 335 L 319.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 383.5 335 L 383.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 447.5 335 L 447.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 511.5 335 L 511.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 575.5 335 L 575.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 639.5 335 L 639.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 702.5 335 L 702.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 766.5 335 L 766.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 830.5 335 L 830.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 894.5 335 L 894.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 958.5 335 L 958.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1022.5 335 L 1022.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1086.5 335 L 1086.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1150.5 335 L 1150.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 1214.5 335 L 1214.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 191.5 335 L 191.5 341" stroke="#636363" stroke-width="1"></path> <path fill="none" d="M 128 335.5 L 1215 335.5" stroke="#636363" stroke-width="1" zIndex="7" visibility="visible"></path></g> <g zIndex="2"> <text x="80.65625" y="187.5" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#F0A804;font-weight:normal;fill:#F0A804;" zIndex="7" transform="rotate(270 80.65625 187)" text-anchor="middle" visibility="visible"> <tspan x="80.65625">RAW_MEAN CPU_IDLE (%)</tspan></text></g> <g zIndex="2"> <text x="23.43749999999997" y="187.5" style="font-family:Segoe UI, Tahoma, Verdana, sans-serif;font-size:11px;color:#00cc00;font-weight:normal;fill:#00cc00;" zIndex="7" transform="rotate(270 23.43749999999997 187)" text-anchor="middle" visibility="visible"> <tspan x="23.43749999999997">RAW_MEAN MEM_FREE </tspan></text></g> <g zIndex="3"> <g visibility="visible" zIndex="0.1" transform="translate(128,40)" clip-path="url(#shieldeb)"> <path fill="none" d="M 31.970588235294116 68.8 C 31.970588235294116 68.8 70.33529411764707 29.5 95.91176470588235 29.5 C 121.48823529411766 29.5 134.27647058823527 39.3 159.85294117647058 39.3 C 185.42941176470586 39.3 198.2176470588235 33.42 223.7941176470588 29.5 C 249.37058823529415 25.58 262.15882352941173 19.7 287.7352941176471 19.7 C 313.31176470588235 19.7 326.1 49.2 351.67647058823525 49.2 C 377.2529411764706 49.2 390.04117647058825 19.7 415.61764705882354 19.7 C 441.1941176470588 19.7 453.9823529411764 23.599999999999998 479.5588235294117 29.5 C 505.13529411764705 35.4 517.9235294117647 37.400000000000006 543.5 49.2 C 569.0764705882353 61 581.864705882353 57.040000000000006 607.4411764705883 88.5 C 633.0176470588236 119.96 645.8058823529411 173.05999999999992 671.3823529411765 206.5 C 696.9588235294117 239.9399999999999 709.7470588235294 239.95999999999998 735.3235294117646 255.7 C 760.8999999999999 271.44 773.6882352941176 285.2 799.2647058823529 285.2 C 824.8411764705882 285.2 837.629411764706 249.8 863.2058823529412 226.2 C 888.7823529411764 202.59999999999997 901.570588235294 167.2 927.1470588235294 167.2 C 952.7235294117647 167.2 965.5117647058823 177 991.0882352941176 177 C 1016.6647058823528 177 1055.0294117647059 137.7 1055.0294117647059 137.7" stroke="#F0A804" stroke-width="3" zIndex="1"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(128,40)" clip-path="none"> <path fill="#F0A804" d="M 1055.0294117647059 134.7 C 1059.025411764706 134.7 1059.025411764706 140.7 1055.0294117647059 140.7 C 1051.0334117647058 140.7 1051.0334117647058 134.7 1055.0294117647059 134.7 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 991.0882352941176 174 C 995.0842352941175 174 995.0842352941175 180 991.0882352941176 180 C 987.0922352941176 180 987.0922352941176 174 991.0882352941176 174 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 927.1470588235294 164.2 C 931.1430588235294 164.2 931.1430588235294 170.2 927.1470588235294 170.2 C 923.1510588235294 170.2 923.1510588235294 164.2 927.1470588235294 164.2 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 863.2058823529412 223.2 C 867.2018823529412 223.2 867.2018823529412 229.2 863.2058823529412 229.2 C 859.2098823529412 229.2 859.2098823529412 223.2 863.2058823529412 223.2 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 799.2647058823529 282.2 C 803.2607058823529 282.2 803.2607058823529 288.2 799.2647058823529 288.2 C 795.268705882353 288.2 795.268705882353 282.2 799.2647058823529 282.2 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 735.3235294117646 252.7 C 739.3195294117646 252.7 739.3195294117646 258.7 735.3235294117646 258.7 C 731.3275294117647 258.7 731.3275294117647 252.7 735.3235294117646 252.7 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 671.3823529411765 203.5 C 675.3783529411764 203.5 675.3783529411764 209.5 671.3823529411765 209.5 C 667.3863529411765 209.5 667.3863529411765 203.5 671.3823529411765 203.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 607.4411764705883 85.5 C 611.4371764705883 85.5 611.4371764705883 91.5 607.4411764705883 91.5 C 603.4451764705883 91.5 603.4451764705883 85.5 607.4411764705883 85.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 543.5 46.2 C 547.496 46.2 547.496 52.2 543.5 52.2 C 539.504 52.2 539.504 46.2 543.5 46.2 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 479.5588235294117 26.5 C 483.5548235294117 26.5 483.5548235294117 32.5 479.5588235294117 32.5 C 475.56282352941173 32.5 475.56282352941173 26.5 479.5588235294117 26.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 415.61764705882354 16.7 C 419.6136470588235 16.7 419.6136470588235 22.7 415.61764705882354 22.7 C 411.62164705882356 22.7 411.62164705882356 16.7 415.61764705882354 16.7 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 351.67647058823525 46.2 C 355.6724705882352 46.2 355.6724705882352 52.2 351.67647058823525 52.2 C 347.68047058823527 52.2 347.68047058823527 46.2 351.67647058823525 46.2 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 287.7352941176471 16.7 C 291.73129411764705 16.7 291.73129411764705 22.7 287.7352941176471 22.7 C 283.7392941176471 22.7 283.7392941176471 16.7 287.7352941176471 16.7 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 223.7941176470588 26.5 C 227.79011764705882 26.5 227.79011764705882 32.5 223.7941176470588 32.5 C 219.7981176470588 32.5 219.7981176470588 26.5 223.7941176470588 26.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 159.85294117647058 36.3 C 163.8489411764706 36.3 163.8489411764706 42.3 159.85294117647058 42.3 C 155.85694117647057 42.3 155.85694117647057 36.3 159.85294117647058 36.3 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 95.91176470588235 26.5 C 99.90776470588234 26.5 99.90776470588234 32.5 95.91176470588235 32.5 C 91.91576470588235 32.5 91.91576470588235 26.5 95.91176470588235 26.5 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path> <path fill="#F0A804" d="M 31.970588235294116 65.8 C 35.96658823529412 65.8 35.96658823529412 71.8 31.970588235294116 71.8 C 27.974588235294117 71.8 27.974588235294117 65.8 31.970588235294116 65.8 Z" stroke="#F0A804" stroke-width="2" visibility="inherit"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(128,40)" clip-path="url(#shieldeb)"> <path fill="none" d="M 31.970588235294116 86 C 31.970588235294116 86 70.33529411764707 92.58000000000001 95.91176470588235 98.3 C 121.48823529411766 104.02 134.27647058823527 105.53999999999999 159.85294117647058 114.6 C 185.42941176470586 123.66 198.2176470588235 143.6 223.7941176470588 143.6 C 249.37058823529415 143.6 262.15882352941173 131.3 287.7352941176471 131.3 C 313.31176470588235 131.3 326.1 142.58 351.67647058823525 147.5 C 377.2529411764706 152.42 390.04117647058825 147.74 415.61764705882354 155.9 C 441.1941176470588 164.06 453.9823529411764 188.3 479.5588235294117 188.3 C 505.13529411764705 188.3 517.9235294117647 172.1 543.5 172.1 C 569.0764705882353 172.1 581.864705882353 173.82000000000002 607.4411764705883 180.4 C 633.0176470588236 186.98000000000002 645.8058823529411 196.03999999999996 671.3823529411765 205 C 696.9588235294117 213.95999999999998 709.7470588235294 219.49999999999997 735.3235294117646 225.2 C 760.8999999999999 230.89999999999998 773.6882352941176 231.04 799.2647058823529 233.5 C 824.8411764705882 235.95999999999998 837.629411764706 235.82000000000002 863.2058823529412 237.5 C 888.7823529411764 239.18 901.570588235294 240.23999999999998 927.1470588235294 241.9 C 952.7235294117647 243.56 965.5117647058823 244.22 991.0882352941176 245.8 C 1016.6647058823528 247.38 1055.0294117647059 249.8 1055.0294117647059 249.8" stroke="#00cc00" stroke-width="3" zIndex="1"></path></g> <g visibility="visible" zIndex="0.1" transform="translate(128,40)" clip-path="none"> <path fill="#00cc00" d="M 1055.0294117647059 246.8 C 1059.025411764706 246.8 1059.025411764706 252.8 1055.0294117647059 252.8 C 1051.0334117647058 252.8 1051.0334117647058 246.8 1055.0294117647059 246.8 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 991.0882352941176 242.8 C 995.0842352941175 242.8 995.0842352941175 248.8 991.0882352941176 248.8 C 987.0922352941176 248.8 987.0922352941176 242.8 991.0882352941176 242.8 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 927.1470588235294 238.9 C 931.1430588235294 238.9 931.1430588235294 244.9 927.1470588235294 244.9 C 923.1510588235294 244.9 923.1510588235294 238.9 927.1470588235294 238.9 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 863.2058823529412 234.5 C 867.2018823529412 234.5 867.2018823529412 240.5 863.2058823529412 240.5 C 859.2098823529412 240.5 859.2098823529412 234.5 863.2058823529412 234.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 799.2647058823529 230.5 C 803.2607058823529 230.5 803.2607058823529 236.5 799.2647058823529 236.5 C 795.268705882353 236.5 795.268705882353 230.5 799.2647058823529 230.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 735.3235294117646 222.2 C 739.3195294117646 222.2 739.3195294117646 228.2 735.3235294117646 228.2 C 731.3275294117647 228.2 731.3275294117647 222.2 735.3235294117646 222.2 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 671.3823529411765 202 C 675.3783529411764 202 675.3783529411764 208 671.3823529411765 208 C 667.3863529411765 208 667.3863529411765 202 671.3823529411765 202 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 607.4411764705883 177.4 C 611.4371764705883 177.4 611.4371764705883 183.4 607.4411764705883 183.4 C 603.4451764705883 183.4 603.4451764705883 177.4 607.4411764705883 177.4 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 543.5 169.1 C 547.496 169.1 547.496 175.1 543.5 175.1 C 539.504 175.1 539.504 169.1 543.5 169.1 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 479.5588235294117 185.3 C 483.5548235294117 185.3 483.5548235294117 191.3 479.5588235294117 191.3 C 475.56282352941173 191.3 475.56282352941173 185.3 479.5588235294117 185.3 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 415.61764705882354 152.9 C 419.6136470588235 152.9 419.6136470588235 158.9 415.61764705882354 158.9 C 411.62164705882356 158.9 411.62164705882356 152.9 415.61764705882354 152.9 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" d="M 351.67647058823525 144.5 C 355.6724705882352 144.5 355.6724705882352 150.5 351.67647058823525 150.5 C 347.68047058823527 150.5 347.68047058823527 144.5 351.67647058823525 144.5 Z" stroke="#00cc00" stroke-width="2" visibility="inherit"></path> <path fill="#00cc00" ... [truncated message content] |