1、orztop查看show full processlist

MySQL运维相关工具汇总(待补充)

http://hidba.org/?p=841

 

2、orzdba查看系统状态信息

http://code.taobao.org/p/orzdba/src/trunk/

MySQL运维相关工具汇总(待补充)

运行的时候出现错误:

Usage: Socket::inet_ntoa(ip_address_sv) at /data1/guosong/bin/orzdba/orzdba line 477.

my $ip = inet_ntoa((gethostbyname($hostname))[4]);

作用是将hostname转换为ip,由于服务器上没有机器名,故转换出现错误。

处理的方式是把ip赋值127.0.0.1

MySQL运维相关工具汇总(待补充)

相关文章:

  • 2021-12-06
  • 2021-11-18
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-02-10
  • 2021-06-18
  • 2021-08-06
  • 2021-10-01
  • 2021-09-25
  • 2022-02-26
相关资源
相似解决方案