主頁 > 知識庫 > shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)

shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)

熱門標簽:電商外呼系統(tǒng)排名 合肥電銷外呼系統(tǒng)供應商 地圖標注審核周期 蘭州電銷機器人加盟 如何申請400的電話呀 AI智能電銷機器人壞處 電話機器人對家居行業(yè)幫助大嗎 黑暗之魂3地圖標注 沈陽ai電銷智能機器人

利用shell腳本實現(xiàn)每隔60秒磁盤內(nèi)存數(shù)據(jù)監(jiān)控

#!/bin/bash
#Author:GaoHongYu
#QQ:1061767621
#Time:2019-12-24 18:43:22
#Name:ncjk.sh
#Version:V1.0
clear
xtip=$(hostname -I)
cprl=$(df -Th |head -2|tail -1|cut -d " " -f 10)
cpky=$(df -Th |head -2|tail -1|cut -d " " -f 12)
cpbfb=$(df -Th |head -2|tail -1|cut -d " " -f 18)
ncrl=$(free -m |head -2|tail -1|cut -d " " -f 13)
ncsy=$(free -m |head -2|tail -1|cut -d " " -f 22)BC=$(echo "scale=2;$ncsy/$ncrl*100" |bc|cut -d "." -f 1)
i=1
while [ $i -le 60 ];do
  echo -e '\n' 
  echo -e '\n' 
  echo "-----磁盤監(jiān)控系統(tǒng)-----"
  echo "--作者:Mr_GaoHongYu--"
  echo -n "監(jiān)控本機IP地址:"$xtip
  echo -e '\n'
  echo "-----磁盤使用情況-----"
  echo -n "系統(tǒng)磁盤總?cè)萘浚?$cprl
  echo -e '\n'
  echo -n "當前磁盤可用容量:"$cpky
  echo -e '\n'
  echo -n "可用容量百分比:"$cpbfb
  echo -e '\n'
  echo "-----內(nèi)存使用情況-----"
  echo -n "內(nèi)存總?cè)萘浚?$ncrl
  echo -e '\n'
  echo -n "內(nèi)存已使用:"$ncsy
  echo -e '\n'
  echo -n "內(nèi)存已用百分比:"
  echo "$BC%"
    sleep 60
  let i++
done

效果如圖:

以上就是shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)的詳細內(nèi)容,更多關(guān)于shell 磁盤監(jiān)控的資料請關(guān)注腳本之家其它相關(guān)文章!

您可能感興趣的文章:
  • 使用shell腳本采集系統(tǒng)cpu、內(nèi)存、磁盤、網(wǎng)絡(luò)等信息
  • 獲取磁盤IO與系統(tǒng)負載Load的shell腳本
  • 監(jiān)視磁盤使用情況的Shell腳本(本地+遠程)
  • shell腳本快速創(chuàng)建、格式化、掛載新添加的磁盤實現(xiàn)方法詳解

標簽:河北 通遼 淮南 黔南 黔南 河池 常州 隴南

巨人網(wǎng)絡(luò)通訊聲明:本文標題《shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)》,本文關(guān)鍵詞  shell,腳本,實現(xiàn),磁盤,監(jiān)控系統(tǒng),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)》相關(guān)的同類信息!
  • 本頁收集關(guān)于shell腳本實現(xiàn)磁盤監(jiān)控系統(tǒng)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章