[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] netstat statistic problem
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] netstat statistic problem
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Sat, 21 May 2005 14:36:59 +0200
- References: <428AFB4F.8090800@uni-osnabrueck.de>
- User-agent: Mutt/1.5.6+20040907i
On Wed, May 18, 2005 at 10:22:39AM +0200, Dirk Kastens wrote:
>
> I just discovered a problem with hobbit and netstat
> statistics. It seems that hobbit cannot handle values
> greater than 2^31. When I look at the netstat graphs
> of some of our hosts, the values of the in and out packets
> suddenly fell down to zero. When I call netstat -s on
> the hosts, the number of segments received or send out
> are above 2^31. The graphs from hosts where the values
> are below this limit are normal.
You're right, there's an "atol" conversion that shouldn't
happen. On 32-bit systems like most Intel-based systems, that
is bad.
Will fix ...
Henrik