JVM事务信息

  • 接口

/send/api/transaction

  • 属性说明

名称

含义

注释

header

tid

租户码

appid

应用ID

srid

服务ID

pt

tx

content

txid

事务ID

取newrelic的tripid

tp

服务调用名称

ts

时间戳

rtime

responseTime

time

多个线程属于同一事务

ttfb

ttlb

sid

事务的guid

分布式事务ID

sn

"none"或CallServer,分布式服务的名称

bo

业务操作,BusiAction或requestUri

user

user_ssc或UserId+UserCode或user

ep

"empty_ep"或request.headers.host

psid

父调用的sid,目前为psid

取newrelic的rtxid

uri

request_uri

thid

jvm.thread_name

pmid

上游事务方法ID

cont

mtd

类.方法

mid

方法ID

time

执行时间

ac

线程名

cnt

次数

mtp

metricname/类/方法

pthid

st

thid

stk

堆栈信息,是字符串数组

depth

深度

sqls

sql列表

sqlstr

sql语句

sqltime

sql执行时间

sqlcnt

sql执行次数

stime

自执行时间

nst

开始时间(纳秒)

目前后台使用

net

结束时间(纳秒)

目前后台使用

nccid

远程调用ID

来自NC的数据

ncds

数据源

来自NC的数据

ncbcc

例:nc65demo

来自NC的数据

ba

业务名称

来自NC的数据

ncbdt

来自NC的数据

nccp

例:/_client

来自NC的数据

ncmd

模块

来自NC的数据

ncch

客户端IP

来自NC的数据

ncdid

来自NC的数据

ncgid

集团ID

来自NC的数据

ncgno

集团编码

来自NC的数据

ncuid

用户ID

来自NC的数据

ncucd

用户code

来自NC的数据

nccs

来自NC的数据

nchc

来自NC的数据

nclc

语言

来自NC的数据

ncser

服务名

来自NC的数据

ncra

来自NC的数据

ncmn

方法名

来自NC的数据

ncsysid

来自NC的数据

ncpara

参数

来自NC的数据

ncparat

参数类型

来自NC的数据

busiid

业务关联ID

来自NC的数据

hdn

pin

gctime

gc花费时间

ctime

占用cpu的时间

tripid

跟踪事务ID,newrelic本身带的分布式事务ID

path

resid

合成资源的id

monid

合成监控的id

jodid

合成工作的id

rtxid

关联的事务id,即父事务的ID

sc

sizel

极限大小参数名

stc

异常的栈轨迹

epc

执行计划

ccpid

和客户端相关联的程序id

rph

针对hash的路径

aph

交替hash路径

port

服务端口

qtime

队列时间

etime

额外的时间

ecnt

额外执行次数

dbtime

数据库总耗时

dbcnt

数据库访问次数

gctime

gc累积时间

error

是否发生错误

mem

php函数占用的内存

php探针添加的字段

php

php版本

php探针添加的字段

sapi

服务端应用编程接口

php探针添加的字段

cwt

php编译耗时

php探针添加的字段

xhpv

php探针版本

php探针添加的字段

framework

php使用的框架

php探针添加的字段

  • 样例

http://pan.baidu.com/s/1qYPU7N2

Last updated