From: Frederic Weisbecker <fweisbec@gmail.com>
To: Nico <segfault2@hotmail.com>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>
Subject: Re: ksoftirqd problem
Date: Wed, 30 Dec 2009 22:15:57 +0100 [thread overview]
Message-ID: <20091230211555.GD6322@nowhere> (raw)
In-Reply-To: <BLU118-W2048C3510A781E30899013E68A0@phx.gbl>
On Sun, Dec 13, 2009 at 08:05:29PM +0100, Nico wrote:
>
> Hi,
>
> I recently switched to kernel 2.6.32 (self configured/compiled) and I've noticed an odd behavior on one of my servers. I run a bittorrent tracker on one of my servers and when using kernel 2.6.32, every now and then ksoftirqd will jump up to 20% of my CPU for almost a minute. The tracker has a total peers amount of ~45000 peers (if it matters) and this behavior seems to only happen under kernel 2.6.32. Switching back to kernel 2.6.31.1 on the server, ksoftirdq does not behave that way.
>
> Any thoughts?
>
> PS: please CC me as I'm not subscribed to the list
>
> Thanks :)
Hi,
I wonder if this problem still happens in 2.6.33-rc2.
A trace of softirqs during the issue would be helpful
to determine which softirq is the culprit:
mount -t debugfs /debug
echo 1 > /debug/tracing/events/irq/softirq_entry/enable
# wait a bit
echo 0 > /debug/tracing/events/irq/softirq_entry/enable
cat trace
Thanks.
prev parent reply other threads:[~2009-12-30 21:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-13 19:05 ksoftirqd problem Nico
2009-12-30 21:15 ` Frederic Weisbecker [this message]
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=20091230211555.GD6322@nowhere \
--to=fweisbec@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=segfault2@hotmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.