From owner-freebsd-hackers Thu Mar 28 08:54:26 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18242 for hackers-outgoing; Thu, 28 Mar 1996 08:54:26 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA18214 Thu, 28 Mar 1996 08:54:20 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA01790; Thu, 28 Mar 1996 09:50:33 -0700 Date: Thu, 28 Mar 1996 09:50:33 -0700 From: Nate Williams Message-Id: <199603281650.JAA01790@rocky.sri.MT.net> To: John Brann Cc: gpalmer@FreeBSD.ORG (Gary Palmer), questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: iijppp problems - related to interrupts? In-Reply-To: <199603280259.VAA03591@jbrann> References: <1403.827887073@palmer.demon.co.uk> <199603280259.VAA03591@jbrann> Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Is the interrupt level extraordinary? > > > > I should say so. From my machine, which for a while was downloading a > > large file at 3.1K sec with a 115200 baud DTE rate to a 28k8 > > modem. I'm using a 16550 COM port: > > > > gary@palmer:~> vmstat -i > [vmstat details deleted] > > Total 2812314 366 > > The thing about vmstat is that it averages over the whole of uptime. I'm > suffering big spikes. The easiest way to check the instantaneous interrupt rate is 'systat -vmstat'. If anyone knows a different way let me know. Nate