Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCD371025D for ; Thu, 29 May 2014 21:02:10 +0000 (UTC) Received: (qmail 84258 invoked by uid 500); 29 May 2014 21:02:10 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 84231 invoked by uid 500); 29 May 2014 21:02:10 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 84219 invoked by uid 99); 29 May 2014 21:02:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 21:02:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3FE0D50BF6; Thu, 29 May 2014 21:02:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srimanth@apache.org To: commits@ambari.apache.org Date: Thu, 29 May 2014 21:02:16 -0000 Message-Id: <4ec12280bfce4204aca6fb7cd7fde483@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/7] git commit: AMBARI-5928. Create and populate Metrics section of a slider app - only Slider view changes. (onechiporenko via srimanth) AMBARI-5928. Create and populate Metrics section of a slider app - only Slider view changes. (onechiporenko via srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/07556168 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/07556168 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/07556168 Branch: refs/heads/branch-1.6.0.slider Commit: 07556168f9b9c326b33742ffc1b92a9cd31e9f07 Parents: 328e876 Author: Srimanth Gunturi Authored: Thu May 29 13:09:46 2014 -0700 Committer: Srimanth Gunturi Committed: Thu May 29 14:01:37 2014 -0700 ---------------------------------------------------------------------- .../resources/ui/app/assets/data/apps/apps.json | 23 +- .../ui/app/assets/data/apptypes/all_fields.json | 296 +- .../ui/app/assets/data/metrics/metric.json | 2818 +++++++ .../ui/app/assets/data/metrics/metric2.json | 3838 ++++++++++ .../ui/app/assets/data/metrics/metric3.json | 1856 +++++ .../ui/app/assets/data/metrics/metric4.json | 968 +++ .../slider_app/summary_controller.js | 23 + .../ui/app/controllers/slider_app_controller.js | 1 - .../src/main/resources/ui/app/helpers/ajax.js | 21 + .../src/main/resources/ui/app/helpers/helper.js | 41 + .../resources/ui/app/helpers/string_utils.js | 163 + .../ui/app/mappers/slider_apps_mapper.js | 13 +- .../main/resources/ui/app/models/slider_app.js | 16 +- .../src/main/resources/ui/app/routes/main.js | 6 +- .../resources/ui/app/styles/application.less | 92 +- .../resources/ui/app/templates/common/chart.hbs | 26 + .../ui/app/templates/slider_app/configs.hbs | 6 +- .../ui/app/templates/slider_app/summary.hbs | 25 +- .../resources/ui/app/views/common/chart_view.js | 915 +++ .../views/slider_app/metrics/metric2_view.js | 63 + .../views/slider_app/metrics/metric3_view.js | 61 + .../views/slider_app/metrics/metric4_view.js | 54 + .../app/views/slider_app/metrics/metric_view.js | 70 + .../ui/app/views/slider_app/summary_view.js | 27 + .../slider/src/main/resources/ui/config.js | 12 + .../slider/src/main/resources/ui/package.json | 1 - .../ui/vendor/scripts/common/cubism.v1.js | 1085 +++ .../resources/ui/vendor/scripts/common/d3.v2.js | 7033 ++++++++++++++++++ .../ui/vendor/scripts/common/jquery.ui.core.js | 334 + .../ui/vendor/scripts/common/jquery.ui.mouse.js | 175 + .../vendor/scripts/common/jquery.ui.sortable.js | 1088 +++ .../vendor/scripts/common/jquery.ui.widget.js | 276 + .../ui/vendor/scripts/common/rickshaw.js | 2659 +++++++ .../main/resources/ui/vendor/styles/cubism.css | 82 + .../resources/ui/vendor/styles/rickshaw.css | 307 + 35 files changed, 24433 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/07556168/contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json b/contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json index 7a00c14..721751b 100644 --- a/contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json +++ b/contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json @@ -59,6 +59,16 @@ "version" : "1.0.0", "view_name" : "SLIDER", "yarnId" : "application_1401266754647_0003", + "metrics" : { + "metric1" : "", + "metric2" : "", + "metric3" : "", + "metric4" : "", + "metric5" : "", + "metric6" : "", + "metric7" : "", + "metric8" : "" + }, "components" : { "HBASE_MASTER" : { "componentName" : "HBASE_MASTER", @@ -228,7 +238,18 @@ "yarn.timeline-service.webapp.https.address" : "c6401.ambari.apache.org:8190" } }, - "jmx" : { }, + "jmx" : { + "ClusterId" : "67ee848a-8576-45d3-9b18-cdda4eb6c025", + "DeadRegionServers" : "1", + "IsActiveMaster" : "true", + "MasterActiveTime" : "1401332251511", + "MasterStartTime" : "1401332248911", + "RegionServers" : "1", + "ServerName" : "c6401.ambari.apache.org,60000,1401332245896", + "ZookeeperQuorum" : "c6401.ambari.apache.org:2181", + "cluster_requests" : "14496", + "metricAverageLoad" : "2.0" + }, "urls" : { "JMX" : "http://c6401.ambari.apache.org:39505/jmx", "Metrics" : "http://c6401.ambari.apache.org/cgi-bin/rrd.py?c=Application1", http://git-wip-us.apache.org/repos/asf/ambari/blob/07556168/contrib/views/slider/src/main/resources/ui/app/assets/data/apptypes/all_fields.json ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/assets/data/apptypes/all_fields.json b/contrib/views/slider/src/main/resources/ui/app/assets/data/apptypes/all_fields.json index 56fe759..68fef3c 100644 --- a/contrib/views/slider/src/main/resources/ui/app/assets/data/apptypes/all_fields.json +++ b/contrib/views/slider/src/main/resources/ui/app/assets/data/apptypes/all_fields.json @@ -60,17 +60,6 @@ "maxInstanceCount" : 0, "yarnMemory" : 1024, "yarnCpuCores" : 1 - }, - { - "id" : "ACCUMULO_CLIENT", - "name" : "ACCUMULO_CLIENT", - "category" : "CLIENT", - "displayName" : "ACCUMULO_CLIENT", - "priority" : 0, - "instanceCount" : 0, - "maxInstanceCount" : 0, - "yarnMemory" : 1024, - "yarnCpuCores" : 1 } ], "typeDescription" : "The Apache Accumulo sorted, distributed key/value store is a robust,\n scalable, high performance data storage system that features cell-based\n access control and customizable server-side processing. It is based on\n Google's BigTable design and is built on top of Apache Hadoop,\n Zookeeper, and Thrift.\n Requirements:\n 1. Ensure parent dir for path (accumulo-site/instance.dfs.dir) is accessible to the App owner.", @@ -122,7 +111,7 @@ } }, { - "href" : "http://c6401:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apptypes/HBASE", + "href" : "http://162.216.148.58:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apptypes/HBASE", "id" : "HBASE", "instance_name" : "SLIDER_1", "typeComponents" : [ @@ -147,25 +136,278 @@ "maxInstanceCount" : 0, "yarnMemory" : 1024, "yarnCpuCores" : 1 - }, - { - "id" : "HBASE_CLIENT", - "name" : "HBASE_CLIENT", - "category" : "CLIENT", - "displayName" : "HBASE_CLIENT", - "priority" : 0, - "instanceCount" : 0, - "maxInstanceCount" : 0, - "yarnMemory" : 1024, - "yarnCpuCores" : 1 } ], "typeDescription" : "Apache HBase is the Hadoop database, a distributed, scalable, big data store.\n Requirements:\n 1. Ensure parent dir for path (hbase-site/hbase.rootdir) is accessible to the App owner.\n 2. Ensure ZK root (hbase-site/zookeeper.znode.parent) is unique for the App instance.", "typeName" : "HBASE", - "typePackageFileName" : "hbase_v096 (1).zip", + "typePackageFileName" : "hbase_v096.zip", "typeVersion" : "0.96.0.2.1.1", "version" : "1.0.0", "view_name" : "SLIDER", + "gangliaMetrics" : { + "Component" : { + "HBASE_MASTER" : { + "ClusterId" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.clusterId", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "clusterId" + ], + [ + "tag.clusterId" + ] + ] + }, + "DeadRegionServers" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.numDeadRegionServers", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "numDeadRegionServers" + ] + ] + }, + "IsActiveMaster" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.isActiveMaster", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "isActiveMaster" + ], + [ + "tag.isActiveMaster" + ] + ] + }, + "MasterActiveTime" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.masterActiveTime", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "masterActiveTime" + ] + ] + }, + "MasterStartTime" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.masterStartTime", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "masterStartTime" + ] + ] + }, + "RegionServers" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.numRegionServers", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "numRegionServers" + ] + ] + }, + "ServerName" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.serverName", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "serverName" + ], + [ + "tag.serverName" + ] + ] + }, + "ZookeeperQuorum" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.zookeeperQuorum", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "zookeeperQuorum" + ], + [ + "tag.zookeeperQuorum" + ] + ] + }, + "cluster_requests" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.clusterRequests", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "clusterRequests" + ] + ] + }, + "metricAverageLoad" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.averageLoad", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "averageLoad" + ] + ] + } + } + } + }, + "jmxMetrics" : { + "Component" : { + "HBASE_MASTER" : { + "ClusterId" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.clusterId", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "clusterId" + ], + [ + "tag.clusterId" + ] + ] + }, + "DeadRegionServers" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.numDeadRegionServers", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "numDeadRegionServers" + ] + ] + }, + "IsActiveMaster" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.isActiveMaster", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "isActiveMaster" + ], + [ + "tag.isActiveMaster" + ] + ] + }, + "MasterActiveTime" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.masterActiveTime", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "masterActiveTime" + ] + ] + }, + "MasterStartTime" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.masterStartTime", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "masterStartTime" + ] + ] + }, + "RegionServers" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.numRegionServers", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "numRegionServers" + ] + ] + }, + "ServerName" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.serverName", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "serverName" + ], + [ + "tag.serverName" + ] + ] + }, + "ZookeeperQuorum" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.tag.zookeeperQuorum", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "tag", + "zookeeperQuorum" + ], + [ + "tag.zookeeperQuorum" + ] + ] + }, + "cluster_requests" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.clusterRequests", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "clusterRequests" + ] + ] + }, + "metricAverageLoad" : { + "metric" : "Hadoop:service=HBase,name=Master,sub=Server.averageLoad", + "pointInTime" : true, + "temporal" : false, + "keyName" : "Hadoop:service=HBase,name=Master,sub=Server", + "matchers" : [ + [ + "averageLoad" + ] + ] + } + } + } + }, "typeConfigs" : { "agent.conf" : "/slider/agent/conf/agent.ini", "application.def" : "/slider/hbase_v096.zip", @@ -221,9 +463,11 @@ } }, { - "href" : "http://c6401:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apptypes/STORM", + "href" : "http://162.216.148.58:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apptypes/STORM", + "gangliaMetrics" : null, "id" : "STORM", "instance_name" : "SLIDER_1", + "jmxMetrics" : null, "typeComponents" : [ { "id" : "NIMBUS", @@ -393,4 +637,4 @@ } } ] -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/07556168/contrib/views/slider/src/main/resources/ui/app/assets/data/metrics/metric.json ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/assets/data/metrics/metric.json b/contrib/views/slider/src/main/resources/ui/app/assets/data/metrics/metric.json new file mode 100644 index 0000000..a6eafd0 --- /dev/null +++ b/contrib/views/slider/src/main/resources/ui/app/assets/data/metrics/metric.json @@ -0,0 +1,2818 @@ +{ + "metrics" : { + "dfs" : { + "FSNamesystem" : { + "CapacityRemainingGB" : [ + [ + 5.0, + 1401351555 + ], + [ + 5.0, + 1401351570 + ], + [ + 5.0, + 1401351585 + ], + [ + 5.0, + 1401351600 + ], + [ + 5.0, + 1401351615 + ], + [ + 5.0, + 1401351630 + ], + [ + 5.0, + 1401351645 + ], + [ + 5.0, + 1401351660 + ], + [ + 5.0, + 1401351675 + ], + [ + 5.0, + 1401351690 + ], + [ + 5.0, + 1401351705 + ], + [ + 5.0, + 1401351720 + ], + [ + 5.0, + 1401351735 + ], + [ + 5.0, + 1401351750 + ], + [ + 5.0, + 1401351765 + ], + [ + 5.0, + 1401351780 + ], + [ + 5.0, + 1401351795 + ], + [ + 5.0, + 1401351810 + ], + [ + 5.0, + 1401351825 + ], + [ + 5.0, + 1401351840 + ], + [ + 5.0, + 1401351855 + ], + [ + 5.0, + 1401351870 + ], + [ + 5.0, + 1401351885 + ], + [ + 5.0, + 1401351900 + ], + [ + 5.0, + 1401351915 + ], + [ + 5.0, + 1401351930 + ], + [ + 5.0, + 1401351945 + ], + [ + 5.0, + 1401351960 + ], + [ + 5.0, + 1401351975 + ], + [ + 5.0, + 1401351990 + ], + [ + 5.0, + 1401352005 + ], + [ + 5.0, + 1401352020 + ], + [ + 5.0, + 1401352035 + ], + [ + 5.0, + 1401352050 + ], + [ + 5.0, + 1401352065 + ], + [ + 5.0, + 1401352080 + ], + [ + 5.0, + 1401352095 + ], + [ + 5.0, + 1401352110 + ], + [ + 5.0, + 1401352125 + ], + [ + 5.0, + 1401352140 + ], + [ + 5.0, + 1401352155 + ], + [ + 5.0, + 1401352170 + ], + [ + 5.0, + 1401352185 + ], + [ + 5.0, + 1401352200 + ], + [ + 5.0, + 1401352215 + ], + [ + 5.0, + 1401352230 + ], + [ + 5.0, + 1401352245 + ], + [ + 5.0, + 1401352260 + ], + [ + 5.0, + 1401352275 + ], + [ + 5.0, + 1401352290 + ], + [ + 5.0, + 1401352305 + ], + [ + 5.0, + 1401352320 + ], + [ + 5.0, + 1401352335 + ], + [ + 5.0, + 1401352350 + ], + [ + 5.0, + 1401352365 + ], + [ + 5.0, + 1401352380 + ], + [ + 5.0, + 1401352395 + ], + [ + 5.0, + 1401352410 + ], + [ + 5.0, + 1401352425 + ], + [ + 5.0, + 1401352440 + ], + [ + 5.0, + 1401352455 + ], + [ + 5.0, + 1401352470 + ], + [ + 5.0, + 1401352485 + ], + [ + 5.0, + 1401352500 + ], + [ + 5.0, + 1401352515 + ], + [ + 5.0, + 1401352530 + ], + [ + 5.0, + 1401352545 + ], + [ + 5.0, + 1401352560 + ], + [ + 5.0, + 1401352575 + ], + [ + 5.0, + 1401352590 + ], + [ + 5.0, + 1401352605 + ], + [ + 5.0, + 1401352620 + ], + [ + 5.0, + 1401352635 + ], + [ + 5.0, + 1401352650 + ], + [ + 5.0, + 1401352665 + ], + [ + 5.0, + 1401352680 + ], + [ + 5.0, + 1401352695 + ], + [ + 5.0, + 1401352710 + ], + [ + 5.0, + 1401352725 + ], + [ + 5.0, + 1401352740 + ], + [ + 5.0, + 1401352755 + ], + [ + 5.0, + 1401352770 + ], + [ + 5.0, + 1401352785 + ], + [ + 5.0, + 1401352800 + ], + [ + 5.0, + 1401352815 + ], + [ + 5.0, + 1401352830 + ], + [ + 5.0, + 1401352845 + ], + [ + 5.0, + 1401352860 + ], + [ + 5.0, + 1401352875 + ], + [ + 5.0, + 1401352890 + ], + [ + 5.0, + 1401352905 + ], + [ + 5.0, + 1401352920 + ], + [ + 5.0, + 1401352935 + ], + [ + 5.0, + 1401352950 + ], + [ + 5.0, + 1401352965 + ], + [ + 5.0, + 1401352980 + ], + [ + 5.0, + 1401352995 + ], + [ + 5.0, + 1401353010 + ], + [ + 5.0, + 1401353025 + ], + [ + 5.0, + 1401353040 + ], + [ + 5.0, + 1401353055 + ], + [ + 5.0, + 1401353070 + ], + [ + 5.0, + 1401353085 + ], + [ + 5.0, + 1401353100 + ], + [ + 5.0, + 1401353115 + ], + [ + 5.0, + 1401353130 + ], + [ + 5.0, + 1401353145 + ], + [ + 5.0, + 1401353160 + ], + [ + 5.0, + 1401353175 + ], + [ + 5.0, + 1401353190 + ], + [ + 5.0, + 1401353205 + ], + [ + 5.0, + 1401353220 + ], + [ + 5.0, + 1401353235 + ], + [ + 5.0, + 1401353250 + ], + [ + 5.0, + 1401353265 + ], + [ + 5.0, + 1401353280 + ], + [ + 5.0, + 1401353295 + ], + [ + 5.0, + 1401353310 + ], + [ + 5.0, + 1401353325 + ], + [ + 5.0, + 1401353340 + ], + [ + 5.0, + 1401353355 + ], + [ + 5.0, + 1401353370 + ], + [ + 5.0, + 1401353385 + ], + [ + 5.0, + 1401353400 + ], + [ + 5.0, + 1401353415 + ], + [ + 5.0, + 1401353430 + ], + [ + 5.0, + 1401353445 + ], + [ + 5.0, + 1401353460 + ], + [ + 5.0, + 1401353475 + ], + [ + 5.0, + 1401353490 + ], + [ + 5.0, + 1401353505 + ], + [ + 5.0, + 1401353520 + ], + [ + 5.0, + 1401353535 + ], + [ + 5.0, + 1401353550 + ], + [ + 5.0, + 1401353565 + ], + [ + 5.0, + 1401353580 + ], + [ + 5.0, + 1401353595 + ], + [ + 5.0, + 1401353610 + ], + [ + 5.0, + 1401353625 + ], + [ + 5.0, + 1401353640 + ], + [ + 5.0, + 1401353655 + ], + [ + 5.0, + 1401353670 + ], + [ + 5.0, + 1401353685 + ], + [ + 5.0, + 1401353700 + ], + [ + 5.0, + 1401353715 + ], + [ + 5.0, + 1401353730 + ], + [ + 5.0, + 1401353745 + ], + [ + 5.0, + 1401353760 + ], + [ + 5.0, + 1401353775 + ], + [ + 5.0, + 1401353790 + ], + [ + 5.0, + 1401353805 + ], + [ + 5.0, + 1401353820 + ], + [ + 5.0, + 1401353835 + ], + [ + 5.0, + 1401353850 + ], + [ + 5.0, + 1401353865 + ], + [ + 5.0, + 1401353880 + ], + [ + 5.0, + 1401353895 + ], + [ + 5.0, + 1401353910 + ], + [ + 5.0, + 1401353925 + ], + [ + 5.0, + 1401353940 + ], + [ + 5.0, + 1401353955 + ], + [ + 5.0, + 1401353970 + ], + [ + 5.0, + 1401353985 + ], + [ + 5.0, + 1401354000 + ], + [ + 5.0, + 1401354015 + ], + [ + 5.0, + 1401354030 + ], + [ + 5.0, + 1401354045 + ], + [ + 5.0, + 1401354060 + ], + [ + 5.0, + 1401354075 + ], + [ + 5.0, + 1401354090 + ], + [ + 5.0, + 1401354105 + ], + [ + 5.0, + 1401354120 + ], + [ + 5.0, + 1401354135 + ], + [ + 5.0, + 1401354150 + ], + [ + 5.0, + 1401354165 + ], + [ + 5.0, + 1401354180 + ], + [ + 5.0, + 1401354195 + ], + [ + 5.0, + 1401354210 + ], + [ + 5.0, + 1401354225 + ], + [ + 5.0, + 1401354240 + ], + [ + 5.0, + 1401354255 + ], + [ + 5.0, + 1401354270 + ], + [ + 5.0, + 1401354285 + ], + [ + 5.0, + 1401354300 + ], + [ + 5.0, + 1401354315 + ], + [ + 5.0, + 1401354330 + ], + [ + 5.0, + 1401354345 + ], + [ + 5.0, + 1401354360 + ], + [ + 5.0, + 1401354375 + ], + [ + 5.0, + 1401354390 + ], + [ + 5.0, + 1401354405 + ], + [ + 5.0, + 1401354420 + ], + [ + 5.0, + 1401354435 + ], + [ + 5.0, + 1401354450 + ], + [ + 5.0, + 1401354465 + ], + [ + 5.0, + 1401354480 + ], + [ + 5.0, + 1401354495 + ], + [ + 5.0, + 1401354510 + ], + [ + 5.0, + 1401354525 + ], + [ + 5.0, + 1401354540 + ], + [ + 5.0, + 1401354555 + ], + [ + 5.0, + 1401354570 + ], + [ + 5.0, + 1401354585 + ], + [ + 5.0, + 1401354600 + ], + [ + 5.0, + 1401354615 + ], + [ + 5.0, + 1401354630 + ], + [ + 5.0, + 1401354645 + ], + [ + 5.0, + 1401354660 + ], + [ + 5.0, + 1401354675 + ], + [ + 5.0, + 1401354690 + ], + [ + 5.0, + 1401354705 + ], + [ + 5.0, + 1401354720 + ], + [ + 5.0, + 1401354735 + ], + [ + 5.0, + 1401354750 + ], + [ + 5.0, + 1401354765 + ], + [ + 5.0, + 1401354780 + ], + [ + 5.0, + 1401354795 + ], + [ + 5.0, + 1401354810 + ], + [ + 5.0, + 1401354825 + ], + [ + 5.0, + 1401354840 + ], + [ + 5.0, + 1401354855 + ], + [ + 5.0, + 1401354870 + ], + [ + 5.0, + 1401354885 + ], + [ + 5.0, + 1401354900 + ], + [ + 5.0, + 1401354915 + ], + [ + 5.0, + 1401354930 + ], + [ + 5.0, + 1401354945 + ], + [ + 5.0, + 1401354960 + ], + [ + 5.0, + 1401354975 + ], + [ + 5.0, + 1401354990 + ], + [ + 5.0, + 1401355005 + ], + [ + 5.0, + 1401355020 + ], + [ + 5.0, + 1401355035 + ], + [ + 5.0, + 1401355050 + ], + [ + 5.0, + 1401355065 + ] + ], + "CapacityTotalGB" : [ + [ + 9.0, + 1401351555 + ], + [ + 9.0, + 1401351570 + ], + [ + 9.0, + 1401351585 + ], + [ + 9.0, + 1401351600 + ], + [ + 9.0, + 1401351615 + ], + [ + 9.0, + 1401351630 + ], + [ + 9.0, + 1401351645 + ], + [ + 9.0, + 1401351660 + ], + [ + 9.0, + 1401351675 + ], + [ + 9.0, + 1401351690 + ], + [ + 9.0, + 1401351705 + ], + [ + 9.0, + 1401351720 + ], + [ + 9.0, + 1401351735 + ], + [ + 9.0, + 1401351750 + ], + [ + 9.0, + 1401351765 + ], + [ + 9.0, + 1401351780 + ], + [ + 9.0, + 1401351795 + ], + [ + 9.0, + 1401351810 + ], + [ + 9.0, + 1401351825 + ], + [ + 9.0, + 1401351840 + ], + [ + 9.0, + 1401351855 + ], + [ + 9.0, + 1401351870 + ], + [ + 9.0, + 1401351885 + ], + [ + 9.0, + 1401351900 + ], + [ + 9.0, + 1401351915 + ], + [ + 9.0, + 1401351930 + ], + [ + 9.0, + 1401351945 + ], + [ + 9.0, + 1401351960 + ], + [ + 9.0, + 1401351975 + ], + [ + 9.0, + 1401351990 + ], + [ + 9.0, + 1401352005 + ], + [ + 9.0, + 1401352020 + ], + [ + 9.0, + 1401352035 + ], + [ + 9.0, + 1401352050 + ], + [ + 9.0, + 1401352065 + ], + [ + 9.0, + 1401352080 + ], + [ + 9.0, + 1401352095 + ], + [ + 9.0, + 1401352110 + ], + [ + 9.0, + 1401352125 + ], + [ + 9.0, + 1401352140 + ], + [ + 9.0, + 1401352155 + ], + [ + 9.0, + 1401352170 + ], + [ + 9.0, + 1401352185 + ], + [ + 9.0, + 1401352200 + ], + [ + 9.0, + 1401352215 + ], + [ + 9.0, + 1401352230 + ], + [ + 9.0, + 1401352245 + ], + [ + 9.0, + 1401352260 + ], + [ + 9.0, + 1401352275 + ], + [ + 9.0, + 1401352290 + ], + [ + 9.0, + 1401352305 + ], + [ + 9.0, + 1401352320 + ], + [ + 9.0, + 1401352335 + ], + [ + 9.0, + 1401352350 + ], + [ + 9.0, + 1401352365 + ], + [ + 9.0, + 1401352380 + ], + [ + 9.0, + 1401352395 + ], + [ + 9.0, + 1401352410 + ], + [ + 9.0, + 1401352425 + ], + [ + 9.0, + 1401352440 + ], + [ + 9.0, + 1401352455 + ], + [ + 9.0, + 1401352470 + ], + [ + 9.0, + 1401352485 + ], + [ + 9.0, + 1401352500 + ], + [ + 9.0, + 1401352515 + ], + [ + 9.0, + 1401352530 + ], + [ + 9.0, + 1401352545 + ], + [ + 9.0, + 1401352560 + ], + [ + 9.0, + 1401352575 + ], + [ + 9.0, + 1401352590 + ], + [ + 9.0, + 1401352605 + ], + [ + 9.0, + 1401352620 + ], + [ + 9.0, + 1401352635 + ], + [ + 9.0, + 1401352650 + ], + [ + 9.0, + 1401352665 + ], + [ + 9.0, + 1401352680 + ], + [ + 9.0, + 1401352695 + ], + [ + 9.0, + 1401352710 + ], + [ + 9.0, + 1401352725 + ], + [ + 9.0, + 1401352740 + ], + [ + 9.0, + 1401352755 + ], + [ + 9.0, + 1401352770 + ], + [ + 9.0, + 1401352785 + ], + [ + 9.0, + 1401352800 + ], + [ + 9.0, + 1401352815 + ], + [ + 9.0, + 1401352830 + ], + [ + 9.0, + 1401352845 + ], + [ + 9.0, + 1401352860 + ], + [ + 9.0, + 1401352875 + ], + [ + 9.0, + 1401352890 + ], + [ + 9.0, + 1401352905 + ], + [ + 9.0, + 1401352920 + ], + [ + 9.0, + 1401352935 + ], + [ + 9.0, + 1401352950 + ], + [ + 9.0, + 1401352965 + ], + [ + 9.0, + 1401352980 + ], + [ + 9.0, + 1401352995 + ], + [ + 9.0, + 1401353010 + ], + [ + 9.0, + 1401353025 + ], + [ + 9.0, + 1401353040 + ], + [ + 9.0, + 1401353055 + ], + [ + 9.0, + 1401353070 + ], + [ + 9.0, + 1401353085 + ], + [ + 9.0, + 1401353100 + ], + [ + 9.0, + 1401353115 + ], + [ + 9.0, + 1401353130 + ], + [ + 9.0, + 1401353145 + ], + [ + 9.0, + 1401353160 + ], + [ + 9.0, + 1401353175 + ], + [ + 9.0, + 1401353190 + ], + [ + 9.0, + 1401353205 + ], + [ + 9.0, + 1401353220 + ], + [ + 9.0, + 1401353235 + ], + [ + 9.0, + 1401353250 + ], + [ + 9.0, + 1401353265 + ], + [ + 9.0, + 1401353280 + ], + [ + 9.0, + 1401353295 + ], + [ + 9.0, + 1401353310 + ], + [ + 9.0, + 1401353325 + ], + [ + 9.0, + 1401353340 + ], + [ + 9.0, + 1401353355 + ], + [ + 9.0, + 1401353370 + ], + [ + 9.0, + 1401353385 + ], + [ + 9.0, + 1401353400 + ], + [ + 9.0, + 1401353415 + ], + [ + 9.0, + 1401353430 + ], + [ + 9.0, + 1401353445 + ], + [ + 9.0, + 1401353460 + ], + [ + 9.0, + 1401353475 + ], + [ + 9.0, + 1401353490 + ], + [ + 9.0, + 1401353505 + ], + [ + 9.0, + 1401353520 + ], + [ + 9.0, + 1401353535 + ], + [ + 9.0, + 1401353550 + ], + [ + 9.0, + 1401353565 + ], + [ + 9.0, + 1401353580 + ], + [ + 9.0, + 1401353595 + ], + [ + 9.0, + 1401353610 + ], + [ + 9.0, + 1401353625 + ], + [ + 9.0, + 1401353640 + ], + [ + 9.0, + 1401353655 + ], + [ + 9.0, + 1401353670 + ], + [ + 9.0, + 1401353685 + ], + [ + 9.0, + 1401353700 + ], + [ + 9.0, + 1401353715 + ], + [ + 9.0, + 1401353730 + ], + [ + 9.0, + 1401353745 + ], + [ + 9.0, + 1401353760 + ], + [ + 9.0, + 1401353775 + ], + [ + 9.0, + 1401353790 + ], + [ + 9.0, + 1401353805 + ], + [ + 9.0, + 1401353820 + ], + [ + 9.0, + 1401353835 + ], + [ + 9.0, + 1401353850 + ], + [ + 9.0, + 1401353865 + ], + [ + 9.0, + 1401353880 + ], + [ + 9.0, + 1401353895 + ], + [ + 9.0, + 1401353910 + ], + [ + 9.0, + 1401353925 + ], + [ + 9.0, + 1401353940 + ], + [ + 9.0, + 1401353955 + ], + [ + 9.0, + 1401353970 + ], + [ + 9.0, + 1401353985 + ], + [ + 9.0, + 1401354000 + ], + [ + 9.0, + 1401354015 + ], + [ + 9.0, + 1401354030 + ], + [ + 9.0, + 1401354045 + ], + [ + 9.0, + 1401354060 + ], + [ + 9.0, + 1401354075 + ], + [ + 9.0, + 1401354090 + ], + [ + 9.0, + 1401354105 + ], + [ + 9.0, + 1401354120 + ], + [ + 9.0, + 1401354135 + ], + [ + 9.0, + 1401354150 + ], + [ + 9.0, + 1401354165 + ], + [ + 9.0, + 1401354180 + ], + [ + 9.0, + 1401354195 + ], + [ + 9.0, + 1401354210 + ], + [ + 9.0, + 1401354225 + ], + [ + 9.0, + 1401354240 + ], + [ + 9.0, + 1401354255 + ], + [ + 9.0, + 1401354270 + ], + [ + 9.0, + 1401354285 + ], + [ + 9.0, + 1401354300 + ], + [ + 9.0, + 1401354315 + ], + [ + 9.0, + 1401354330 + ], + [ + 9.0, + 1401354345 + ], + [ + 9.0, + 1401354360 + ], + [ + 9.0, + 1401354375 + ], + [ + 9.0, + 1401354390 + ], + [ + 9.0, + 1401354405 + ], + [ + 9.0, + 1401354420 + ], + [ + 9.0, + 1401354435 + ], + [ + 9.0, + 1401354450 + ], + [ + 9.0, + 1401354465 + ], + [ + 9.0, + 1401354480 + ], + [ + 9.0, + 1401354495 + ], + [ + 9.0, + 1401354510 + ], + [ + 9.0, + 1401354525 + ], + [ + 9.0, + 1401354540 + ], + [ + 9.0, + 1401354555 + ], + [ + 9.0, + 1401354570 + ], + [ + 9.0, + 1401354585 + ], + [ + 9.0, + 1401354600 + ], + [ + 9.0, + 1401354615 + ], + [ + 9.0, + 1401354630 + ], + [ + 9.0, + 1401354645 + ], + [ + 9.0, + 1401354660 + ], + [ + 9.0, + 1401354675 + ], + [ + 9.0, + 1401354690 + ], + [ + 9.0, + 1401354705 + ], + [ + 9.0, + 1401354720 + ], + [ + 9.0, + 1401354735 + ], + [ + 9.0, + 1401354750 + ], + [ + 9.0, + 1401354765 + ], + [ + 9.0, + 1401354780 + ], + [ + 9.0, + 1401354795 + ], + [ + 9.0, + 1401354810 + ], + [ + 9.0, + 1401354825 + ], + [ + 9.0, + 1401354840 + ], + [ + 9.0, + 1401354855 + ], + [ + 9.0, + 1401354870 + ], + [ + 9.0, + 1401354885 + ], + [ + 9.0, + 1401354900 + ], + [ + 9.0, + 1401354915 + ], + [ + 9.0, + 1401354930 + ], + [ + 9.0, + 1401354945 + ], + [ + 9.0, + 1401354960 + ], + [ + 9.0, + 1401354975 + ], + [ + 9.0, + 1401354990 + ], + [ + 9.0, + 1401355005 + ] + ], + "CapacityUsedGB" : [ + [ + 0.0, + 1401351555 + ], + [ + 0.0, + 1401351570 + ], + [ + 0.0, + 1401351585 + ], + [ + 0.0, + 1401351600 + ], + [ + 0.0, + 1401351615 + ], + [ + 0.0, + 1401351630 + ], + [ + 0.0, + 1401351645 + ], + [ + 0.0, + 1401351660 + ], + [ + 0.0, + 1401351675 + ], + [ + 0.0, + 1401351690 + ], + [ + 0.0, + 1401351705 + ], + [ + 0.0, + 1401351720 + ], + [ + 0.0, + 1401351735 + ], + [ + 0.0, + 1401351750 + ], + [ + 0.0, + 1401351765 + ], + [ + 0.0, + 1401351780 + ], + [ + 0.0, + 1401351795 + ], + [ + 0.0, + 1401351810 + ], + [ + 0.0, + 1401351825 + ], + [ + 0.0, + 1401351840 + ], + [ + 0.0, + 1401351855 + ], + [ + 0.0, + 1401351870 + ], + [ + 0.0, + 1401351885 + ], + [ + 0.0, + 1401351900 + ], + [ + 0.0, + 1401351915 + ], + [ + 0.0, + 1401351930 + ], + [ + 0.0, + 1401351945 + ], + [ + 0.0, + 1401351960 + ], + [ + 0.0, + 1401351975 + ], + [ + 0.0, + 1401351990 + ], + [ + 0.0, + 1401352005 + ], + [ + 0.0, + 1401352020 + ], + [ + 0.0, + 1401352035 + ], + [ + 0.0, + 1401352050 + ], + [ + 0.0, + 1401352065 + ], + [ + 0.0, + 1401352080 + ], + [ + 0.0, + 1401352095 + ], + [ + 0.0, + 1401352110 + ], + [ + 0.0, + 1401352125 + ], + [ + 0.0, + 1401352140 + ], + [ + 0.0, + 1401352155 + ], + [ + 0.0, + 1401352170 + ], + [ + 0.0, + 1401352185 + ], + [ + 0.0, + 1401352200 + ], + [ + 0.0, + 1401352215 + ], + [ + 0.0, + 1401352230 + ], + [ + 0.0, + 1401352245 + ], + [ + 0.0, + 1401352260 + ], + [ + 0.0, + 1401352275 + ], + [ + 0.0, + 1401352290 + ], + [ + 0.0, + 1401352305 + ], + [ + 0.0, + 1401352320 + ], + [ + 0.0, + 1401352335 + ], + [ + 0.0, + 1401352350 + ], + [ + 0.0, + 1401352365 + ], + [ + 0.0, + 1401352380 + ], + [ + 0.0, + 1401352395 + ], + [ + 0.0, + 1401352410 + ], + [ + 0.0, + 1401352425 + ], + [ + 0.0, + 1401352440 + ], + [ + 0.0, + 1401352455 + ], + [ + 0.0, + 1401352470 + ], + [ + 0.0, + 1401352485 + ], + [ + 0.0, + 1401352500 + ], + [ + 0.0, + 1401352515 + ], + [ + 0.0, + 1401352530 + ], + [ + 0.0, + 1401352545 + ], + [ + 0.0, + 1401352560 + ], + [ + 0.0, + 1401352575 + ], + [ + 0.0, + 1401352590 + ], + [ + 0.0, + 1401352605 + ], + [ + 0.0, + 1401352620 + ], + [ + 0.0, + 1401352635 + ], + [ + 0.0, + 1401352650 + ], + [ + 0.0, + 1401352665 + ], + [ + 0.0, + 1401352680 + ], + [ + 0.0, + 1401352695 + ], + [ + 0.0, + 1401352710 + ], + [ + 0.0, + 1401352725 + ], + [ + 0.0, + 1401352740 + ], + [ + 0.0, + 1401352755 + ], + [ + 0.0, + 1401352770 + ], + [ + 0.0, + 1401352785 + ], + [ + 0.0, + 1401352800 + ], + [ + 0.0, + 1401352815 + ], + [ + 0.0, + 1401352830 + ], + [ + 0.0, + 1401352845 + ], + [ + 0.0, + 1401352860 + ], + [ + 0.0, + 1401352875 + ], + [ + 0.0, + 1401352890 + ], + [ + 0.0, + 1401352905 + ], + [ + 0.0, + 1401352920 + ], + [ + 0.0, + 1401352935 + ], + [ + 0.0, + 1401352950 + ], + [ + 0.0, + 1401352965 + ], + [ + 0.0, + 1401352980 + ], + [ + 0.0, + 1401352995 + ], + [ + 0.0, + 1401353010 + ], + [ + 0.0, + 1401353025 + ], + [ + 0.0, + 1401353040 + ], + [ + 0.0, + 1401353055 + ], + [ + 0.0, + 1401353070 + ], + [ + 0.0, + 1401353085 + ], + [ + 0.0, + 1401353100 + ], + [ + 0.0, + 1401353115 + ], + [ + 0.0, + 1401353130 + ], + [ + 0.0, + 1401353145 + ], + [ + 0.0, + 1401353160 + ], + [ + 0.0, + 1401353175 + ], + [ + 0.0, + 1401353190 + ], + [ + 0.0, + 1401353205 + ], + [ + 0.0, + 1401353220 + ], + [ + 0.0, + 1401353235 + ], + [ + 0.0, + 1401353250 + ], + [ + 0.0, + 1401353265 + ], + [ + 0.0, + 1401353280 + ], + [ + 0.0, + 1401353295 + ], + [ + 0.0, + 1401353310 + ], + [ + 0.0, + 1401353325 + ], + [ + 0.0, + 1401353340 + ], + [ + 0.0, + 1401353355 + ], + [ + 0.0, + 1401353370 + ], + [ + 0.0, + 1401353385 + ], + [ + 0.0, + 1401353400 + ], + [ + 0.0, + 1401353415 + ], + [ + 0.0, + 1401353430 + ], + [ + 0.0, + 1401353445 + ], + [ + 0.0, + 1401353460 + ], + [ + 0.0, + 1401353475 + ], + [ + 0.0, + 1401353490 + ], + [ + 0.0, + 1401353505 + ], + [ + 0.0, + 1401353520 + ], + [ + 0.0, + 1401353535 + ], + [ + 0.0, + 1401353550 + ], + [ + 0.0, + 1401353565 + ], + [ + 0.0, + 1401353580 + ], + [ + 0.0, + 1401353595 + ], + [ + 0.0, + 1401353610 + ], + [ + 0.0, + 1401353625 + ], + [ + 0.0, + 1401353640 + ], + [ + 0.0, + 1401353655 + ], + [ + 0.0, + 1401353670 + ], + [ + 0.0, + 1401353685 + ], + [ + 0.0, + 1401353700 + ], + [ + 0.0, + 1401353715 + ], + [ + 0.0, + 1401353730 + ], + [ + 0.0, + 1401353745 + ], + [ + 0.0, + 1401353760 + ], + [ + 0.0, + 1401353775 + ], + [ + 0.0, + 1401353790 + ], + [ + 0.0, + 1401353805 + ], + [ + 0.0, + 1401353820 + ], + [ + 0.0, + 1401353835 + ], + [ + 0.0, + 1401353850 + ], + [ + 0.0, + 1401353865 + ], + [ + 0.0, + 1401353880 + ], + [ + 0.0, + 1401353895 + ], + [ + 0.0, + 1401353910 + ], + [ + 0.0, + 1401353925 + ], + [ + 0.0, + 1401353940 + ], + [ + 0.0, + 1401353955 + ], + [ + 0.0, + 1401353970 + ], + [ + 0.0, + 1401353985 + ], + [ + 0.0, + 1401354000 + ], + [ + 0.0, + 1401354015 + ], + [ + 0.0, + 1401354030 + ], + [ + 0.0, + 1401354045 + ], + [ + 0.0, + 1401354060 + ], + [ + 0.0, + 1401354075 + ], + [ + 0.0, + 1401354090 + ], + [ + 0.0, + 1401354105 + ], + [ + 0.0, + 1401354120 + ], + [ + 0.0, + 1401354135 + ], + [ + 0.0, + 1401354150 + ], + [ + 0.0, + 1401354165 + ], + [ + 0.0, + 1401354180 + ], + [ + 0.0, + 1401354195 + ], + [ + 0.0, + 1401354210 + ], + [ + 0.0, + 1401354225 + ], + [ + 0.0, + 1401354240 + ], + [ + 0.0, + 1401354255 + ], + [ + 0.0, + 1401354270 + ], + [ + 0.0, + 1401354285 + ], + [ + 0.0, + 1401354300 + ], + [ + 0.0, + 1401354315 + ], + [ + 0.0, + 1401354330 + ], + [ + 0.0, + 1401354345 + ], + [ + 0.0, + 1401354360 + ], + [ + 0.0, + 1401354375 + ], + [ + 0.0, + 1401354390 + ], + [ + 0.0, + 1401354405 + ], + [ + 0.0, + 1401354420 + ], + [ + 0.0, + 1401354435 + ], + [ + 0.0, + 1401354450 + ], + [ + 0.0, + 1401354465 + ], + [ + 0.0, + 1401354480 + ], + [ + 0.0, + 1401354495 + ], + [ + 0.0, + 1401354510 + ], + [ + 0.0, + 1401354525 + ], + [ + 0.0, + 1401354540 + ], + [ + 0.0, + 1401354555 + ], + [ + 0.0, + 1401354570 + ], + [ + 0.0, + 1401354585 + ], + [ + 0.0, + 1401354600 + ], + [ + 0.0, + 1401354615 + ], + [ + 0.0, + 1401354630 + ], + [ + 0.0, + 1401354645 + ], + [ + 0.0, + 1401354660 + ], + [ + 0.0, + 1401354675 + ], + [ + 0.0, + 1401354690 + ], + [ + 0.0, + 1401354705 + ], + [ + 0.0, + 1401354720 + ], + [ + 0.0, + 1401354735 + ], + [ + 0.0, + 1401354750 + ], + [ + 0.0, + 1401354765 + ], + [ + 0.0, + 1401354780 + ], + [ + 0.0, + 1401354795 + ], + [ + 0.0, + 1401354810 + ], + [ + 0.0, + 1401354825 + ], + [ + 0.0, + 1401354840 + ], + [ + 0.0, + 1401354855 + ], + [ + 0.0, + 1401354870 + ], + [ + 0.0, + 1401354885 + ], + [ + 0.0, + 1401354900 + ], + [ + 0.0, + 1401354915 + ], + [ + 0.0, + 1401354930 + ], + [ + 0.0, + 1401354945 + ], + [ + 0.0, + 1401354960 + ], + [ + 0.0, + 1401354975 + ], + [ + 0.0, + 1401354990 + ], + [ + 0.0, + 1401355005 + ], + [ + 0.0, + 1401355020 + ], + [ + 0.0, + 1401355035 + ], + [ + 0.0, + 1401355050 + ], + [ + 0.0, + 1401355065 + ] + ] + } + } + } +} \ No newline at end of file