All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rteval: Increase default buckets from 2000 to 3500
@ 2022-01-26 15:10 John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2022-01-26 15:10 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur

Increase the default buckets from 2000 to 3500

With commit 0292c8963611 we skip statistics reporting if we run out of
buckets. Increase the default number of buckets to make this less likely
to occur.

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 doc/rteval.8                             | 2 +-
 rteval/modules/measurement/cyclictest.py | 2 +-
 rteval/rteval.conf                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/rteval.8 b/doc/rteval.8
index fa24509ce7e5..25dcfcc298e7 100644
--- a/doc/rteval.8
+++ b/doc/rteval.8
@@ -122,7 +122,7 @@ Measurement thread interval in microseconds (default: 100)
 Interval increment in microseconds (default: 0)
 .TP
 .B \-\-cyclictest-buckets=NBUCKETS
-Number of 1 microsecond histogram buckets (default: 2000)
+Number of 1 microsecond histogram buckets (default: 3500)
 .TP
 .B \-\-hackbench-jobspercore=N
 Number of jobs per online-core for hackbench load
diff --git a/rteval/modules/measurement/cyclictest.py b/rteval/modules/measurement/cyclictest.py
index af8adeeeb402..5330d1466302 100644
--- a/rteval/modules/measurement/cyclictest.py
+++ b/rteval/modules/measurement/cyclictest.py
@@ -450,7 +450,7 @@ def ModuleParameters():
                          "default": 100,
                          "metavar": "INTV_US"},
             "buckets":  {"descr": "Histogram width",
-                         "default": 2000,
+                         "default": 3500,
                          "metavar": "NUM"},
             "priority": {"descr": "Run cyclictest with the given priority",
                          "default": 95,
diff --git a/rteval/rteval.conf b/rteval/rteval.conf
index 7ce6ef0b5acc..aa0a53bcfc63 100644
--- a/rteval/rteval.conf
+++ b/rteval/rteval.conf
@@ -6,7 +6,7 @@ duration:  60.0
 report_interval: 600
 
 [cyclictest]
-buckets:	2000
+buckets:	3500
 interval:	100
 distance:	0
 priority:	95
-- 
2.34.1


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

* Re: [PATCH] rteval: Increase default buckets from 2000 to 3500
@ 2022-02-05 17:26 Crystal Sweet
  0 siblings, 0 replies; 2+ messages in thread
From: Crystal Sweet @ 2022-02-05 17:26 UTC (permalink / raw)
  To: jkacur; +Cc: linux-rt-users, williams

I never said you could add all this shit and coding to my phone to fuck up my emails! I already have open investigations with Verizon and Apple. You are fucked! I have your name and I have your email and I have your fucking codes and IP addresses and everything else. Have fun working with Rachel Greenway she’ll be going to present to. 

Sent from my iPhone

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

end of thread, other threads:[~2022-02-05 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 15:10 [PATCH] rteval: Increase default buckets from 2000 to 3500 John Kacur
2022-02-05 17:26 Crystal Sweet

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.