跳到主要内容

启动分析

1. 冷启动-信息卡片

数据源名称

APP_NETWORK_DATA

维度

列名扩展维度含义
timeStr
mobileAppIdmobileAppName应用
mobileAppVersionIdmobileAppVersionName应用版本
mobileBusinessIdmobileBusinessName业务线
manufacturerIdmanufacturerName设备
manufacturerModelIdmanufacturerModelName设备型号
osIdosName系统
osVersionIdosVersionName系统版本
countryIdcountryName国家
regionIdregionName省份
cityIdcityName城市
carrierIdcarrierName运营商
connectTypeIdconnectTypeName接入方式
hostIdhostName请求域名
uriIduriName请求地址
errorTypeerrorTypeName错误类型
errorCodeerrorCodeName错误码
cdnIdcdnNameCDN厂商
hostIp服务端IP
hostCountryIdhostCountryName服务端国家
hostRegionIdhostRegionName服务端省份
hostCityIdhostCityName服务端城市
hostCarrierIdhostCarrierName服务端运营商
bytesTypebytesTypeLabel包大小
protocolType协议类型
channelIdchannelName渠道
hostIpTypehostIpTypeName服务端IP类型
requestTyperequestTypeName服务类型
launchType启动类型
countyIdcountyName区县
hostCountyIdhostCountyName区县

指标

指标项含义
requestCount请求次数
successCount成功请求次数
passCount正常请求次数
slowCount慢请求次数
slowRequestRate慢请求占比
errorCount错误次数
httpErrorCountHTTP错误次数
networkErrorCount网络错误次数
dnsCountDNS次数
tcpCountTCP次数
sslCountSSL次数
responseTimeTotal总响应时间
networkTimeTotal总网络时间
responseTime平均响应时间
dnsTime平均DNS时间
connectTime平均TCP时间
sslTime平均SSL时间
firstPacketTime平均首包时间
remainPacketTime平均剩余包时间
localQueueTime平均客户端时间
networkTime平均网络时间
throughput吞吐率
networkSpeed传输速率
networkTrafficSpeed网络传输速率
totalTrafficConsumption总流量消耗
trafficConsumption平均传输数据量
bytesSend上行流量消耗
bytesReceived下行流量消耗
httpErrorRateHTTP错误率
networkErrorRate网络错误率
requestErrorRate请求错误率
pingSuccessCountping成功次数
pingTime网络延时
packetLossRate丢包率
reuseRate复用率
availability可用性

Endpoint

Method: POST
Type: RAW
URL: {{host}}/adhoc/query

Body

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "APP_UX_DATA",
"metrics": [
"launchStartupTime"
],
"dimensions": [

],
"filters": [
{
"name": "countryId",
"value": [
48
],
"groupType": "region"
},
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "launchType",
"value": [
1
],
"operator": "IN"
},
{
"name": "moduleType",
"value": [
1
],
"operator": "="
}
],
"render": "list",
"orderByExprs": "launchStartupTime desc"
}

2. 启动分析-异常数据列表

数据源名称

APP_NETWORK_DATA

维度

列名扩展维度含义
timeStr
mobileAppIdmobileAppName应用
mobileAppVersionIdmobileAppVersionName应用版本
mobileBusinessIdmobileBusinessName业务线
manufacturerIdmanufacturerName设备
manufacturerModelIdmanufacturerModelName设备型号
osIdosName系统
osVersionIdosVersionName系统版本
countryIdcountryName国家
regionIdregionName省份
cityIdcityName城市
carrierIdcarrierName运营商
connectTypeIdconnectTypeName接入方式
hostIdhostName请求域名
uriIduriName请求地址
errorTypeerrorTypeName错误类型
errorCodeerrorCodeName错误码
cdnIdcdnNameCDN厂商
hostIp服务端IP
hostCountryIdhostCountryName服务端国家
hostRegionIdhostRegionName服务端省份
hostCityIdhostCityName服务端城市
hostCarrierIdhostCarrierName服务端运营商
bytesTypebytesTypeLabel包大小
protocolType协议类型
channelIdchannelName渠道
hostIpTypehostIpTypeName服务端IP类型
requestTyperequestTypeName服务类型
launchType启动类型
countyIdcountyName区县
hostCountyIdhostCountyName区县

