1. 首页
  2. 数据库
  3. 其它
  4. 自动杀掉占用较多CPU资源的Shell脚本

自动杀掉占用较多CPU资源的Shell脚本

上传者: 2021-01-14 14:58:59上传 PDF文件 29.19KB 热度 9次
代码如下:#!/bin/bash # March-13-2006# CPUuse trigger script by Noel## bash code to watch a running program’s CPU usage.# if it’s above a set value, it will auto send an email.# You will need to set a Cron job to run this script every xx minutes## Set some needed things:#processToWatch=”convert” # in my
用户评论