隨筆 - 0, 文章 - 264, 評論 - 170, 引用 - 0
          數(shù)據(jù)加載中……

          linux下監(jiān)控cpu、memo、io、swap性能數(shù)據(jù)

          直接貼腳本:
          1、cpu
          #!/bin/bash
          CurrentDate
          =`date -d today '+%Y%m%d'`
          CurrentTime
          =`date -d today '+%Y%m%d%H%M'`
          mytext
          ="$CurrentTime\t`top -b -n 1 | grep Cpu\(s\)`"
          echo 
          -e $mytext >> /home/www/monitor/log/cpu$CurrentDate.log
          2、memo
          #!/bin/bash
          CurrentDate
          =`date -d today '+%Y%m%d'`
          CurrentTime
          =`date -d today '+%Y%m%d%H%M'`
          mytext
          ="$CurrentTime\t`top -b -n 1 | grep Mem:`"
          echo 
          -e $mytext >> /home/www/monitor/log/memo$CurrentDate.log
          3、io
          #!/bin/bash
          CurrentDate
          =`date -d today '+%Y%m%d'`
          CurrentTime
          =`date -d today '+%Y%m%d%H%M'`
          mytext
          ="$CurrentTime\t`iostat -p sda | grep -w sda`"
          echo 
          -e $mytext >> /home/www/monitor/log/io$CurrentDate.log
          4、swap
          #!/bin/bash
          CurrentDate
          =`date -d today '+%Y%m%d'`
          CurrentTime
          =`date -d today '+%Y%m%d%H%M'`
          mytext
          ="$CurrentTime\t`top -b -n 1 | grep Swap:`"
          echo 
          -e $mytext >> /home/www/monitor/log/swap$CurrentDate.log


          posted on 2010-11-05 15:13 小一敗涂地 閱讀(1459) 評論(0)  編輯  收藏 所屬分類: linux相關(guān)

          主站蜘蛛池模板: 台南县| 凌海市| 玉门市| 华坪县| 淮北市| 汤原县| 衡东县| 富锦市| 长沙县| 平阴县| 砚山县| 延吉市| 临海市| 兴山县| 宿迁市| 特克斯县| 怀宁县| 徐州市| 黄浦区| 磐石市| 六安市| 巴林右旗| 连城县| 仙桃市| 丹凤县| 泸州市| 苍梧县| 靖江市| 原平市| 巴中市| 图片| 兴山县| 丰宁| 广州市| 桃园市| 平谷区| 罗源县| 辰溪县| 长武县| 晋城| 永济市|