About orzdba

About orzdba

Shawn Yan Lv.6

OrzDBA

Perl脚本,用于对Linux主机和MySQL相关指标进行实时监控。

Usage

1
2
3
4
5
6
7
# system load
orzdba -sys
orzdba -lazy -rt -S /var/lib/mysql/mysql.sock
# mysql server
orzdba -mysql -S /var/lib/mysql/mysql.sock
# innodb
orzdba -innodb -S /var/lib/mysql/mysql.sock

Reference

  • Title: About orzdba
  • Author: Shawn Yan
  • Created at: 2018-04-20 16:15:01
  • Updated at: 2018-04-20 16:15:01
  • Link: https://shawnyan.cn/2018/mysql/mysql-tools-orzdba/
  • License: This work is licensed under CC BY-NC-SA 4.0.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") { if (hexo-config('comment.system') == "waline") { @require "./waline.styl" } else if (hexo-config('comment.system') == "gitalk") { @require "./gitalk.styl" } else if (hexo-config('comment.system') == "twikoo") { @require "./twikoo.styl" } } .comments-container display inline-block margin-top $spacing-unit width 100% #comment-anchor width 100% height 10px .comment-area-title width 100% margin 10px 0 font-size 1.38rem color var(--default-text-color) font-family 'Consolas', '宋体', sans-serif font-weight bold i color var(--default-text-color) +redefine-tablet() margin 5px 0 font-size 1.2rem
On this page