06 2017 档案

摘要:###restartAPP.ps1### $log="D:\xxxx\xxxx\xxxx.log.txt"$execFile="C:\Program Files (x86)\xxxx\xxxx\xxxx.exe"$Ipaddress='10.x.x.x'$Port=80 # 探测端口$t = New 阅读全文
posted @ 2017-06-22 09:50 记忆的红皮书 阅读(1124) 评论(0) 推荐(0)
摘要:1. iftop -nNP -i eth1 -f 'net (10.1.x.x/16 or 10.2.x.x/16)' -t -s 60 -i eth1 如果有多个网络接口,则需要注意网络接口的选择。 -t -s 60组合使用,表示取60秒网络流量输出到终端。这意味着你可以把输出重定向到文件,进行处 阅读全文
posted @ 2017-06-15 10:20 记忆的红皮书 阅读(939) 评论(0) 推荐(0)