[collectd] [PATCH] type.db, raise up load limit to 25000

Francois-Xavier Bourlet fx at dotcloud.com
Fri Aug 5 01:50:37 CEST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20110804/1e6e0db2/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-type.db-raise-up-load-limit-to-25000.patch
Type: application/octet-stream
Size: 1006 bytes
Desc: not available
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20110804/1e6e0db2/attachment.obj>


More information about the collectd mailing list