On Thu, Jul 07, 2005 at 03:13:11PM +0200, Gianluca Rossi wrote:
Henrik Stoerner wrote:
Just to return on my original post, with bb-memory extension i see the "netstat" reports from windows, but i still can't view the graph, the error is
RRD error updating /dati/hobbit/data/rrd/ctxdc1/netstat.rrd from 127.0.0.1: expected 13 data source readings (got 16)from 1120740867:16053630:11719046:1:579008:5422023:54611:210255:78:U:U:U:U:1361321631:930771102:U:686131:...
Somehow you're getting a "netstat.rrd" file created that is in the wrong format. Hobbit always generates netstat.rrd files with 16 datasets, never 13. Could you try running this:
rrdtool dump /dati/hobbit/data/rrd/ctxdc1/netstat.rrd |grep "<name>"
the file has 16 datasets:
hobbit (at) bb1:~/data/rrd/ctxdc1$ rrdtool dump netstat.rrd | grep '<name>'
<name> udpInDatagrams </name>
<name> udpOutDatagrams </name>
<name> udpInErrors </name>
<name> tcpActiveOpens </name>
<name> tcpPassiveOpens </name>
<name> tcpAttemptFails </name>
<name> tcpEstabResets </name>
<name> tcpCurrEstab </name>
<name> tcpOutDataBytes </name>
<name> tcpInInorderBytes </name>
<name> tcpInUnorderBytes </name>
<name> tcpRetransBytes </name>
<name> tcpOutDataPackets </name>
<name> tcpInInorderPackets </name>
<name> tcpInUnorderPackets </name>
<name> tcpRetransPackets </name>I am sure that this file was generated by hobbit, because i never had a netstat graph for windows machines.This will show the datasets defined in this RRD file. I suspect that it has been generate by the old netstat-larrd.pl script from LARRD.
thanx for your help
-- Gianluca