标签:tde stdin 应该 param get time and elf cli
问题:paramiko远程执行命令,需要等到命令返回信息,如果命令执行时间比较长,返回信息就需要等很久
方案:1、使用nohup + 待执行命令 + & ,使用后台执行的方式,应该可以快速返回
2、设置paramiko的执行命令等待超时时间
stdin, stdout, stderr = self.client.exec_command(cmd,timeout=10,get_pty=True)
标签:tde stdin 应该 param get time and elf cli
原文地址:http://www.cnblogs.com/shengulong/p/7927772.html