From: Florian Forster Date: Thu, 25 Oct 2007 18:05:08 +0000 (+0200) Subject: types.db: Raise the maximum value of `ps_cputime' from 1s/1s to 16s/1s.. X-Git-Tag: collectd-4.2.0~1^2~5 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c5f79c76f7d858f2a34c8c5c42de1caafc43af41;p=collectd.git types.db: Raise the maximum value of `ps_cputime' from 1s/1s to 16s/1s.. This should work with machines with up to 16 processors.. --- diff --git a/src/types.db b/src/types.db index 884dfcd4..99a341fe 100644 --- a/src/types.db +++ b/src/types.db @@ -51,7 +51,7 @@ percent percent:GAUGE:0:100.1 ping ping:GAUGE:0:65535 power value:GAUGE:0:U ps_count processes:GAUGE:0:1000000, threads:GAUGE:0:1000000 -ps_cputime user:COUNTER:0:1000000, syst:COUNTER:0:1000000 +ps_cputime user:COUNTER:0:16000000, syst:COUNTER:0:16000000 ps_pagefaults minflt:COUNTER:0:9223372036854775807, majflt:COUNTER:0:9223372036854775807 ps_rss value:GAUGE:0:9223372036854775807 ps_state value:GAUGE:0:65535