摘要:
-- 事务每秒提交数show global status like 'Com_commit';-- 事务每秒回滚数show global status like 'Com_rollback';-- mysql服务运行时间show global status like 'Uptime';tps = ( 阅读全文
摘要:
#!/bin/bash # shell脚本头部 case $1 in "start"){ # in{} 当前目录kafka目录名字 for i in {kafka1 kafka2 kafka3} ; do # echo用于字符串输出 echo "$i 启动中" ssh $i "/opt/kafka/ 阅读全文