From c5f79c76f7d858f2a34c8c5c42de1caafc43af41 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 25 Oct 2007 20:05:08 +0200 Subject: [PATCH] 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.. --- src/types.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2