windows版本
1.修改配置文件
# bind-address = "0.0.0.0:8088" [[graphite]] # Determines whether the graphite endpoint is enabled. # enabled = true # database = "jmeter" # retention-policy = "" # bind-address = ":2003" # protocol = "tcp" # consistency-level = "one"
2.启动命令
influxd --config influxdb.conf
3.连接登录influx
命令:influx
创建数据库:create database jmeter
查看数据库:show databases
jmeter中添加后端监听器
标签:database,0.0,enabled,influxDB,address,jmeter,安装 From: https://www.cnblogs.com/ixtao/p/17599318.html