Changes between Version 13 and Version 14 of netspeed


Ignore:
Timestamp:
06/30/2014 03:10:49 PM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • netspeed

    v13 v14  
    5555network": { 
    5656       "http://...../....":[20140601120130,"广州”,“wifi”,200, 40.1,0.2], 
    57        "http://...../....":[20140601120130,"广州”,“wifi”,200, 40.1,0.2], 
     57       "http://...../....":[20140601120130,"广州”,“cmcc,gprs”,200, 40.1,0.2], 
    5858       。。。。。 
    5959  } 
     
    6262 
    6363 
    64 旧讨论结果 
    65 数据带3级分类,1级:日期,2级:地区,3级:网络情况 
    66  
    67 {{{ 
    68 "network": { 
    69    "20140601":{ 
    70      "上海": { 
    71         "cmcc,gprs" : { 
    72             "http://...../....": [4, 5, 1, 650.37, 34.1], 
    73             "http://.....": [3, 6, 2, 780.46,31.1] 
    74         }, 
    75         "cmcc,hspa": { 
    76             .... 
    77         }, 
    78        "wifi": { 
    79           "http://...../....": [4, 5, 1, 65.37,10.1], 
    80           "http://.....": [3, 6, 2, 78.46,11.22] 
    81       }, 
    82       "广州": { 
    83         ... 
    84      } 
    85   }, 
    86   "20140602":{ 
    87      ... 
    88   } 
    89   "error":{ 
    90       "404":[ "http://...../....","http://...../...."], 
    91       "500":[ "http://...../....","http://...../...."] 
    92    } 
    93    "debug":[ 
    94        "http://...../....":[20140601120130,"广州”,“wifi”,200, 40.1,0.2], 
    95        "http://...../....":[20140601120130,"广州”,“wifi”,200, 40.1,0.2], 
    96        .... 
    97     ] 
    98 } 
    99 }}} 
    10064 
    10165正常数据说明:[[BR]]