当前位置:网站首页>(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,我们下期见...
边栏推荐
- 2022煤矿瓦斯检查考试题模拟考试题库及答案
- 判断一个字符串是否为空,如果为空,对其赋值,如果不为空,获取字符的个数并打印第一个字符
- redis分布式锁
- flask框架学习:debug与配置项
- 分库分表ShardingSphere-JDBC笔记整理
- Weekly recommended short video: your commonly used Polaroid, its predecessor turned out to be like this!
- 【无2022上海市安全员A证考试题库及模拟考试
- 【嵌入式开源库】使用J-Link打印日志,让你节省一个打印串口
- LeetCode刷题Top100之两数之和
- 阿里云无法远程连接数据库MySQL错误码10060解决办法_转载
猜你喜欢
随机推荐
【无标题】2022年胺基化工艺考试题模拟考试题库及在线模拟考试
Redis详解
Tips to improve your productivity, you have to know - Navitcat shortcuts
第二篇 DS5 Armv8 样例工程报错之GCC编译
Win10远程连接(实现多用户同时连接)
Oracle常用语句归纳_持续更新
2022年质量员-土建方向-通用基础(质量员)考试模拟100题及在线模拟考试
代码在线审查(添加网页批注)的实现
flaks框架学习:在 URL 中添加变量
for循环使用多线程优化
Linux中安装redis
[Embedded open source library] The use of MultiButton, an easy-to-use event-driven button driver module
arraylist之与linkedlist
分库分表ShardingSphere-JDBC笔记整理
BitLocker的解密
redis集群模式--解决redis单点故障
【嵌入式开源库】使用J-Link打印日志,让你节省一个打印串口
MyEclipse数据库工具使用教程:使用驱动程序
将double类型的数据转为字符串
报表控件Stimulsoft报告中的数据矩阵条形码介绍
https://blog.csdn.net/weixin_53846408/article/details/125014201









A monitoring panel shows the import success