指标

指标项含义
requestCount请求次数
successCount成功请求次数
passCount正常请求次数
slowCount慢请求次数
slowRequestRate慢请求占比
errorCount错误次数
httpErrorCountHTTP错误次数
networkErrorCount网络错误次数
dnsCountDNS次数
tcpCountTCP次数
sslCountSSL次数
responseTimeTotal总响应时间
networkTimeTotal总网络时间
responseTime平均响应时间
dnsTime平均DNS时间
connectTime平均TCP时间
sslTime平均SSL时间
firstPacketTime平均首包时间
remainPacketTime平均剩余包时间
localQueueTime平均客户端时间
networkTime平均网络时间
throughput吞吐率
networkSpeed传输速率
networkTrafficSpeed网络传输速率
totalTrafficConsumption总流量消耗
trafficConsumption平均传输数据量
bytesSend上行流量消耗
bytesReceived下行流量消耗
httpErrorRateHTTP错误率
networkErrorRate网络错误率
requestErrorRate请求错误率
pingSuccessCountping成功次数
pingTime网络延时
packetLossRate丢包率
reuseRate复用率
availability可用性

Endpoint

Method: POST
Type: RAW
URL: {{host}}/adhoc/query

Body

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_ux_launch",
"metrics": [
"launchStartupTime"
],
"dimensions": [
"id",
"timestamp",
"userId",
"mobileAppVersionId",
"osId",
"osVersionId",
"manufacturerId",
"manufacturerModelId"
],
"filters": [
{
"name": "countryId",
"value": [
48
],
"groupType": "region"
},
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "launchType",
"value": [
1
],
"operator": "IN"
}
],
"render": "list",
"limit": 1000,
"orderByExprs": "timestamp desc",
"groupBy": false
}

3. 热启动-信息卡片

数据源名称

APP_NETWORK_DATA

维度

列名扩展维度含义
timeStr
mobileAppIdmobileAppName应用
mobileAppVersionIdmobileAppVersionName应用版本
mobileBusinessIdmobileBusinessName业务线
manufacturerIdmanufacturerName设备
manufacturerModelIdmanufacturerModelName设备型号
osIdosName系统
osVersionIdosVersionName系统版本
countryIdcountryName国家
regionIdregionName省份
cityIdcityName城市
carrierIdcarrierName运营商
connectTypeIdconnectTypeName接入方式
hostIdhostName请求域名
uriIduriName请求地址
errorTypeerrorTypeName错误类型
errorCodeerrorCodeName错误码
cdnIdcdnNameCDN厂商
hostIp服务端IP
hostCountryIdhostCountryName服务端国家
hostRegionIdhostRegionName服务端省份
hostCityIdhostCityName服务端城市
hostCarrierIdhostCarrierName服务端运营商
bytesTypebytesTypeLabel包大小
protocolType协议类型
channelIdchannelName渠道
hostIpTypehostIpTypeName服务端IP类型
requestTyperequestTypeName服务类型
launchType启动类型
countyIdcountyName区县
hostCountyIdhostCountyName区县

指标

指标项含义
requestCount请求次数
successCount成功请求次数
passCount正常请求次数
slowCount慢请求次数
slowRequestRate慢请求占比
errorCount错误次数
httpErrorCountHTTP错误次数
networkErrorCount网络错误次数
dnsCountDNS次数
tcpCountTCP次数
sslCountSSL次数
responseTimeTotal总响应时间
networkTimeTotal总网络时间
responseTime平均响应时间
dnsTime平均DNS时间
connectTime平均TCP时间
sslTime平均SSL时间
firstPacketTime平均首包时间
remainPacketTime平均剩余包时间
localQueueTime平均客户端时间
networkTime平均网络时间
throughput吞吐率
networkSpeed传输速率
networkTrafficSpeed网络传输速率
totalTrafficConsumption总流量消耗
trafficConsumption平均传输数据量
bytesSend上行流量消耗
bytesReceived下行流量消耗
httpErrorRateHTTP错误率
networkErrorRate网络错误率
requestErrorRate请求错误率
pingSuccessCountping成功次数
pingTime网络延时
packetLossRate丢包率
reuseRate复用率
availability可用性

