Gatling与influxdb集成

1.修改gatling配置文件gatling.conf

data {
  writers = [console, file, graphite]
}

graphite {
  host = "x.x.x.x"                                        # InfluxDB的服务器地址
  port = 2003                                             # 回写端口
  protocol = "tcp"                                       # 传输协议,tcp或udp
  rootPathPrefix = "gatling"                       # 发送数据的前缀
  bufferSize = 8192                                   # 缓冲池大小
  writeInterval = 1                                      # 回写频率,单位秒
}

2.安装influxdb,并修改influxdb.conf。

[[graphite]]
   enabled = true
   database = "gatlingdb"
   bind-address = ":2003"
   protocol = "tcp"
   consistency-level = "one"
   templates = [
                "gatling.*.*.*.* measurement.simulation.request.status.field",
                "gatling.*.users.*.* measurement.simulation.measurement.request.field"
        ]

配置完成后,指定配置文件,启动influxd --config /etc/influxdb/influxdb.conf 成功启动后,查看2003端口是否已经启用 lsof -i:2003

3.运行Gatling,运行结果会实时写入influxdb数据库 如未成功,可配置输出日志,查看详细输出结果:$GATLING_HOME/conf/logback.xml,修改log level

转载于:https://my.oschina.net/u/1468280/blog/1068729

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值