【发布时间】:2016-06-02 17:20:34
【问题描述】:
我有一些 gatling 测试来使用石墨协议将其写入 influxdb。测试运行良好,无法看到通过石墨协议发送给 influx 的结果。我的 gatling.conf 文件如下所示,
data {
writers = [graphite]
}
graphite {
host = "10.xxx.xx.xxx"
port = 2003
protocol = "tcp"
bucketWidth = 100
}
我想知道是否有办法查看发送到石墨(influxdb)的内容以及我们如何检查 influxdb 中的数据?
P.S:使用 gradle 运行 gatling 测试。
【问题讨论】:
标签: graphite gatling influxdb grafana