摘要: interval=($2)name=($1)arrA=($3)while truedo a=(`top -b -n 2|grep Cpu|awk '{print $2}'`)echo $name.cpu.total" "${a[1]%%%us,}" "`date +%s`d=`free -m|gre... 阅读全文
posted @ 2015-05-14 14:23 刘文豪 阅读(348) 评论(0) 推荐(0) 编辑
摘要: Sub 总模块() Dim Dic, arr Dim i As Integer, r As Integer, x1, x2, x3, x4, x5, x6 As Integer Dim Str, Str1 As String '拆分字符串,并针对内存数据进行处理 ... 阅读全文
posted @ 2015-05-14 14:20 刘文豪 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: Sub 数据整理() Dim iAreaCount As Integer Dim i As Integer Dim sTemp, sTemp2 As String Dim iTemp As Long Dim bFind As Boolean Dim... 阅读全文
posted @ 2015-05-14 14:19 刘文豪 阅读(2610) 评论(0) 推荐(0) 编辑
摘要: iHour = Int((iTemp Mod 86400) / 3600) iMinute = Int((iTemp Mod 3600) / 60) iSecond = Int(iTemp Mod 60) 阅读全文
posted @ 2015-05-14 14:17 刘文豪 阅读(690) 评论(0) 推荐(0) 编辑