linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Clark Williams <williams@redhat.com>
To: John Ogness <john.ogness@linutronix.de>
Cc: Phil Edworthy <phil.edworthy@renesas.com>,
	rt-users <linux-rt-users@vger.kernel.org>,
	John Kacur <jkacur@gmail.com>, Carsten Emde <C.Emde@osadl.org>
Subject: Re: cyclictest result variations
Date: Wed, 28 Mar 2018 10:31:56 -0500	[thread overview]
Message-ID: <20180328103156.61721154@tagon> (raw)
In-Reply-To: <87370kqmec.fsf@linutronix.de>

On Wed, 28 Mar 2018 16:56:27 +0200
John Ogness <john.ogness@linutronix.de> wrote:

> On 2018-03-28, Phil Edworthy <phil.edworthy@renesas.com> wrote:
> >> > I found that cyclictest results vary from one run to another.
> >> >
> >> > [...]
> >> >
> >> > Is it common knowledge that cyclictest results vary so much from
> >> > one run to another? Any ideas how to mitigate this?  
> >> 
> >> It would be helpful if you provided the command arguments you use for
> >> your tests. Particularly important options to consider:
> >> 
> >>     -a / --affinity
> >>     -m / --mlockall
> >>     -n / --nanosleep
> >>     -t / --threads
> >>          --secaligned
> >> 
> >> and of course giving it an appropriate realtime priority:
> >> 
> >>     -p / --priority  
> >
> > Sure:
> > cyclictest   -m -n -Sp99 -i200 -h300 -M -D 10h  
> 
> I would recommend using prio 98 instead of 99. In general, applications
> should not be taking the CPU from the migration or watchdog tasks. And
> usually you want cyclictest to reflect the latencies of real
> applications.

Agree, please don't use fifo:99. Honestly there's no difference between fifo:51
and fifo:98. The interrupt threads default to fifo:50, so you want to be above that
but no real need to contend with migration, watchdog or posix timers. 

Also, if you are on a NUMA architecture system, you may want to use the
--numa/-U option, instead of the --smp/-S option. With that option cyclictest
uses the libnuma calls to allocate a stack on the local NUMA node for each
measurement thread (trying to avoid cross-node allocations). 

Clark

           reply	other threads:[~2018-03-28 15:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87370kqmec.fsf@linutronix.de>]

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=20180328103156.61721154@tagon \
    --to=williams@redhat.com \
    --cc=C.Emde@osadl.org \
    --cc=jkacur@gmail.com \
    --cc=john.ogness@linutronix.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=phil.edworthy@renesas.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 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).