Endpoint

Method: POST
Type: RAW
URL: {{host}}/adhoc/query

Body

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "APP_UX_DATA",
"metrics": [
"launchCount",
"normalLaunchCount",
"abnormalLaunchCount",
"launchStartupTime",
"launchNetErrorRate",
"launchHttpErrorRate"
],
"dimensions": [],
"filters": [
{
"name": "countryId",
"value": [
48
],
"groupType": "region"
},
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "launchType",
"value": [
3
],
"operator": "IN"
},
{
"name": "moduleType",
"value": [
1
],
"operator": "="
}
],
"render": "object"
}

4. 首次启动-信息卡片

数据源名称

APP_NETWORK_DATA

维度

列名扩展维度含义
timeStr
mobileAppIdmobileAppName应用
mobileAppVersionIdmobileAppVersionName应用版本
mobileBusinessIdmobileBusinessName业务线
manufacturerIdmanufacturerName设备
manufacturerModelIdmanufacturerModelName设备型号
osIdosName系统
osVersionIdosVersionName系统版本
countryIdcountryName国家
regionIdregionName省份
cityIdcityName城市
carrierIdcarrierName运营商
connectTypeIdconnectTypeName接入方式
hostIdhostName请求域名
uriIduriName请求地址
errorTypeerrorTypeName错误类型
errorCodeerrorCodeName错误码
cdnIdcdnNameCDN厂商
hostIp服务端IP
hostCountryIdhostCountryName服务端国家
hostRegionIdhostRegionName服务端省份
hostCityIdhostCityName服务端城市
hostCarrierIdhostCarrierName服务端运营商
bytesTypebytesTypeLabel包大小
protocolType协议类型
channelIdchannelName渠道
hostIpTypehostIpTypeName服务端IP类型
requestTyperequestTypeName服务类型
launchType启动类型
countyIdcountyName区县
hostCountyIdhostCountyName区县

指标

指标项含义
requestCount请求次数
successCount成功请求次数
passCount正常请求次数
slowCount慢请求次数
slowRequestRate慢请求占比
errorCount错误次数
httpErrorCountHTTP错误次数
networkErrorCount网络错误次数
dnsCountDNS次数
tcpCountTCP次数
sslCountSSL次数
responseTimeTotal总响应时间
networkTimeTotal总网络时间
responseTime平均响应时间
dnsTime平均DNS时间
connectTime平均TCP时间
sslTime平均SSL时间
firstPacketTime平均首包时间
remainPacketTime平均剩余包时间
localQueueTime平均客户端时间
networkTime平均网络时间
throughput吞吐率
networkSpeed传输速率
networkTrafficSpeed网络传输速率
totalTrafficConsumption总流量消耗
trafficConsumption平均传输数据量
bytesSend上行流量消耗
bytesReceived下行流量消耗
httpErrorRateHTTP错误率
networkErrorRate网络错误率
requestErrorRate请求错误率
pingSuccessCountping成功次数
pingTime网络延时
packetLossRate丢包率
reuseRate复用率
availability可用性

Endpoint

Method: POST
Type: RAW
URL: {{host}}/adhoc/query

Body

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "APP_UX_DATA",
"metrics": [
"launchStartupTime"
],
"dimensions": [

],
"filters": [
{
"name": "countryId",
"value": [
48
],
"groupType": "region"
},
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "launchType",
"value": [
1
],
"operator": "IN"
},
{
"name": "moduleType",
"value": [
1
],
"operator": "="
}
],
"render": "list",
"orderByExprs": "launchStartupTime desc"
}