当前位置:网站首页>The meaning of node_exporter performance monitoring information collection in Prometheus
The meaning of node_exporter performance monitoring information collection in Prometheus
2022-07-31 14:27:00 【soul tail ac】
System Uptime: 系统(服务器)运行时间
Total RAM:总内存
CPU Cores: Cpu核数
CPU IOWait:Cpu IO阻塞程度, 一般iowait在20%will affect the business
CPU Busy: in useCPU占比
Used Max Mount(/):The percentage of used disks
Used RAM Memory: The percentage of memory in use
Used SWAP: The percentage of virtual memory in use
Disk Space Used Basic(EXT4/XFS):The percentage of disk space for all mounted filesystems
EXT4: 第四代扩展文件系统,是Linux系统下的日志文件系统
XFS:一种高性能的日志文件系统
Open File Descriptor(left)/Context switches(right):It is estimated that it is the case of opening files and thread switching
Open File Descriptor:文件描述符
Context switches:上下文(进程)切换
System Load: linux系统负载平均值
注意两个关键词:一个是“负载”,它衡量的是task(linux 内核中用于描述一个进程或者线程)对系统的需求(CPU、内存、IO等等),第二个关键词是“平均”,它计算的是一段时间内的平均值,分别为 1、5 和 15 分钟值.system load average由内核负载计算并记录在/proc/loadavg 文件中, 用户态的工具(比如uptime,top等等)读的都是这个文件.
如果load接近0,意味着系统处于空闲状态
如果 1min 平均值高于 5min 或 15min 平均值,则负载正在增加
如果 1min 平均值低于 5min 或 15min 平均值,则负载正在减少
如果它们高于系统 CPU 的数量,那么系统很可能遇到了性能问题(视情况而定)
CPU Basic:cpu的基本信息
Busy System: cpuOccupation in the core state
Busy User: cpuThe proportion of processing user mode
Busy Iowait: cpu处理于ioThe percentage of time spent waiting
Busy IRQs: cpuThe proportion of processing interrupt status
Idle: cpuPercentage in idle state
Network Traffic Basic: Basic network information for each interface
Receive: 各个(所有)Download traffic for the network interface
Transmit: 各个(所有)Upload traffic for the network interface
Disk Space User Basic:The percentage of disk space for all mounted filesystems

Memory Basic:内存的基本信息
RAM Total:内存大小
RAM Used: 已使用的内存大小(内存总量-空闲的内存大小-Buffer缓存和CachedThe size of the memory occupied by the cache)
RAM Free/Avaliable: 空闲的内存大小
RAM Cache + Buffer: CachedThe size of the memory occupied by the cache
SWAP Used: Size of swap memory used
Time Spent Doing I/Os:输入/输出操作花费的毫秒数
Sda_IO time: sda磁盘输入/The time spent in the output operation
Dm-0 time: lvmInput to the logical partition/The time spent in the output operation
– dm是device mapper(设备映射)的意思
Disk IOps Completed: The speed at which the disk completes reads and writes
Reads completed: 每个磁盘分区每秒读完成次数
Writes completed: 每个磁盘分区每秒写完成次数
Disk R/W data: Disk reads and writes data every second
Written Bytes:每个磁盘分区每秒写入的比特数
Read bytes: 每个磁盘分区每秒读取的比特数
Disk R/W Time(Reference:less than 100ms)(beta)
Rwite time:The number of milliseconds each disk partition write operation took
Read time:The number of milliseconds spent reading each disk partition
Network Sockstat: The number of sockets released by the network connection
Sockets_used:已使用的所有协议套接字总量
TCP_alloc: 已分配(已建立、已申请到sk_buff)的TCP套接字数量
TCP_tw: 等待关闭的TCP连接数
TCP_inuse: 正在使用(正在侦听)的TCP套接字数量
TCP_orphan: 无主(不属于任何进程)的TCP连接数(无用、待销毁的TCP socket数)
UDP_inuse: 正在使用的 UDP 套接字数量
UDP_mem: UDP 套接字缓冲区使用量
UDP_alloc: 已分配的UDP套接字数量
Hardware Temperature: 服务器温度
Because personal services do not have this monitoring data,So the picture is temporarily omitted
介绍完毕,Hope you all like it,谢谢
边栏推荐
- 小试牛刀:Go 反射帮我把 Excel 转成 Struct
- Architecture actual combat battalion module 8 message queue table structure design
- Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]
- The JVM a class loader
- C语言基础练(九九乘法表)与打印不同星号图案
- 已解决(pymysqL连接数据库报错)pymysqL.err.ProgrammingError: (1146,“Table ‘test.students‘ doesn‘t exist“)
- The use of thread pool two
- Selenium自动化测试之Selenium IDE
- 搭建私有的的Nuget包服务器教程
- "Listen to me, thank you" can be said in ancient poetry?Tsinghua University has developed an artifact of "Searching Sentences According to Meaning", which can search for the famous sayings you want wi
猜你喜欢

C# Get network card information NetworkInterface IPInterfaceProperties

1小时直播招募令:行业大咖干货分享,企业报名开启丨量子位·视点

IDEA连接MySQL数据库并使用数据

使用NVM进行node版本切换管理

For enterprises in the digital age, data governance is difficult, but it should be done

纸质说明书秒变3D动画,斯坦福大学吴佳俊最新研究,入选ECCV 2022

Redis 】 【 publish and subscribe message

Combination series - there are combinations when there are arrangements

Resnet&API

【redis】发布和订阅消息
随机推荐
使用NVM进行node版本切换管理
jvm 一之 类加载器
How to clean up the lodash.memoize cache in the element-plus virtual table virtual-list component?
Open Inventor 10.12 重大改进--和谐版
The magic of SQL MERGE statement (detailed instructions)
Spark学习(3)-Spark环境搭建-Standalone
jOOQ 3.14 released - SQL/XML and SQL/JSON support
ML、DL、CV常见的问题整理
架构实战营模块8消息队列表结构设计
leetcode: 485. Maximum number of consecutive 1s
最近很火的国产接口神器Apipost体验
对数字化时代的企业来说,数据治理难做,但应该去做
MySQL【子查询】
Motion capture system for end-positioning control of flexible manipulators
Sentinel流量控制
LeetCode旋转数组
Node version switching management using NVM
Redis与分布式:哨兵模式
Use of C# Assembly
MySQL玩到这种程度,难怪大厂抢着要!