Date: Thu, 21 Mar 2013 16:07:14 +0000 From: Nicolas de Bari Embriz Garcia Rojas <nbari@inbox.im> To: freebsd-net@freebsd.org Subject: Re: netstat -ib Obytes empty for alias on main interface Message-ID: <514B3032.1070205@inbox.im> In-Reply-To: <514B04F5.5010603@inbox.im> References: <514B04F5.5010603@inbox.im>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is the output with a better formatting: http://pastebin.com/arrRsM78 What I would like to understand is why lo1 shows Obytes (incrementing) while bce0 IP's don't lo1 is a using NAT also the sum of lo1 (not including the <Ling# main link) do not mach. can some one please help me to better understand the output of netstat -ib . regards. On 03/21/2013 13:02, Nicolas de Bari Embriz Garcia Rojas wrote: > Hi all, I want to know the total of bytes in and out of each IP address > assigned as an alias to an bce0 interlace. > > if I run netstat -ib I get something like this: >> netstat -ib > Name Mtu Network Address Ipkts Ierrs Idrop > Ibytes Opkts Oerrs Obytes Coll > bce0 1500 <Link#1> 78:2b:cb:71:aa:7f 1733163 0 0 > 199210984 1562794 0 339429658 0 > bce0 1500 174.142.192.0 hostserver 225655 - > - 33210469 1588858 - 317543703 - > bce0 1500 fe80::7a2b:cb fe80::7a2b:cbff:f 0 - > - 0 0 - > 0 - > bce0 1500 174.142.193.5 jail1 9930 > - - 533577 0 - > 0 - > bce0 1500 174.142.193.5 jail2 130567 - > - 269049579 0 - 0 - > bce0 1500 174.142.193.5 jail3 264 > - - 14072 0 - > 0 - > bce0 1500 174.142.193.5 jail4 978747 - > - 94504639 0 - 0 - > bce0 1500 174.142.193.5 jail5 329095 - > - 117322843 0 - 0 - > bce0 1500 174.142.193.5 jail6 260 > - - 13998 0 - > 0 - > bce0 1500 72.55.175.68/ jail7 141953 - > - 45070407 0 - 0 - > ... > ... > lo1 16384 <Link#11> 424903 > 0 0 30341272 424880 0 30338825 0 > lo1 16384 172.16.13.0 172.16.13.1 30415 - - > 2173077 30361 - 2172801 - > lo1 16384 172.16.13.2/3 172.16.13.2 104842 - - > 8848322 40993 - 3957589 - > lo1 16384 172.16.13.3/3 172.16.13.3 8696 - > - 351244 8668 - 349132 - > lo1 16384 172.16.13.30/ 172.16.13.30 344856 - > - 23862253 344856 - 23862253 - > > > I only have Input bytes per IP but not Obytes for the alias on bce0 but > I do have the Ibytes and Obytes for the lo1 cloned interface, also any > idea of how to avoid truncating the output, the network IP's display > part of the IP not the full address, my idea is to use this output to > create some stats. > > Any ideas ? > > thanks in advance. > > regards. > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514B3032.1070205>