Searched refs:warn (Results 1 – 3 of 3) sorted by relevance
50 warn() { function78 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 monitoring114 : ${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`"[all …]
91 warn "WARNING: ${DB_BENCH} did not launch successfully! Abort!";
561 * Return an error on write if write_options.sync = true and write_options.disableWAL = true to warn…