1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "apmServiceLink": {
- "dataTime": "2022-10-28 08:48:00",
- "intervalUnit": "MI",
- "intervalValue": 5,
- "srcNodeType": "SERVICE",
- "srcApmServiceCode": "service1",
- "srcAppCmdbId": "源业务系统cmdb的id",
- "destNodeType": "DB",
- "destAppCmdbId": "目标业务系统cmdb的id",
- "peer": "192.168.1.1:1521",
- "APMServiceCallCount": "1000",
- "APMServiceErrorCount": "99",
- "APMServiceAvgResponseTime": "156",
- "netMetric": [
- {
- "metricCode": "NetTotalRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvDroppedPacketsRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendDroppedPacketsRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetDroppedPacketsTotalRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetTotalFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvDroppedPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendDroppedPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetDroppedPacketsTotalNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetPacketsTotalNum",
- "success": true,
- "metricValue": "123"
- }
- ]
- },
- "linkType": "service",
- "secZoneId": "40003102"
- }
|