All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] patch - xeno-test: set useful default for latency runtimes
@ 2006-04-27 12:01 Jim Cromie
  2006-04-27 12:07 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Cromie @ 2006-04-27 12:01 UTC (permalink / raw)
  To: xenomai-core

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

hi

bump up the latency runtime default: -T 10, to something useful, but not 
too long: -T 120.
also inform help-user of existing defaults, some of which are wired in 
latency itself.

[-- Attachment #2: patch-test-tweaks --]
[-- Type: text/plain, Size: 1018 bytes --]

Index: scripts/xeno-test.in
===================================================================
--- scripts/xeno-test.in	(revision 1005)
+++ scripts/xeno-test.in	(working copy)
@@ -24,12 +24,12 @@
 	
   # following options are passed thru to latency
   -s	print statistics of sampled data (default on)
-  -h	print histogram of sampled data (default on)
+  -h	print histogram of sampled data (default on, implies -s)
   -q	quiet, dont print 1 sec sampled data (default on, off if !-T)
-  -T <sec test>	(default: 10 sec, for demo purposes)
-  -l <data/header lines>
-  -H <bucketcount>
-  -B <bucketsize ns>
+  -T <sec test>	(default: 120 sec)
+  -l <data/header lines> (default 21)
+  -H <bucketcount> (default 100)
+  -B <bucketsize ns> (default 1000)
 EOF
     # NB: many defaults are coded in latency
     exit 1
@@ -120,7 +120,7 @@
 
 run_w_load() {
     local opts="$*";
-    [ "$opts"  = '' ] && opts='-q -s -T 10'
+    [ "$opts"  = '' ] && opts='-q -s -T 120'
 
     boxinfo
     loudly generate_loads $workload

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

* Re: [Xenomai-core] patch - xeno-test: set useful default for latency runtimes
  2006-04-27 12:01 [Xenomai-core] patch - xeno-test: set useful default for latency runtimes Jim Cromie
@ 2006-04-27 12:07 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2006-04-27 12:07 UTC (permalink / raw)
  To: Jim Cromie; +Cc: xenomai-core

Jim Cromie wrote:
> hi
> 
> bump up the latency runtime default: -T 10, to something useful, but not 
> too long: -T 120.
> also inform help-user of existing defaults, some of which are wired in 
> latency itself.

Applied, thanks.

-- 

Philippe.


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

end of thread, other threads:[~2006-04-27 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-27 12:01 [Xenomai-core] patch - xeno-test: set useful default for latency runtimes Jim Cromie
2006-04-27 12:07 ` Philippe Gerum

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.