influxdb visualization tool

Download visualization tool link: https://pan.baidu.com/s/1MCyqFrpjJzSmD_oRuYSGhA Extraction code: mcmp

 

Note: There is no username or password set. Personally test the software and the username and password cannot be empty. You can fill it in as long as it is not empty. Because I am a test environment.

Things involving data plus password security.

Basic operation commands

#Enter the operation page influx

# Enter the specified library use xxx

# Show all tables show measurements

# Duplicate name table select * into bak1 from test

# Delete table drop measurement xxx

# Query statement select * from xxx limit 1 is similar to sql query

#

Guess you like

Origin blog.csdn.net/xia_2017/article/details/101271726