解决orzdba采集数据库性能指标不全的问题

背景

调试数据库的性能指标采集工具orzdba,发现它生成的指标文件内容与正常的不全,如文件 /tmp/orzdba/192.168.1.1_3306_20250327.log 的内容如下:

python 复制代码
--------                                -QPS-    -TPS-            -Hit%- --------------threads--------------- -------bytes------ 
  time  |  ins&rep      upd      del      sel     iudr|     lor      hit|      run      con      cre      cac|     recv     send|
01:42:42|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.03K    1.28K|
01:42:43|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.06K    1.32K|
01:42:44|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.05K    1.32K|
01:42:45|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.06K    1.32K|
01:42:46|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.06K    1.32K|
01:42:47|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.06K    1.32K|
01:42:48|        0        0        0        0        0|       0   100.00|        1        1        0       12|    1.06K    1.32K|

正常的采集指标内容为:

python 复制代码
-------- ----------load-avg--------- ----cpu-usage--- ----------------------------------------io-usage----------------------------------------                                -QPS-    -TPS-            -Hit%- ---------innodb rows status--------- -------innodb bp pages status------- ----------innodb data status-------- ----innodb log----       his ----log(byte)----     read ------query------ --------------threads--------------- -------bytes------ ------innodb row lock------ ----table lock---- 
  time  |       1m       5m      15m| usr sys idl iow|      r/s      w/s     rB/s     wB/s     r_rt     w_rt    queue    await    svctm %util|  ins&rep      upd      del      sel     iudr|     lor      hit|      ins      upd      del     read|     data     free    dirty    flush|    reads   writes     read  written|   fsyncs  written|     list   uflush    uckpt     view   inside      que|      run      con      cre      cac|     recv     send| cur_wait     time    waits|      imd     wait|
01:26:02|     1.72     3.76     5.59|   2   0  98   0|     0.40     5.19    5.95K   73.55K   230.77    23.95      0.0      0.0      0.2   0.1|
01:26:03|     1.72     3.76     5.59|   4   0  96   0|     0.59     4.41    8.50K   64.34K   210.53    21.13      0.0      0.0      0.3   0.1|
01:26:04|     1.72     3.76     5.59|   3   0  97   0|     0.62     4.54    9.35K   52.31K      200    20.55      0.0      0.0      0.2   0.1|
01:26:05|     1.82     3.75     5.57|   5   1  94   0|     0.25     5.16    3.16K   83.88K      250    24.10      0.0      0.0      0.2   0.1|
01:26:06|     1.82     3.75     5.57|   2   0  98   0|     0.25     1.77    3.88K   36.65K      250    35.09      0.0      0.1      0.4   0.1|

排查:

单独跑了一下脚本,发现有报错:

python 复制代码
# /usr/bin/perl /export/servers/orzdba 3306 -monitor -nocolor
sh: lvdisplay: command not found
sh: lvdisplay: command not found
awk: cmd. line:1: {if($1== && $2==) print $3}
awk: cmd. line:1:          ^ syntax error
awk: cmd. line:1: {if($1== && $2==) print $3}
awk: cmd. line:1:                 ^ syntax error

原来是系统内缺少lvm2包,安装命令如下:

python 复制代码
yum install lvm2
相关推荐
倔强的石头_1 小时前
kingbase备份与恢复实战(二)—— sys_dump库级逻辑备份与恢复(Windows详细步骤)
数据库
jiayou641 天前
KingbaseES 实战:深度解析数据库对象访问权限管理
数据库
李广坤2 天前
MySQL 大表字段变更实践(改名 + 改类型 + 改长度)
数据库
爱可生开源社区3 天前
2026 年,优秀的 DBA 需要具备哪些素质?
数据库·人工智能·dba
随逸1773 天前
《从零搭建NestJS项目》
数据库·typescript
加号34 天前
windows系统下mysql多源数据库同步部署
数据库·windows·mysql
シ風箏4 天前
MySQL【部署 04】Docker部署 MySQL8.0.32 版本(网盘镜像及启动命令分享)
数据库·mysql·docker
李慕婉学姐4 天前
Springboot智慧社区系统设计与开发6n99s526(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。
数据库·spring boot·后端
百锦再4 天前
Django实现接口token检测的实现方案
数据库·python·django·sqlite·flask·fastapi·pip
tryCbest4 天前
数据库SQL学习
数据库·sql