diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/pconf/memory/exhausted | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/pconf/memory/exhausted')
-rw-r--r-- | qa/pconf/memory/exhausted | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qa/pconf/memory/exhausted b/qa/pconf/memory/exhausted new file mode 100644 index 0000000..fad39ea --- /dev/null +++ b/qa/pconf/memory/exhausted @@ -0,0 +1,26 @@ +#pmieconf-rules 1 +# + +rule memory.exhausted + default = "$rule$" + predicate = +"some_host (30 %_sample swap.pagesout $hosts$ @0..9 > 0)" + enabled = yes + version = 1 + help = +"The system is swapping modified pages out of main memory to the +swap partitions, and has been doing this on at least 3 of the +last 10 evaluations of this rule. +There appears to be insufficient main memory to meet the resident +demands of the current workload."; + +string rule + default = "chronic main memory exhaustion" + modify = no + display = no; + +string action_expand + default = "%h" + modify = no + display = no; + |