linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: mingo@elte.hu
Cc: jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: scheduling anomaly on uml (was: -rt doesn't compile for UML)
Date: Thu, 29 Nov 2007 12:36:09 +0100	[thread overview]
Message-ID: <E1Ixhgf-0001CF-MC@dorka.pomaz.szeredi.hu> (raw)
In-Reply-To: <20071129105744.GI10577@elte.hu> (message from Ingo Molnar on Thu, 29 Nov 2007 11:57:44 +0100)

> > I can't say I'm understading these traces very well, but here's a 
> > snippet that looks a bit strange.  I'm running 'while true; do date; 
> > done' in parallel with the dd.
> > 
> > For some time it is doing 100% CPU as expected, then it goes into a 
> > second or so of mosty idle (afaics), and then returns to the normal 
> > pattern again.
> 
> try:
> 
>   echo 1 > /proc/sys/kernel/stackframe_tracing
> 
> to get symbolic stack backdumps for the wakeup points, and add 
> trace_special_sym() calls to generate extra stackdump entries at 
> arbitrary places. schedule() does not have it right now - it might make 
> sense to add it.

Umm, trace_special_sym() is ifdefed out, because UML doesn't have
save_stack_trace().

> also, enabling mcount:
> 
>  echo 1 > /proc/sys/kernel/mcount_enabled
> 
> will give you a _lot_ more verbose trace. Likewise:
> 
>  echo 1 > /proc/sys/kernel/syscall_tracing
> 
> (but for that you'd have to add the sys_call()/sys_ret() instrumentation 
> that x86 has in entry_32.S)

I'll have a look.

> but even this highlevel trace shows something weird:
> > events/0-4     0.... 16044512us+: schedule <<idle>-0> (20 -5)
> >   <idle>-0     0.... 16044564us!: schedule <events/0-4> (-5 20)
> >   <idle>-0     0.Nh. 16076072us+: __trace_start_sched_wakeup <date-7133> (120 -1)
> >   <idle>-0     0.Nh. 16076075us+: __trace_start_sched_wakeup <dd-6444> (120 -1)
> >   <idle>-0     0.Nh. 16076078us+: __trace_start_sched_wakeup <kswapd0-33> (115 -1)
> >       dd-6444  0.... 16076104us+: schedule <<idle>-0> (20 0)
> 
> how come UML idled for 30 msecs here, while the workload was supposed to 
> be CPU-bound? It's not IO bound anywhere, right? No SMP artifacts 
> either, right?

Yes.  The UML kernel is UP, and I don't think 'date' or 'bash' want to
do any disk I/O.

Could disk I/O be blocking the tty?  I think UML uses separate threads
for these, but I don't know the details.

Miklos

  reply	other threads:[~2007-11-29 11:36 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-28 12:47 -rt doesn't compile for UML Miklos Szeredi
2007-11-28 12:50 ` Ingo Molnar
2007-11-28 13:09   ` Miklos Szeredi
2007-11-28 13:15     ` Ingo Molnar
2007-11-28 13:15       ` Ingo Molnar
2007-11-28 13:24         ` Miklos Szeredi
2007-11-28 15:08     ` Jeff Dike
2007-11-28 15:38       ` Miklos Szeredi
2007-11-28 15:41         ` Ingo Molnar
2007-11-28 16:00           ` Miklos Szeredi
2007-11-28 16:05             ` Ingo Molnar
2007-11-28 16:57               ` Miklos Szeredi
2007-11-28 17:02                 ` Ingo Molnar
2007-11-28 17:02                 ` Miklos Szeredi
2007-11-28 17:24                   ` Ingo Molnar
2007-11-28 17:25                   ` Miklos Szeredi
2007-11-28 17:38         ` Jeff Dike
2007-11-28 15:06 ` Jeff Dike
2007-11-28 15:35   ` Miklos Szeredi
2007-11-28 18:29     ` Jeff Dike
2007-11-28 18:37       ` Ingo Molnar
2007-11-28 18:46       ` Miklos Szeredi
2007-11-29 10:19         ` scheduling anomaly on uml (was: -rt doesn't compile for UML) Miklos Szeredi
2007-11-29 10:57           ` Ingo Molnar
2007-11-29 11:36             ` Miklos Szeredi [this message]
2007-11-29 11:50               ` Ingo Molnar
2007-11-29 16:07             ` Miklos Szeredi
2007-11-29 16:25               ` Ingo Molnar
2007-11-29 18:05                 ` Miklos Szeredi
2007-11-29 19:26                   ` Ingo Molnar
2007-11-29 17:02           ` Jeff Dike
2007-11-29 17:16             ` Ingo Molnar
2007-11-29 17:58               ` Miklos Szeredi
2007-11-30 19:44             ` Miklos Szeredi

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=E1Ixhgf-0001CF-MC@dorka.pomaz.szeredi.hu \
    --to=miklos@szeredi.hu \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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).