Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 15:06:59 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Ryan Stone <rstone@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r272284 - head/usr.bin/systat
Message-ID:  <20150222120659.GA28811@zxy.spb.ru>
In-Reply-To: <201409291738.s8THcpxo038996@svn.freebsd.org>
References:  <201409291738.s8THcpxo038996@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 29, 2014 at 05:38:51PM +0000, Ryan Stone wrote:

> Author: rstone
> Date: Mon Sep 29 17:38:50 2014
> New Revision: 272284
> URL: http://svnweb.freebsd.org/changeset/base/272284
> 
> Log:
>   Fix integer truncation in affecting systat -ifstat
>   
>   The "systat -ifstat" command was using a u_int to store byte counters.
>   With a 10Gbps or faster interface, this overflows within the default
>   5 second refresh period.  Switch to using a uint64_t across the board,
>   which matches the size used for all counters as of r263102.
>   
>   PR:		182448
>   MFC after:	1 week
>   Sponsored by:	Sandvine Inc

No NFC yet.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150222120659.GA28811>