标签:联通 swap stack log red pre salt cache bsp
命令格式
salt ‘<操作目标>‘ <方法>[参数]
查看被控主机内存使用情况
[root@node1 ~]# salt ‘*‘ cmd.run ‘free -h‘ node2: total used free shared buff/cache available Mem: 727M 127M 406M 5.1M 194M 473M Swap: 1.5G 0B 1.5G
查看以node开头的主机IP是否联通
[root@node1 ~]# salt -E ‘^node‘ test.ping node2: True node3: True
标签:联通 swap stack log red pre salt cache bsp
原文地址:http://www.cnblogs.com/wanglan/p/7417531.html