文件名称:gosysstatsd:将系统指标(如内存使用率和磁盘使用率)添加到statsd
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 17:13:10
Go
goSysStatsd 简单的实用程序,可在statsd中导入系统指标 goSysStatsd是一个实用程序,用于将系统指标(例如内存使用率和磁盘使用率)添加到statsd系统。 用golang编写goSysStatsd是一种零依赖工具,可以通过在目标系统上复制一个文件来进行部署。 安装 复制系统上的可执行文件 wget http://downloads.gofog.org/gosystatsd-0.0.3-x86_64 用它 用法 每次执行该命令时,它将使用以下命令更新指定的statsd服务器: 磁盘使用情况 内存使用情况 cpu负载平均值(乘以100使其成为整数值) # with default options statsd listening on localhost port 8125 gosystatsd # custom host and port gosystatsd
【文件预览】:
gosysstatsd-master
----loadavg()
--------loadavg.go(758B)
----memory()
--------memory.go(2KB)
----gosystatsd.go(843B)
----disk_usage()
--------disk_usage_test.go(2KB)
--------disk_usage.go(3KB)
----.gitignore(11B)
----README.md(1KB)
----statsd()
--------statsd.go(1KB)