Re: scale sysctl_sched_shares_ratelimit with nr_cpus

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Monday, August 18, 2008 - 12:01 am

* Zhang, Yanmin <yanmin.zhang@intel.com> wrote:


Does a scheduler trace show anything about why that drop happens? Do 
something like this to trace the scheduler:

assuming debugfs is mounted under /debug and CONFIG_SCHED_TRACER=y:

  echo 1 > /debug/tracing/tracing_cpumask
  echo sched_switch > /debug/tracing/available_tracers
  cat /debug/tracing/trace_pipe > trace.txt

( regarding tracing_cpumask: trace only 1 CPU to make sure volanomark is 
  not disturbed too much by many-CPUs tracing. )

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: scale sysctl_sched_shares_ratelimit with nr_cpus, Ingo Molnar, (Sun Aug 17, 11:52 pm)
RE: scale sysctl_sched_shares_ratelimit with nr_cpus, Zhang, Yanmin, (Sun Aug 17, 11:54 pm)
Re: scale sysctl_sched_shares_ratelimit with nr_cpus, Ingo Molnar, (Mon Aug 18, 12:01 am)
RE: scale sysctl_sched_shares_ratelimit with nr_cpus, Zhang, Yanmin, (Mon Aug 18, 1:26 am)
Re: scale sysctl_sched_shares_ratelimit with nr_cpus, Ingo Molnar, (Mon Aug 18, 1:42 am)
RE: scale sysctl_sched_shares_ratelimit with nr_cpus, Zhang, Yanmin, (Mon Aug 18, 1:45 am)