public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rteval: Fix issues with cyclictest.py module
@ 2021-09-02  9:24 Punit Agrawal
  2021-09-02  9:24 ` [PATCH 1/3] rteval: cyclictest.py Enable logging cyclictest output Punit Agrawal
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Punit Agrawal @ 2021-09-02  9:24 UTC (permalink / raw)
  To: jkacur
  Cc: Punit Agrawal, linux-rt-users, punit1.agrawal, Venkata.Pyla,
	dinesh.kumar

Hi,

A few areas of improvements to the cyclictest module were noted while
using rteval to evaluate latencies. The following small set of patches
address these.

The first patch persists the output of "cyclictest" - which is helpful
in getting more information than what is reported by rteval. It can
also help sanity check rteval output when needed.

The second patch uses the max latencies reported by cyclictest vs only
relying on the histogram latencies.

The third patch fixes the ordering of reported latencies.

All feedback welcome.

Thanks,
Punit

Punit Agrawal (3):
  rteval: cyclictest.py Enable logging cyclictest output
  rteval: cyclictest.py Parse max latencies from cyclictest ouput
  rteval: misc.py: Sort the list of cpus returned by online_cpus()

 rteval/misc.py                           |  1 +
 rteval/modules/measurement/cyclictest.py | 36 +++++++++++++++++++-----
 2 files changed, 30 insertions(+), 7 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-12 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-02  9:24 [PATCH 0/3] rteval: Fix issues with cyclictest.py module Punit Agrawal
2021-09-02  9:24 ` [PATCH 1/3] rteval: cyclictest.py Enable logging cyclictest output Punit Agrawal
2021-09-12 15:03   ` John Kacur
2021-09-02  9:24 ` [PATCH 2/3] rteval: cyclictest.py Parse max latencies from cyclictest ouput Punit Agrawal
2021-09-02  9:24 ` [PATCH 3/3] rteval: misc.py: Sort the list of cpus returned by online_cpus() Punit Agrawal
2021-09-12 15:39   ` John Kacur
2021-09-08 14:19 ` [PATCH 0/3] rteval: Fix issues with cyclictest.py module Punit Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox