Skip to content
Snippets Groups Projects

update check_proc_mem; add doc page; speedup 5..10 times

Merged Hahn Axel (hahn) requested to merge 6908_check_rearbackup into master
1 file
+ 3
5
Compare changes
  • Side-by-side
  • Inline
+ 3
5
@@ -67,11 +67,9 @@ EXAMPLE:
$_self
Check processes with initial memory values
$_self -d /data/mybackups
Check iso files a given directory
$_self -d /data/mybackups -w 14 -c 28
Check iso files a given directory and customized limits
$_self -w 1000 -c 2000
Check processes consuming more than 1000 MB and mark those as critical
that use more than 2000 MB.
EOF
}
Loading