DBA Dash is a tool for SQL Server DBAs to assist with daily checks, performance monitoring and change tracking. You can be up and running within minutes and it will provide you with a wealth of ...
#!/bin/bash Screen(){ screen -x $1 -p 0 -X stuff "$2" screen -x $1 -p 0 -X stuff "\n" } #clickhouse num=`ps -ef|grep go-mysql-ck|grep -v grep|wc -l` if [ $num -lt 1 ...