supervisorctl 程序管理
[root@wghpt_tomcat2031_8006 ~]# supervisorctl status
dfs running pid 56001, uptime 151 days, 0:26:28
sshd running pid 8, uptime 207 days, 0:04:20
tomcat running pid 125004, uptime 14:35:38
第一列是服務名;
第二列是執行狀態,running表示執行中,fatal 表示執行失敗,starting表示正在啟動,stoped表示任務已停止;
第三/四列是程序號,最後是任務已經執行的時間。
[root@wghpt_tomcat2031_8006 ~]# supervisorctl status dfs
dfs running pid 56001, uptime 151 days, 0:28:15
supervisorctl stop dfs
supervisorctl stop all 關閉所有程序
supervisorctl stop tomcat 關閉tomcat
supervisorctl start dfs
supervisorctl start all 啟動所有程序
supervisorctl start tomcat 啟動tomcat
supervisorctl restart dsf
supervisorctl新增mysql啟動
1.新增mysql配置檔案 sangfor eds eds 490a59b5 etc supervisor conf.d cat mysql hive.conf program mysql command usr bin mysqld safe basedir usr user mysql prio...
Tcl TK之命令 命令 命令
在tcl中,一切動作都是通過命令實現的,命令通過換行符或分號隔開,對於使用過linux系統的朋友來說非常容易理解。tcl處理一條命令分為兩個步驟 解析和執行。下面將列舉幾個常見的命令 set命令用於建立 讀取和修改變數,此命令需要乙個或者兩個引數。第乙個引數是變數,第二個引數 若給出 是變數的新值。...
source 命令 命令
source 命令 從 c shell 而來 是 bash shell 的內建命令。點命令 就是乙個點符號.從 bourne shell 而來 是 source 的另一名稱。這兩個命令都以乙個指令碼檔名為引數,該指令碼將作為當前 shell 的環境執行,即不會啟動乙個新的子程序。所有在指令碼中設定的...