回覆列表
-
1 # 不可堪回首
-
2 # 使用者2458114238191884
一、安裝要求:
1、需要Linux的root許可權進行安裝。
2、由於會預設使用到8083和8086兩個埠,所以要保證這兩個埠沒有被佔用。
Once installation is complete you can change those ports and other options in the configuration file, which is located by default in /etc/influxdb.
二、安裝:
這裡使用的Centos作業系統。
1、首先在命令列執行下面的指令碼,生成所需的yum源:
cat
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
一、安裝要求:
1、需要Linux的root許可權進行安裝。
2、由於會預設使用到8083和8086兩個埠,所以要保證這兩個埠沒有被佔用。
Onceinstallationiscompleteyoucanchangethoseportsandotheroptionsintheconfigurationfile,whichislocatedbydefaultin/etc/influxdb.
二、安裝:
這裡使用的Centos作業系統。
1、首先在命令列執行下面的指令碼,生成所需的yum源:
cat
[influxdb]
name=InfluxDBRepository-RHEL\$releasever
可以用javaapi
=====================建maven專案
maven
====================插入語句=============
pointpoint2=Point.measurement("disk")
.time(System.currentTimeMillis(),TimeUnit.MILLISECONDS)
.field("used",80L)
.field("free",1L)
.build();
influxDB.write(dbName,"default",point1);