概述
查看--->选择“交互窗口”,即可打开该功能。如下图:
反选,取消该功能。
注意: 同时操作多台机器时,一定要在下图蓝色区域显示的情况下输入命令。否则,操作的只是当前一台机器。
需要的shell脚本如下:
文件名:nmonstart.sh
============================
#!/bin/sh
Tday=$(date +%Y%m%d)
file_path="/home/wallet1.0/nmon/$Tday"
#file_ser=$(cat /etc/redhat-release|awk '{print $1$2"_""AS"$7"."$10}')
file_ser=$(cat /etc/redhat-release|awk '{print $1"_"$3}')
file_ip=$"172.168.3.171"
file_time=$(date +%Y%m%d"_"%H%M%S)
file_format=".nmon"
path_log=$file_path/$file_ser-$file_ip-$file_time-$file_format
if [ ! -d $file_path ]
then
mkdir $file_path
chmod 777 $file_path
fi
./nmon -t -F $path_log -s 5 -c 1440
exit 0
=============================
最后
以上就是娇气绿草为你收集整理的显示多台服务器,用securecrt同时操作多台服务器的全部内容,希望文章能够帮你解决显示多台服务器,用securecrt同时操作多台服务器所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复