linux 下 grafana 、 influxdb 、 jmeter

Install grafana, influxdb (enter the official website to download directly),
Insert picture description here
Insert picture description here
download it to the server,
Insert picture description here
install it locally

rpm -ivh grafana-6.5.2-1.x86_64.rpm
rpm -ivh influxdb-1.7.9.x86_64.rpm

Error
error: the Failed Dependencies:
the fontconfig needed by IS-6.5.2-1.x86_64 grafana
URW Fonts-IS-6.5.2-1.x86_64 grafana needed by
installing the two packets
start

 service service grafana-server start

 service influxdb start

Use influx -precision rfc3339 to log in to influxdb to
Insert picture description here
create a database

create database testdb

drop outquit

Enter grafana ip:3000 username and password are both admin

Configure the data source, don't forget to http://
Insert picture description here
add the jmter template in the address bar

https://grafana.com/grafana/dashboards

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_14920377/article/details/103782985