Lines Matching refs:warn
50 warn() { function
78 Usage ${ME} -p pid [-x {VMEM|RSS|CPU}] -l limit [-a {warn|die|kill}] [-n cycles] [-w wait]
90 -a: action. Currently {warn|die|kill} are supported.
93 warn: complain if usage exceeds threshold, but continue monitoring
114 : ${ACTION:=warn}
177 warn "Process $PID ended without incident."
198 warn "`date` WARNING: ${VAR} breached threshold ${LIMIT}, actual is ${VAL}"
202 warn "WARNING: dying without killing process ${PID} on ${SERVER}"
203 warn "The process details are below: "
204 warn "`ps -p ${PID} -o pid,ppid,bsdtime,rss,vsz,cmd,args`"
205 warn ""