文件名称:fiord:FIO向Jenkins或InfluxDB报告数据
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-22 02:29:31
Go
Fiord-FIO向Jenkins或InfluxDB报告数据 Fiord是一个命令行工具,可接收JSON输出,重新格式化,然后发送到指标数据库以进行保留和分析。 支持的输出: summary :表格,原始或自定义Go模板格式的人类可读摘要。 influxdb :将报告数据发送到InfluxDB。 taurus : 可以解析的XML格式的输出。 用法 $ ./fiord Fiord summarizes FIO benchmark reports and can save them to a variety of backend datastores. It is intended to be used as part of a CI pipeline, and includes a backend that produces output compatible with the
【文件预览】:
fiord-master
----.gitignore(7B)
----Dockerfile(246B)
----Makefile(525B)
----data()
--------input.json(10KB)
--------influxdb.out(636B)
----pkg()
--------templates()
----LICENSE(11KB)
----main.go(84B)
----README.md(3KB)
----testutil()
--------testutil_test.go(138B)
--------testutil.go(1KB)
--------stoppable_listener.go(1KB)
----backends()
--------influxdb()
--------taurus()
----fio()
--------decode.go(273B)
--------decode_test.go(11KB)
--------types.go(3KB)
----cmd()
--------influxdb.go(2KB)
--------summary.go(1KB)
--------taurus.go(1KB)
--------formatter()
--------root.go(2KB)