利用shell脚本实现每隔60秒磁盘内存数据监控

#!/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 "-----磁盘监控系统-----"
  echo "--作者:Mr_GaoHongYu--"
  echo -n "监控本机IP地址:"$xtip
  echo -e '\n'
  echo "-----磁盘使用情况-----"
  echo -n "系统磁盘总容量:"$cprl
  echo -e '\n'
  echo -n "当前磁盘可用容量:"$cpky
  echo -e '\n'
  echo -n "可用容量百分比:"$cpbfb
  echo -e '\n'
  echo "-----内存使用情况-----"
  echo -n "内存总容量:"$ncrl
  echo -e '\n'
  echo -n "内存已使用:"$ncsy
  echo -e '\n'
  echo -n "内存已用百分比:"
  echo "$BC%"
    sleep 60
  let i++
done

效果如图:

shell脚本实现磁盘监控系统

以上就是shell脚本实现磁盘监控系统的详细内容,更多关于shell 磁盘监控的资料请关注其它相关文章!

标签:
shell,磁盘,shell,磁盘监控

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
内蒙古资源网 Copyright www.nmgbbs.com

评论“shell脚本实现磁盘监控系统”

暂无“shell脚本实现磁盘监控系统”评论...

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。