Create grafana-node-exporter-dashboard.md#8105
Conversation
|
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
| @@ -0,0 +1,139 @@ | |||
| --- | |||
| title: Node Exporter 面板重要监控指标详解 | |||
| aliases: ['/docs-cn/dev/grafana-overview-dashboard/','/docs-cn/dev/reference/key-monitoring-metrics/overview-dashboard/'] | |||
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
| - Swap: 系统的交换内存情况 | ||
| - Swap Activity: 交换内存使用情况 | ||
| - Page/Swap in/out: 分页和交换内存的写入/写出情况 | ||
| - Mem Fault: 内存错误情况 |
|
tech reviewer: @ethercflow @breeswish PTAL |
|
|
||
| ## Kernel | ||
|
|
||
| - OS: 操作系统类型 |
| - Kernel version: 内核版本 | ||
| - Interrupts: 内核中断情况 | ||
| - Forks: Linux 下创建进程的系统调用情况 | ||
| - Context Switches: 内核任务切换情况 |
There was a problem hiding this comment.
A context switch (also sometimes referred to as a process switch or a task switch) is the switching of the CPU (central processing unit) from one process or thread to another.
| - Memory: 内存的使用情况 | ||
| - Distribution: 内存分布情况 | ||
| - Available Buddy Pages - Zone Normal: linuxbuddy 系统管理物理内存的 debug 信息,低值表示内存碎片严重 | ||
| - Active/Inactive: 活跃或非活跃内存情况,非活跃的内存将会优先回收,活跃的内存,除非绝对必要否则不会回收 |
| - Distribution: 内存分布情况 | ||
| - Available Buddy Pages - Zone Normal: linuxbuddy 系统管理物理内存的 debug 信息,低值表示内存碎片严重 | ||
| - Active/Inactive: 活跃或非活跃内存情况,非活跃的内存将会优先回收,活跃的内存,除非绝对必要否则不会回收 | ||
| - Writeback and Dirty: 回写和脏页。回写:准备主动回写硬盘的缓存页;临时回写:用于临时写回缓冲区的内存;脏页:需要写回磁盘的数据大小 |
There was a problem hiding this comment.
Dirty %lu
Memory which is waiting to get written back to the
disk.
Writeback %lu
Memory which is actively being written back to the
disk.
|
@lilyjazz 有些地方的描述不大精确,请先参考:https://man7.org/linux/man-pages/man5/proc.5.html 修正下谢谢! |
|
/verify |
|
Removed the needs-cherry-pick-release-6.6 label because the v6.6 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v6.6 and will no longer receive new updates. |
|
@lilyjazz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Removed the |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Add a doc to explain metrics on the Node Exporter panel.
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?