当前位置:网站首页>(3) Construction of a real-time performance monitoring platform (Grafana+Prometheus+Node_explorer+Jmeter)
(3) Construction of a real-time performance monitoring platform (Grafana+Prometheus+Node_explorer+Jmeter)
2022-08-11 05:33:00 【Xiao Tan floats in Shanghai】
前言
The previous two chapters about how toGrafana+Prometheus+influxdb+Jmeter搭建可视化监控平台,Believe that many students have been completing!This chapter will explain according toGrafana+Prometheus+Node explorer+Jmeter搭建可视化监控平台,Many students want to know how to monitor the server resources such asCPU、内存、网络的使用情况,Operation just follow us!
创建Grafana容器和PrometheusContainer in front of the two is about!This chapter is not ramble about!
(二)Real-time monitoring platform building performance(Grafana+Prometheus+Jmeter)
https://blog.csdn.net/weixin_53846408/article/details/125018077?spm=1001.2014.3001.5501
Node exporterMainly used for collecting monitored on a host ofcpu负载,内存的使用情况,网络等数据,And report the data to thePrometheus.Node_exporter 其实是⼀个以http_server⽅式运⾏在后台,And continuous acquisition LinuxSystem in various operating systems this⾝Monitoring parameters of related program,The collection capacity is very⼤很全的,Often the default collection item⽬It is far more than the actual demand of us.
正文
下载安装Node_exporter百度网盘链接: https://pan.baidu.com/s/1szYcYoTDDzPAG8F6RENS8Q?pwd=75er 提取码: 75er
Node_exporterDownload after a successful need from the local to the monitoring server above
![]()
解压安装包
配置Prometheus
![]()
启动Node_exporter
访问Prometheus,查看Status内Targets里面的node1是否启动成功
下载node_export监控面板
搜索 node exporter,找到合适的模版复制他的ID, 这里推荐一个 ID为11074
Baidu address link: https://pan.baidu.com/s/11F6jEQjwok2Dir11lqving?pwd=3lr7 提取码: 3lr7
Baidu address link: https://pan.baidu.com/s/1evgFP2TeUk0HwplV3oAmVQ?pwd=m4eu 提取码: m4eu
配置Grafana
A monitoring panel shows the import success
启动Jmeter性能压测
查看Prometheus
查看http://10.70.12.11:9100/metrics
查看 Grafana
结语
ok,到这里,Real-time monitoring platform building performance(Grafana+Prometheus+Node explorer+Jmeter)And the demo is done,我们下期见...
边栏推荐
- redis集群模式--解决redis单点故障
- 四大函数式接口
- IDEA使用记录
- Keras与tensorflow 使用基础
- 2022 building welder (building a special type of work) examination questions and simulation test
- [Untitled] 2022 Amination Process Exam Questions Mock Exam Question Bank and Online Mock Exam
- Thymeleaf
- BGP综合实验
- 宝塔Linux环境下redis开启多端口
- 玩转mysql之查看mysql版本号
猜你喜欢
随机推荐
BitLocker的解密
Delphi7学习记录-demo实例
Thymeleaf
Configure checkstyle in IDEA
Switch and Router Technology-35-NAT to PAT
MySQL索引
IDEA中配置checkstyle
输入字符串,替换其中敏感词进行输出
实战noVNC全过程操作(包含遇到的问题和解决)
redis集群模式--解决redis单点故障
(一)Docker安装Redis实战(一主二从三哨兵)
基础数据之double和float区别
for循环使用多线程优化
Switch and Router Technology - 32 - Named ACL
阿里天池学习赛 新闻文本分类
MFC 进程间通信(共享内存)
pytorch基础之 pytorch 模型开发模板
搭建PX4开发环境
【嵌入式开源库】使用J-Link打印日志,让你节省一个打印串口
Pytorch最全安装教程(一步到位)