Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Dpflag50 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`"
[all …]
Ddbench_monitor91 warn "WARNING: ${DB_BENCH} did not launch successfully! Abort!";
/rocksdb-6.9/
DHISTORY.md561 * Return an error on write if write_options.sync = true and write_options.disableWAL = true to warn