微信小程序 运维中心·getPerformance

2020-07-31 14:07 更新

operation.getPerformance

本接口应在服务器端调用,详细说明参见服务端API

性能监控

请求地址

POST https://api.weixin.qq.com/wxaapi/log/get_performance?access_token=ACCESS_TOKEN

请求参数

属性类型默认值必填说明
access_tokenstring接口调用凭证
cost_time_typenumber可选值 1(启动总耗时), 2(下载耗时),3(初次渲染耗时)
default_start_timenumber查询开始时间
default_end_timenumber查询结束时间
devicestring系统平台,可选值 "@_all:"(全部),1(IOS), 2(android)
is_download_codestring是否下载代码包,当 type 为 1 的时候才生效,可选值 "@_all:"(全部),1(是), 2(否)
scenestring访问来源,当 type 为 1 或者 2 的时候才生效,通过 getSceneList 接口获取
networktypestring网络环境, 当 type 为 2 的时候才生效,可选值 "@_all:",wifi, 4g, 3g, 2g

请求示例

{
  "cost_time_type": 2,
  "default_start_time": 1572339403,
  "default_end_time": 1574931403,
  "device": "@_all",
  "networktype": "@_all",
  "scene": "@_all",
  "is_download_code": "@_all"
}

返回的 JSON 数据包

属性类型说明
errcodenumber错误码
errmsgstring错误信息
default_time_datastring错误查询数据(json字符串,结构如下所述的 strbody)
compare_time_datastring比较数据

strbody 的结构

属性类型说明
ref_datestring日期
cost_time_typenumber意思同参数里面的 cost_time_type
cost_timenumber耗时(毫秒)

响应示例

{
  "default_time_data": "{\"list\":[{\"ref_date\":\"20191029\",\"cost_time_type\":2,\"cost_time\":1533},{\"ref_date\":\"20191030\",\"cost_time_type\":2,\"cost_time\":1682}]}",
  "compare_time_data": "",
  "errcode": 0
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号