CPU使用率监控脚本(达梦数据库)
达梦数据库使用脚本监控CPU使用率
脚本内容:
1 | #!/bin/bash |
执行脚本:
1 | nohup /bin/bash /home/dmdba/cpu_monitor.sh >> cpucheck.log 2>&1 & |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Zachary's Blog!
评论
达梦数据库使用脚本监控CPU使用率
脚本内容:
1 | #!/bin/bash |
执行脚本:
1 | nohup /bin/bash /home/dmdba/cpu_monitor.sh >> cpucheck.log 2>&1 & |