您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 一个用了统计CPU 内存 硬盘 使用率的shell脚本

  2. 一个统计 CPU 内存 硬盘 使用率的shell脚本,供大家学习参考
  3. 所属分类:其它

    • 发布日期:2020-09-15
    • 文件大小:33792
    • 提供者:weixin_38559569
  1. 一个用了统计CPU 内存 硬盘 使用率的shell脚本

  2. 代码如下:#!/bin/bash#This scr ipt is use for describle CPU Hard Memery Utilizationtotal=0idle=0system=0user=0nice=0mem=0vmexec=/usr/bin/vmstatwhich sar > /dev/null 2>&1if [ $? -ne 0 ]then  ver=`vmstat -V | awk ‘{printf $3}’`  nice=0  temp=`vmstat 1
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:37888
    • 提供者:weixin_38632797