如何在Windows操作系统上安装influxdb并访问pipe理控制台

我是influxdb并试图将其安装在我的Windows 7 – 64操作系统上。

以下是迄今为止所做的步骤:

  1. 从以下位置下载.zip文件: https : //dl.influxdata.com/influxdb/releases/influxdb-1.1.0_windows_amd64.zip
  2. 在以下位置解压该文件夹: J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1.0-1
  3. 使用admin privilages启动命令提示符并运行以下命令:

     1. cd J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1.0-1 2. influxd.exe 
  4. 以下是命令提示符中的显示消息:

  [run] 2016/11/15 14:52:21 InfluxDB starting, version 1.1.0, branch master, commit 800da5732b91c816b0a097acf8887fa2af1efa1a [run] 2016/11/15 14:52:21 Go version go1.7.3, GOMAXPROCS set to 4 [run] 2016/11/15 14:52:21 no configuration provided, using default settings [store] 2016/11/15 14:52:21 Using data dir: C:\Users\USER_HP_2013_03\.influxdb\d ata [subscriber] 2016/11/15 14:52:21 opened service [monitor] 2016/11/15 14:52:21 Starting monitor system [monitor] 2016/11/15 14:52:21 'build' registered for diagnostics monitoring [monitor] 2016/11/15 14:52:21 'runtime' registered for diagnostics monitoring [monitor] 2016/11/15 14:52:22 'network' registered for diagnostics monitoring [monitor] 2016/11/15 14:52:22 'system' registered for diagnostics monitoring [shard-precreation] 2016/11/15 14:52:22 Starting precreation service with check interval of 10m0s, advance period of 30m0s [snapshot] 2016/11/15 14:52:22 Starting snapshot service [continuous_querier] 2016/11/15 14:52:22 Starting continuous query service [httpd] 2016/11/15 14:52:22 Starting HTTP service [httpd] 2016/11/15 14:52:22 Authentication enabled: false [httpd] 2016/11/15 14:52:22 Listening on HTTP: [::]:8086 [retention] 2016/11/15 14:52:22 Starting retention policy enforcement service wi th check interval of 30m0s [run] 2016/11/15 14:52:22 Listening for signals 2016/11/15 14:52:22 Sending usage statistics to usage.influxdata.com [monitor] 2016/11/15 14:52:22 Storing statistics in database '_internal' retenti on policy 'monitor', at interval 10s [shard] 2016/11/15 14:52:40 C:\Users\USER_HP_2013_03\.influxdb\data\_internal\mo nitor\1 database index loaded in 0s 

题:

当我尝试使用http:// localhost:8083访问admin consoleFirefox can't establish a connection to the server at localhost:8083.

如果我尝试使用http:// localhost:8086连接 , 404 not found

帮助我访问influxdb的pipe理控制台。

增加命令提示符截图: 在这里输入图像说明

编辑:我尝试了以下链接中的步骤:

  1. 如何在Windows中安装InfluxDB

查找..\influxdb-versiona.bcd\influxdb.conf文件以启用管理员

它是以HOCON格式查找[admin]部分。 并取消注释

 from # [admin] to admin 

默认情况下,将使用“#”注释HOCON格式。 取消注释binding addressenabled = false

 Change the enabled from false to true. 

运行以下命令

 influxdb.exe -config path\to\the\conf\file 

通过使用http://localhost:8083/ url访问Admin界面。

[httpd] 2016/11/15 14:52:22听HTTP:[::]: 8086

你应该使用http:// localhost:8086的 URL,我不知道你从哪里得到这个8083


您可能会发现使用Taurus工具更容易,除了实时结果分析,它提供了强大的Fass / Fail标准子系统 , 资源监控等等