expect远程获取服务器性能数据

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了expect远程获取服务器性能数据相关的知识,希望对你有一定的参考价值。

#!/usr/bin/expect

set timeout 5

spawn ssh [email protected] "df -Th >>/root/disk.txt"


expect {


"*yes/no" { send "yes\r"; exp_continue}


"*password:" { send "vision\r" }


}



spawn scp 192.168.3.8:/root/disk.txt /root/


expect "*password*"

send "vision\r"


expect eof


本文出自 “小V运维之路” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1915058

以上是关于expect远程获取服务器性能数据的主要内容,如果未能解决你的问题,请参考以下文章

expect提取性能数据cpu/disk/mem

27 分发系统介绍 expect脚本远程登录 expect脚本远程执行命令 expect脚本传递参数

性能测试之JMeter远程模式

本地 CPU 可能会降低接收数据包时的远程 CPU 性能

使用远程分发器进行事务复制对 SQL Server 2008 的性能影响

使用 PowerShell 在远程服务器上创建性能计数器