fcadvisor

command module
v0.0.0-...-9eeb0f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

README

Docker container monitor plugin for Open-Falcon Micadvisor-Open

描述

本项目读取物理机对应容器数据整合并上报.

注:

1  容器的启动参数在build文件中,参数含义都无变化
2  修正了之前取值错误的问题
3  修正了数据断线的问题
4  pushDatas.go 为主上报程序,都有中文注释,有些上报指标被隐藏了,去掉注释即可使用。
5  增加了更多异常log,方便问题排查

编译和运行环境

采集的指标

Counters Notes
cpu.loadaverage cpu的平均负载
cpu.usageTotalSec cpu的整体负载,单位秒
disk.io.read_MBps 硬盘读取速度,单位MBps
disk.io.write_MBps 硬盘写入速度,单位MBps
mem.memtotal 内存总量,即容器的内存limit值
mem.memused 内存使用量
mem.totalUsed.percent 整体内存使用占比
mem.Rss.percent RSS在内存总量中的占比
mem.cache.percent Cache在内存总量中的占比
mem.WorkingSet.percent WorkingSet在内存总量中的占比
net.rx.KBps 网卡接收数据包速度,单位KBps
net.rxDrop.packets 网卡收包丢包量,单位包
net.tx.KBps 网卡发送数据包速度,单位KBps
net.txDrop.packets 网卡发包丢包量,单位包

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
main 本函数向flacon客户端推送数据
main 本函数向flacon客户端推送数据

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL