yyydata
  • 简介
  • agent
    • agent心跳信息
    • 可用性信息
    • 主机信息
    • 主机运行指标
  • JVM
    • JVM启动指标
    • JVM运行指标
    • JVM异常信息
    • JVM事务信息
    • JVM事务概要信息
    • JVM事务统计信息
    • JVM SQL信息
  • brower
    • web端error信息
    • web端xhr信息
    • web端页面性能信息
  • NC Client
    • NC Client数据
  • mobile
    • crash
    • token
    • app
    • device
    • httptxn
    • trace
Powered by GitBook
On this page
  1. JVM

JVM事务统计信息

  • 接口

/send/api/txc

  • 属性说明

名称

含义

注释

header

tid

租户码

appid

应用ID

srid

服务ID

pt

txc

content

dtime

统计时间区间

ts

统计结束时间

ecnt

错误数量

cnt

总数量

time

事务执行总时间

webcnt

web事务数

wtime

web事务执行时间

wecnt

web事务错误数

thp

吞吐量

每分钟执行事务数

webthp

web事务吞吐量

每分钟执行web事务数

  • 样例

[
{

"content": [

{

"ecnt": 0,

"time": 12935,

"ts": 1490331091859,

"cnt": 61,

"wtime": 12935,

"thp": 60,

"webcnt": 61,

"dtime": 60337,

"wecnt": 0,

"webthp": 60

}

],

"header": {

"srid": "YtWELYpvZc0164342496",

"pt": "txc",

"appid": "ztRUFZRPDK0151963951",

"tid": "RitGmoBwfw0151671866"

}

}
]
PreviousJVM事务概要信息NextJVM SQL信息

Last updated 7 years ago