On Tuesday 05 December 2006 21:38, Aiello, Steve (GE, Corporate, consultant) wrote:
Is "ExtendedStatus On" in your httpd.conf ? Otherwise not all the stats will be shown. Note that this option can "The collection of extended status information can slow down the server." per the apache 2.0 docs. Yes, I enabled debugging for rrd and this is in the log:
2006-12-05 21:50:18 hobbitd_rrd: Got message 5 @@data#5|1165351818.947607| 172.30.0.36||igfniasprd01|apache 2006-12-05 21:50:18 startpos 22029, fillpos 22029, endpos -1 2006-12-05 21:50:18 RRD update param 00: 'rrdupdate' 2006-12-05 21:50:18 RRD update param 01: '/home/users/hobbit/data/rrd/igfniasprd01/apache.rrd' 2006-12-05 21:50:18 RRD update param 02: '-t' 2006-12-05 21:50:18 RRD update param 03: 'TA:TKB:BW:IW:CPU:REQPERSEC' 2006-12-05 21:50:18 RRD update param 04: '1165351818:5258570:15942591:3:17:.00566578:.740424' 2006-12-05 21:50:18 Want msg 6, startpos 22029, fillpos 22029, endpos -1, usedbytes=0, bufleft=506354 This is the info in the rrd file rrdtool info apache.rrd | grep last last_update = 1165351818 ds[TA].last_ds = "5258570" ds[TKB].last_ds = "15942591" ds[BW].last_ds = "UNKN" ds[IW].last_ds = "UNKN" ds[CPU].last_ds = "UNKN" ds[REQPERSEC].last_ds = "UNKN" So it looks like only the first 2 numbers are stored and the rest is ignored. Stef