This is an automated email from the ASF dual-hosted git repository.

zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new a0ac402e8 [doc] add almalinux documentation (#1892)
a0ac402e8 is described below

commit a0ac402e8dff6e31f805ab5af3b0cff2be826864
Author: Jast <745925...@qq.com>
AuthorDate: Tue Apr 30 16:07:07 2024 +0800

    [doc] add almalinux documentation (#1892)
    
    Co-authored-by: zhangshenghang <shenghang.zh...@avrisdigital.com>
    Co-authored-by: zhangshenghang <ad...@hadoop.wiki>
    Co-authored-by: Logic <zqr10...@dromara.org>
---
 home/docs/help/almalinux.md                        | 117 +++++++++++++++++++++
 .../current/help/almalinux.md                      | 117 +++++++++++++++++++++
 home/sidebars.json                                 |   3 +-
 3 files changed, 236 insertions(+), 1 deletion(-)

diff --git a/home/docs/help/almalinux.md b/home/docs/help/almalinux.md
new file mode 100644
index 000000000..380e1439a
--- /dev/null
+++ b/home/docs/help/almalinux.md
@@ -0,0 +1,117 @@
+---
+id: almalinux
+title: Monitoring AlmaLinux Operating System Monitoring
+sidebar_label: AlmaLinux Operating System
+keywords: [open-source monitoring system, open-source operating system 
monitoring, AlmaLinux operating system monitoring]
+---
+> Collect and monitor common performance metrics of the AlmaLinux operating 
system.
+
+### Configuration Parameters
+
+
+| Parameter Name    | Parameter Help Description                               
                                                                             |
+| ----------------- | 
-------------------------------------------------------------------------------------------------------------------------------------
 |
+| Monitoring Host   | The monitored peer's IPv4, IPv6, or domain name. Note ⚠️ 
No protocol header (e.g., https://, http://).                              |
+| Task Name         | A unique name to identify this monitoring task.          
                                                                             |
+| Port              | The port provided by Linux SSH, default is 22.           
                                                                             |
+| Timeout           | Set the connection timeout in milliseconds, default is 
6000 ms.                                                                       |
+| Connection Reuse  | Set whether to reuse SSH connections, default is false. 
If false, a new connection will be created for each retrieval of information. |
+| Username          | SSH connection username, optional.                       
                                                                             |
+| Password          | SSH connection password, optional.                       
                                                                             |
+| Collector         | Configure which collector to use for scheduling data 
collection for this monitoring.                                                 
 |
+| Monitoring Period | The interval time for periodic data collection, in 
seconds, with a minimum interval of 30 seconds.                                 
   |
+| Binding Tags      | Used for classifying and managing monitoring resources.  
                                                                             |
+| Description Note  | Additional notes to identify and describe this 
monitoring, where users can make notes.                                         
       |
+| Key               | The key required to connect to the server.               
                                                                             |
+
+### Data Collection Metrics
+
+#### Metric Set: Basic System Information
+
+
+| Metric Name    | Metric Unit | Metric Help Description  |
+| -------------- | ----------- | ------------------------ |
+| Host Name      | None        | Host name                |
+| System Version | None        | Operating system version |
+| Uptime         | None        | Uptime                   |
+
+#### Metric Set: CPU Information
+
+
+| Metric Name    | Metric Unit | Metric Help Description           |
+| -------------- | ----------- | --------------------------------- |
+| info           | None        | CPU model                         |
+| cores          | Cores       | Number of CPU cores               |
+| interrupt      | Count       | Number of CPU interrupts          |
+| load           | None        | Average CPU load (1/5/15 minutes) |
+| context_switch | Count       | Number of context switches        |
+| usage          | %           | CPU usage                         |
+
+#### Metric Set: Memory Information
+
+
+| Metric Name | Metric Unit | Metric Help Description             |
+| ----------- | ----------- | ----------------------------------- |
+| total       | Mb          | Total memory capacity               |
+| used        | Mb          | Memory used by user programs        |
+| free        | Mb          | Free memory capacity                |
+| buff_cache  | Mb          | Memory used for cache               |
+| available   | Mb          | Remaining available memory capacity |
+| usage       | %           | Memory usage rate                   |
+
+#### Metric Set: Disk Information
+
+
+| Metric Name   | Metric Unit | Metric Help Description                |
+| ------------- | ----------- | -------------------------------------- |
+| disk_num      | Count       | Total number of disks                  |
+| partition_num | Count       | Total number of partitions             |
+| block_write   | Blocks      | Total number of blocks written to disk |
+| block_read    | Blocks      | Total number of blocks read from disk  |
+| write_rate    | IOPS        | Disk block write rate per second       |
+
+#### Metric Set: Network Card Information
+
+
+| Metric Name    | Metric Unit | Metric Help Description       |
+| -------------- | ----------- | ----------------------------- |
+| interface_name | None        | Network card name             |
+| receive_bytes  | Byte        | Inbound data traffic (bytes)  |
+| transmit_bytes | Byte        | Outbound data traffic (bytes) |
+
+#### Metric Set: File System
+
+
+| Metric Name | Metric Unit | Metric Help Description |
+| ----------- | ----------- | ----------------------- |
+| filesystem  | None        | Name of the file system |
+| used        | Mb          | Used disk size          |
+| available   | Mb          | Available disk size     |
+| usage       | %           | Usage rate              |
+| mounted     | None        | Mount point directory   |
+
+#### Metric Set: Top 10 CPU Processes
+
+Statistics for the top 10 processes using the CPU. Statistics include: process 
ID, CPU usage, memory usage, and executed command.
+
+
+| Metric Name | Metric Unit | Metric Help Description |
+| ----------- | ----------- | ----------------------- |
+| pid         | None        | Process ID              |
+| cpu_usage   | %           | CPU usage               |
+| mem_usage   | %           | Memory usage            |
+| command     | None        | Executed command        |
+
+#### Metric Set: Top 10 Memory Processes
+
+Statistics for the top 10 processes using memory. Statistics include: process 
ID, memory usage, CPU usage, and executed command.
+
+
+| Metric Name | Metric Unit | Metric Help Description |
+| ----------- | ----------- | ----------------------- |
+| pid         | None        | Process ID              |
+| mem_usage   | %           | Memory usage            |
+| cpu_usage   | %           | CPU usage               |
+| command     | None        | Executed command        |
+
+---
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/almalinux.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/almalinux.md
new file mode 100644
index 000000000..64f15c377
--- /dev/null
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/almalinux.md
@@ -0,0 +1,117 @@
+---
+id: almalinux
+title: 监控:AlmaLinux操作系统监控    
+sidebar_label: AlmaLinux操作系统    
+keywords: [开源监控系统, 开源操作系统监控, AlmaLinux操作系统监控]
+---
+> 对AlmaLinux操作系统的通用性能指标进行采集监控。
+
+### 配置参数
+
+
+| 参数名称 | 参数帮助描述                                                              |
+| -------- | 
------------------------------------------------------------------------- |
+| 监控Host | 被监控的对端IPV4,IPV6或域名。注意⚠️不带协议头(eg: https://, http://)。 |
+| 任务名称 | 标识此监控的名称,名称需要保证唯一性。                                    |
+| 端口     | Linux SSH对外提供的端口,默认为22。                                       |
+| 超时时间 | 设置连接的超时时间,单位ms毫秒,默认6000毫秒。                            |
+| 复用连接 | 设置SSH连接是否复用,默认为:false。为false每次回去信息都会创建一个连接    |
+| 用户名   | SSH连接用户名,可选                                                       |
+| 密码     | SSH连接密码,可选                                                         |
+| 采集器   | 配置此监控使用哪台采集器调度采集                                          |
+| 监控周期 | 监控周期性采集数据间隔时间,单位秒,可设置的最小间隔为30秒                |
+| 绑定标签 | 用于对监控资源进行分类管理                                                |
+| 描述备注 | 更多标识和描述此监控的备注信息,用户可以在这里备注信息                    |
+| 密钥     | 连接服务器所需密钥                                                        |
+
+### 采集指标
+
+#### 指标集合:系统基本信息
+
+
+| 指标名称       | 指标单位 | 指标帮助描述 |
+| -------------- | -------- | ------------ |
+| Host Name      | 无       | 主机名称     |
+| System Version | 无       | 操作系统版本 |
+| Uptime         | 无       | 启动时间     |
+
+#### 指标集合:CPU 信息
+
+
+| 指标名称       | 指标单位 | 指标帮助描述                |
+| -------------- | -------- | --------------------------- |
+| info           | 无       | CPU型号                     |
+| cores          | 核数     | CPU内核数量                 |
+| interrupt      | 个数     | CPU中断数量                 |
+| load           | 无       | CPU最近1/5/15分钟的平均负载 |
+| context_switch | 个数     | 当前上下文切换数量          |
+| usage          | %        | CPU使用率                   |
+
+#### 指标集合:内存信息
+
+
+| 指标名称   | 指标单位 | 指标帮助描述     |
+| ---------- | -------- | ---------------- |
+| total      | Mb       | 总内存容量       |
+| used       | Mb       | 用户程序内存量   |
+| free       | Mb       | 空闲内存容量     |
+| buff_cache | Mb       | 缓存占用内存     |
+| available  | Mb       | 剩余可用内存容量 |
+| usage      | %        | 内存使用率       |
+
+#### 指标集合:磁盘信息
+
+
+| 指标名称      | 指标单位 | 指标帮助描述       |
+| ------------- | -------- | ------------------ |
+| disk_num      | 块数     | 磁盘总数           |
+| partition_num | 分区数   | 分区总数           |
+| block_write   | 块数     | 写入磁盘的总块数   |
+| block_read    | 块数     | 从磁盘读出的块数   |
+| write_rate    | iops     | 每秒写磁盘块的速率 |
+
+#### 指标集合:网卡信息
+
+
+| 指标名称       | 指标单位 | 指标帮助描述        |
+| -------------- | -------- | ------------------- |
+| interface_name | 无       | 网卡名称            |
+| receive_bytes  | byte     | 入站数据流量(bytes) |
+| transmit_bytes | byte     | 出站数据流量(bytes) |
+
+#### 指标集合:文件系统
+
+
+| 指标名称   | 指标单位 | 指标帮助描述   |
+| ---------- | -------- | -------------- |
+| filesystem | 无       | 文件系统的名称 |
+| used       | Mb       | 已使用磁盘大小 |
+| available  | Mb       | 可用磁盘大小   |
+| usage      | %        | 使用率         |
+| mounted    | 无       | 挂载点目录     |
+
+
+
+#### 指标集合:Top10 CPU进程
+
+统计进程使用CPU的Top10进程。统计信息包括:进程ID、CPU占用率、内存占用率、执行命令。
+
+
+| 指标名称  | 指标单位 | 指标帮助描述 |
+| --------- | -------- | ------------ |
+| pid       | 无       | 进程ID       |
+| cpu_usage | %        | CPU占用率    |
+| mem_usage | %        | 内存占用率   |
+| command   | 无       | 执行命令     |
+
+#### 指标集合:Top10 内存进程
+
+统计进程使用内存的Top10进程。统计信息包括:进程ID、内存占用率、CPU占用率、执行命令。
+
+
+| 指标名称  | 指标单位 | 指标帮助描述 |
+| --------- | -------- | ------------ |
+| pid       | 无       | 进程ID       |
+| mem_usage | %        | 内存占用率   |
+| cpu_usage | %        | CPU占用率    |
+| command   | 无       | 执行命令     |
diff --git a/home/sidebars.json b/home/sidebars.json
index 029fd2223..4ba03040c 100755
--- a/home/sidebars.json
+++ b/home/sidebars.json
@@ -191,7 +191,8 @@
             "help/windows",
             "help/ubuntu",
             "help/debian",
-            "help/centos"
+            "help/centos",
+            "help/almalinux"
           ]
         },
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org
For additional commands, e-mail: notifications-h...@hertzbeat.apache.org

Reply via email to