parallelping:基于Go的并行ping实用程序,可将数据发送到Graphite

时间:2024-03-13 00:47:57
【文件属性】:
文件名称:parallelping:基于Go的并行ping实用程序,可将数据发送到Graphite
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-13 00:47:57
Go 并行Ping 它是什么? Go二进制文件,用于ping远程主机并返回min / max / avg / dev数据以供以后处理。 ping是并行运行的,因为将ping序列化到多个主机并不能很好地获得一致的指标。 这个Go二进制文件与几个时间序列数据库集成在一起,用于存储和进一步可视化: 将Ping指标发送到Carbon Cache。 发送Ping指标到InfluxDB。 如何使用? 使用适当的标志运行“ pping”! 帮助输出 $ go run pping.go --help -hosts string Comma-seperated list of hosts to ping. -interval duration Seconds of wait in between each round of pings. (default 1m0s) -ones
【文件预览】:
parallelping-master
----parallelping.go(9KB)
----Dockerfile(271B)
----.gitignore(16B)
----go.sum(8KB)
----README.md(4KB)
----go.mod(130B)

网友评论