From: Jim Cromie <jim.cromie@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] patch - xeno-test: set useful default for latency runtimes
Date: Thu, 27 Apr 2006 08:01:00 -0400 [thread overview]
Message-ID: <4450B27C.6030200@domain.hid> (raw)
[-- 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
next reply other threads:[~2006-04-27 12:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-27 12:01 Jim Cromie [this message]
2006-04-27 12:07 ` [Xenomai-core] patch - xeno-test: set useful default for latency runtimes Philippe Gerum
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=4450B27C.6030200@domain.hid \
--to=jim.cromie@domain.hid \
--cc=xenomai@xenomai.org \
/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 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.