主机运行指标
接口
/send/api/metric
属性说明
名称
指标含义
注释
header
ep
host名称
tid
租户码
content
host.cpu.useravgperc
用户空间平均占用率
tags:{cpunum:avg}
host.cpu.sysavgperc
内核空间平均占用率
tags:{cpunum:avg}
host.cpu.combinedavgperc
User + Sys + Nice + Wait
tags:{cpunum:avg}
host.cpu.idleavgperc
空闲平均占用率
tags:{cpunum:avg}
host.cpu.waitavgperc
等待IO平均占用率
tags:{cpunum:avg}
host.cpu.irqavgperc
硬件中断平均占用率
tags:{cpunum:avg}
host.cpu.softirqavgperc
软件中断平均占用率
tags:{cpunum:avg}
host.cpu.stolenavgperc
虚拟CPU被抢占的平均占用率
tags:{cpunum:avg}
host.cpu.niceavgperc
优先级改变过的用户进程平均占用率
tags:{cpunum:avg}
host.cpu.userperc
用户空间占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.sysperc
内核空间占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.combinedperc
User + Sys + Nice + Wait
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.idleperc
空闲占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.waitperc
等待IO占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.irqperc
硬件中断占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.softirqperc
软件中断占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.stolenperc
虚拟CPU被抢占的占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.niceperc
优先级改变过的用户进程占用率
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.usertime
用户空间所占的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.systime
内核空间所占的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.totaltime
总的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.idletime
空闲的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.waittime
等待IO的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.irqtime
硬件中断请求的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.softirqtime
软件中断请求的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.stolentime
虚拟CPU被虚拟CPU抢占的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.nicetime
优先级改变过的用户进程CPU占用的时间片
tags:{cpunum:0}
cpunum为第几块CPU
host.cpu.useralltime
用户空间占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.sysalltime
内核空间占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.totalalltime
User + Sys + Nice + Wait
tags:{cpunum:all}
host.cpu.idlealltime
空闲占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.waitalltime
等待IO占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.irqalltime
硬件中断占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.softirqalltime
软件中断占用所有CPU的时间片
tags:{cpunum:all}
host.cpu.stolenalltime
虚拟CPU被抢占的所有CPU的时间片
tags:{cpunum:all}
host.cpu.nicealltime
优先级改变过的用户进程占用所有CPU的时间片
tags:{cpunum:all}
host.mem.used
已使用的内存
host.mem.actualused
实际使用的内存
host.mem.freepercent
空闲内存百分比
host.mem.actualfree
实际空闲的内存
host.mem.ram
系统RAM大小
host.mem.usedpercent
使用百分比
host.mem.free
空闲内存
host.mem.total
总的系统内存
host.disk.usepercent
使用百分比
tags:{dirname:C}
DirName:盘符路径
host.disk.avail
可用大小
tags:{dirname:C}
DirName:盘符路径
host.disk.used
已使用的大小
tags:{dirname:C}
DirName:盘符路径
host.disk.total
总大小
tags:{dirname:C}
DirName:盘符路径
host.disk.free
空闲大小
tags:{dirname:C}
DirName:盘符路径
host.disk.diskservicetime
磁盘服务时间
tags:{dirname:C}
DirName:盘符路径
host.disk.diskwrites
磁盘写次数-累计
tags:{dirname:C}
DirName:盘符路径
host.disk.diskwritebytes
磁盘写的字节数-累计
tags:{dirname:C}
DirName:盘符路径
host.disk.diskreads
磁盘读次数-累计
tags:{dirname:C}
DirName:盘符路径
host.disk.diskreadbytes
磁盘读的字节数-累计
tags:{dirname:C}
DirName:盘符路径
host.disk.diskwrites.interval
磁盘写次数-间隔
tags:{dirname:C}
DirName:盘符路径
host.disk.diskwritebytes.interval
磁盘写的字节数-间隔
tags:{dirname:C}
DirName:盘符路径
host.disk.diskreads.interval
磁盘读次数-间隔
tags:{dirname:C}
DirName:盘符路径
host.disk.diskreadbytes.interval
磁盘读的字节数-间隔
tags:{dirname:C}
DirName:盘符路径
host.disk.diskqueue
磁盘队列
tags:{dirname:C}
DirName:盘符路径
host.disk.avail.all
可用大小
主机所有盘符的合计
host.disk.used.all
已使用的大小
主机所有盘符的合计
host.disk.total.all
总大小
主机所有盘符的合计
host.disk.diskqueue.all
磁盘队列
主机所有盘符的合计
host.disk.diskwrites.all
磁盘写次数-累计
主机所有盘符的合计
host.disk.diskwritebytes.all
磁盘写的字节数-累计
主机所有盘符的合计
host.disk.diskreads.all
磁盘读次数-累计
主机所有盘符的合计
host.disk.diskreadbytes.all
磁盘读的字节数-累计
主机所有盘符的合计
host.disk.diskwrites.interval.all
磁盘写次数-间隔
主机所有盘符的合计
host.disk.diskwritebytes.interval.all
磁盘写的字节数-间隔
主机所有盘符的合计
host.disk.diskreads.interval
磁盘读次数-间隔
host.disk.diskreadbytes.interval.all
磁盘读的字节数-间隔
主机所有盘符的合计
host.net.rxpackets
接收的总包裹数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txpackets
发送的总包裹数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxbytes
接收到的总字节数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txbytes
发送的总字节数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxerrors
接收到的错误包数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txerrors
发送数据包时的错误数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxdropped
接收时丢弃的包数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txdropped
发送时丢弃的包数-累计
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxpackets.interval
接收的总包裹数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txpackets.interval
发送的总包裹数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxbytes.interval
接收到的总字节数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txbytes.interval
发送的总字节数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxerrors.interval
接收到的错误包数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txerrors.interval
发送数据包时的错误数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.rxdropped.interval
接收时丢弃的包数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
host.net.txdropped.interval
发送时丢弃的包数-间隔
tags:{address:0.0.0.0,name:eth3,netmask:0.0.0.0}
name(网络设备名),Address(IP地址),Netmask(子网掩码)
样例
[
{
"content": [
{
"timestamp": "1490329051890",
"metric": "gc.copy.count",
"value": "4"
},
{
"timestamp": "1490329051890",
"metric": "gc.copy.maxtime",
"value": "26000"
},
{
"timestamp": "1490329051890",
"metric": "gc.copy.mintime",
"value": "26000"
},
{
"timestamp": "1490329051890",
"metric": "gc.copy.sumofsquares",
"value": "676000000"
},
{
"timestamp": "1490329051890",
"metric": "gc.copy.total",
"value": "26000"
},
{
"timestamp": "1490329051890",
"metric": "gc.copy.totalexclusivetime",
"value": "26000"
},
{
"timestamp": "1490329051890",
"metric": "memory.nonheap.used",
"value": "143"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.heap.survivorspace.max",
"value": "6"
},
{
"timestamp": "1490329051890",
"metric": "cpu.usertime",
"value": "54"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.nonheap.codecache.committed",
"value": "13"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.heap.edenspace.committed",
"value": "43"
},
{
"timestamp": "1490329051890",
"metric": "cpu.user.utilization",
"value": "13"
},
{
"timestamp": "1490329051890",
"metric": "memory.heap.committed",
"value": "688"
},
{
"timestamp": "1490329051890",
"metric": "memory.used",
"value": "578"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.nonheap.permgen.used",
"value": "130"
},
{
"timestamp": "1490329051890",
"metric": "memory.nonheap.max",
"value": "544"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.nonheap.codecache.used",
"value": "13"
},
{
"timestamp": "1490329051890",
"metric": "memorypool.heap.tenuredgen.committed",
"value": "640"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.edenspace.used",
"value": "31"
},
{
"timestamp": "1490329051891",
"metric": "memory.physical",
"value": "831"
},
{
"timestamp": "1490329051891",
"metric": "jvm.probe.switch",
"value": "1"
},
{
"timestamp": "1490329051891",
"metric": "threads.count",
"value": "53"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.nonheap.codecache.max",
"value": "32"
},
{
"timestamp": "1490329051891",
"metric": "memory.nonheap.committed",
"value": "143"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.survivorspace.used",
"value": "0"
},
{
"timestamp": "1490329051891",
"metric": "threads.deadlocks.count",
"value": "0"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.edenspace.max",
"value": "47"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.survivorspace.committed",
"value": "5"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.tenuredgen.max",
"value": "709"
},
{
"timestamp": "1490329051891",
"metric": "memory.heap.max",
"value": "762"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.count",
"value": "4"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.maxtime",
"value": "26000"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.mintime",
"value": "26000"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.sumofsquares",
"value": "676000000"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.total",
"value": "26000"
},
{
"timestamp": "1490329051891",
"metric": "gc.all.totalexclusivetime",
"value": "26000"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.nonheap.permgen.max",
"value": "512"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.nonheap.permgen.committed",
"value": "130"
},
{
"timestamp": "1490329051891",
"metric": "memory.heap.used",
"value": "435"
},
{
"timestamp": "1490329051891",
"metric": "memorypool.heap.tenuredgen.used",
"value": "403"
},
{
"timestamp": "1490329051891",
"metric": "memory.heap.utilization",
"value": "57"
}
],
"header": {
"srid": "YtWELYpvZc0164342496",
"ep": "MFTEST",
"appid": "ztRUFZRPDK0151963951",
"tid": "RitGmoBwfw0151671866"
}
}
]
Last updated