From owner-freebsd-questions Sat Sep 27 00:22:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06171 for questions-outgoing; Sat, 27 Sep 1997 00:22:37 -0700 (PDT) Received: from FreeBSD.csie.NCTU.edu.tw (daemon@freebsd.csie.nctu.edu.tw [140.113.235.250]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06155 for ; Sat, 27 Sep 1997 00:22:26 -0700 (PDT) Received: (from daemon@localhost) by FreeBSD.csie.NCTU.edu.tw (8.8.7/8.8.5) id PAA29129; Sat, 27 Sep 1997 15:22:24 +0800 (CST) To: questions@freebsd.org Path: not-for-mail From: dwhite@gdi.uoregon.edu (Doug White) Newsgroups: mailing.freebsd.questions Subject: Re: netstat -i for lo0 Date: 27 Sep 1997 15:22:24 +0800 Organization: NCTU CSIE FreeBSD Server Lines: 22 Message-ID: <60ic7g$se6$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 26 Sep 1997, Kevin Keyser wrote: > I have been seeing some strange behavior in my "netstat -i" numbers > for the loopback. Each time I run "netstat -i", ipkts and opkts are > incremented by 48. Note that it does not matter how long or short I > wait between invocations; the change is always 48, like running > netstat causes it. In the example below, the machine is otherwise > *very* idle, no cron jobs other than the install defaults, and is > the only node up on my net. I bet those added packets come from DNS lookups for `nova', `your-net' and `localhost'. Try running netstat -in instead, which disables the lookups. Note that the totals don't change. I get the same behavior but I do a DNS lookup to a server instead of to the localhost. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major