9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: lucio@proxima.alt.za, 9fans@9fans.net
Subject: Re: [9fans] Interrupt saturation
Date: Sun, 28 Feb 2010 09:50:51 -0500	[thread overview]
Message-ID: <1ccbefbd6b532d37c0f89fd58b418378@ladd.quanstro.net> (raw)
In-Reply-To: <49e12aa4c1953073c3a6e3aee67a6998@proxima.alt.za>

On Sun Feb 28 04:57:09 EST 2010, lucio@proxima.alt.za wrote:
> The workstation I'm using presently seems to trigger as many
> interrupts as stats(1) can display, while the syscall graph is also
> extremely busy.
>
> I presume this is anomalous.  Killing the single instance of
> timesync(1) does not seem to make any difference at all.
>
> Any suggestions to where I should look?  I'm not running anything that
> would make me suspicious, but I'm going to restart the system just to
> check.

the exact number would be interesting.  i've added a field
to '#P/irqalloc' on my kernels that is the count of interrupts
per vector:

; cat '#P/irqalloc'
          3           0                    0 debugpt
          7           0                    0 mathemu
          8           0                    0 doublefault
          9           0                    0 mathover
         14           0                    0 fault386
         15           0                    0 unexpected
         16           0                    0 matherror
         50          18          18822033321 clock
         51          19                    0 lapicerror
         63          31                    0 lapicspurious
         65           1                    2 kbd
         73           9            772061679 ether0
         81          10              8689592 ether1
         89          11             11583013 ether2
         97           4                 5092 COM1
        105          14                    5 sdC (ata)

perhaps this would be useful.  you can pick it out
of ftp://ftp.quanstro.net/other/kernel.mkfs.bz2
in pc/trap.c.

- erik



  reply	other threads:[~2010-02-28 14:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-28  9:55 lucio
2010-02-28 14:50 ` erik quanstrom [this message]
2010-03-01  3:13 ` ron minnich
2010-03-01 17:39   ` lucio
2010-03-01 18:00     ` erik quanstrom
2010-03-01 19:12       ` lucio
2010-03-01 22:50         ` erik quanstrom
2010-03-02  4:01           ` lucio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ccbefbd6b532d37c0f89fd58b418378@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    --cc=lucio@proxima.alt.za \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).