1 Star 0 Fork 0

zhangjungang / beats

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicolas Ruflin 提交于 2016-05-27 17:39 . Fields Cleanup (#1754)
/*
Package process collects metrics about the running processes using information
from the operating system.
An example event looks as following:
{
"@timestamp": "2016-05-25T20:57:51.854Z",
"beat": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"metricset": {
"module": "system",
"name": "process",
"rtt": 12269
},
"system": {
"process": {
"cmdline": "/System/Library/CoreServices/ReportCrash",
"cpu": {
"start_time": "22:57",
"total_p": 0
},
"mem": {
"rss": 27123712,
"rss_pct": 0.0016,
"share": 0,
"size": 2577522688
},
"name": "ReportCrash",
"pid": 97801,
"ppid": 1,
"state": "running",
"username": "elastic"
}
},
"type": "metricsets"
}
*/
package process
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangjungang/beats.git
git@gitee.com:zhangjungang/beats.git
zhangjungang
beats
beats
v5.6.4

搜索帮助

344bd9b3 5694891 D2dac590 5694891