Hi,

Under Linux system, IO waiting processes are also counted in the load,
leading to really big values, fare above 100 when you have thousands of
processes waiting for the sames resources.
---
 src/types.db |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/types.db b/src/types.db
index e6345ab..08dba69 100644
--- a/src/types.db
+++ b/src/types.db
@@ -83,7 +83,7 @@ ipt_packets value:DERIVE:0:U
 irq value:DERIVE:0:U
 latency value:GAUGE:0:65535
 links value:GAUGE:0:U
-load shortterm:GAUGE:0:100, midterm:GAUGE:0:100, longterm:GAUGE:0:100
+load shortterm:GAUGE:0:25000, midterm:GAUGE:0:25000, longterm:GAUGE:0:25000
 memcached_command value:DERIVE:0:U
 memcached_connections value:GAUGE:0:U
 memcached_items value:GAUGE:0:U
-- 
1.7.4.1


-- 
François-Xavier Bourlet

Attachment: 0001-type.db-raise-up-load-limit-to-25000.patch
Description: Binary data

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to