Re: [Xenomai-core] xeno-test updates [rfc patch]

2006-04-24 Thread Philippe Gerum

Romain Lenglet wrote:

Le Vendredi 21 Avril 2006 12:53, Romain Lenglet a écrit :


Jim Cromie wrote:


Ive started adding to xeno-test, as outlined previously
(plus some)


[...]



- -v flag gets whole config (from either source)


[...]



Dont apply yet, not tested recently.


[...]

When this patch is applied, please also apply the attached
patch to the manpage for the new -v option.



Oops. Sorry, I made a typo in the synopsis line.
Please apply this patch instead.




Applied, thanks.

--

Philippe.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] xeno-test updates [rfc patch]

2006-04-20 Thread Romain Lenglet
Le Vendredi 21 Avril 2006 12:53, Romain Lenglet a écrit :
> Jim Cromie wrote:
> > Ive started adding to xeno-test, as outlined previously
> > (plus some)
>
> [...]
>
> > - -v flag gets whole config (from either source)
>
> [...]
>
> > Dont apply yet, not tested recently.
>
> [...]
>
> When this patch is applied, please also apply the attached
> patch to the manpage for the new -v option.

Oops. Sorry, I made a typo in the synopsis line.
Please apply this patch instead.

-- 
Romain LENGLET
--- xenomai/ChangeLog	2006-04-21 12:39:16.309296664 +0900
+++ xenomai-take2/ChangeLog	2006-04-21 13:20:44.888975048 +0900
@@ -1,3 +1,8 @@
+2006-04-21  Romain Lenglet <[EMAIL PROTECTED]>
+
+	* doc/man/xeno-test.man.in: Add documentation for the new -v option
+	added to the xeno-test script.
+
 2006-04-20  Jan Kiszka  <[EMAIL PROTECTED]>
 
 	* ksrc/skins/rtdm/device.[ch], ksrc/skins/rtdm/module.c: Catch
--- xenomai/doc/man/xeno-test.man.in	2006-04-19 18:06:11.448935160 +0900
+++ xenomai-take2/doc/man/xeno-test.man.in	2006-04-21 13:22:04.486874328 +0900
@@ -9,11 +9,11 @@
 .\" Xenomai distribution.
 .\"
 .pc
-.TH XENO-TEST 1 "2006-04-19" "@PACKAGE_VERSION@" "Xenomai"
+.TH XENO-TEST 1 "2006-04-21" "@PACKAGE_VERSION@" "Xenomai"
 .SH NAME
 xeno\-test \- Tests and measures the performance of a Xenomai installation
 .SH SYNOPSIS
-\fBxeno\-test\fP [\fB\-w\fP \fIworkloads\fP] [\fB\-d\fP \fIdevice\fP] [\fB\-W\fP \fIcommand\fP] [\fB\-p\fP \fIcommand\fP] [\fB\-L\fP [\fB\-N\fP \fIprefix\fP]] [\fB\-m\fP | \fB\-M\fP \fIemail\fP] [\fB\-s\fP] [\fB\-l\fP \fIsamples\fP] [\fB\-h\fP [\fB\-H\fP \fIcategories\fP] [\fB\-B\fP \fIgranularity\fP]] [\fB\-T\fP \fIseconds\fP [\fB\-q\fP]] [\fB\-\-\fP] [\fIargs\fP] ...
+\fBxeno\-test\fP [\fB\-v\fP] [\fB\-w\fP \fIworkloads\fP] [\fB\-d\fP \fIdevice\fP] [\fB\-W\fP \fIcommand\fP] [\fB\-p\fP \fIcommand\fP] [\fB\-L\fP [\fB\-N\fP \fIprefix\fP]] [\fB\-m\fP | \fB\-M\fP \fIemail\fP] [\fB\-s\fP] [\fB\-l\fP \fIsamples\fP] [\fB\-h\fP [\fB\-H\fP \fIcategories\fP] [\fB\-B\fP \fIgranularity\fP]] [\fB\-T\fP \fIseconds\fP [\fB\-q\fP]] [\fB\-\-\fP] [\fIargs\fP] ...
 .SH DESCRIPTION
 \fBxeno\-test\fP measures the performance of Xenomai, by executing Xenomai's \fBlatency\fP and \fBklatency\fP tests while generating a high workload on the system.
 The default command that is executed to simulate workload (if no alternate command is specified with a \fB-W\fP \fIcommand\fP option) is:
@@ -34,6 +34,9 @@
 .SH OPTIONS
 These following options are specific to \fBxeno\-test\fP:
 .TP
+\fB\-v\fP
+Produces more verbose tests results.
+.TP
 \fB\-w\fP \fIworkloads\fP
 The number of workload commands to execute simultaneously. By default, this number is \fB1\fP.
 .TP
@@ -119,6 +122,9 @@
 .BR uname (1)
 .SH HISTORY
 .TP
+2006-04-21
+Updated to document the new -v option.
+.TP
 2006-04-19
 Updated to document the new -m and -M options.
 .TP
___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] xeno-test updates [rfc patch]

2006-04-20 Thread Romain Lenglet
Jim Cromie wrote:
> Ive started adding to xeno-test, as outlined previously (plus
> some)
[...]
> - -v flag gets whole config (from either source)
[...]
> Dont apply yet, not tested recently.
[...]

When this patch is applied, please also apply the attached patch 
to the manpage for the new -v option.

-- 
Romain LENGLET
--- xenomai/ChangeLog	2006-04-21 12:39:16.309296664 +0900
+++ xenomai-xenotestverboseoption/ChangeLog	2006-04-21 12:48:38.149883912 +0900
@@ -1,3 +1,8 @@
+2006-04-21  Romain Lenglet <[EMAIL PROTECTED]>
+
+	* doc/man/xeno-test.man.in: Add documentation for the new -v option
+	added to the xeno-test script.
+
 2006-04-20  Jan Kiszka  <[EMAIL PROTECTED]>
 
 	* ksrc/skins/rtdm/device.[ch], ksrc/skins/rtdm/module.c: Catch
--- xenomai/doc/man/xeno-test.man.in	2006-04-19 18:06:11.448935160 +0900
+++ xenomai-xenotestverboseoption/doc/man/xeno-test.man.in	2006-04-21 12:47:25.918864696 +0900
@@ -9,11 +9,11 @@
 .\" Xenomai distribution.
 .\"
 .pc
-.TH XENO-TEST 1 "2006-04-19" "@PACKAGE_VERSION@" "Xenomai"
+.TH XENO-TEST 1 "2006-04-21" "@PACKAGE_VERSION@" "Xenomai"
 .SH NAME
 xeno\-test \- Tests and measures the performance of a Xenomai installation
 .SH SYNOPSIS
-\fBxeno\-test\fP [\fB\-w\fP \fIworkloads\fP] [\fB\-d\fP \fIdevice\fP] [\fB\-W\fP \fIcommand\fP] [\fB\-p\fP \fIcommand\fP] [\fB\-L\fP [\fB\-N\fP \fIprefix\fP]] [\fB\-m\fP | \fB\-M\fP \fIemail\fP] [\fB\-s\fP] [\fB\-l\fP \fIsamples\fP] [\fB\-h\fP [\fB\-H\fP \fIcategories\fP] [\fB\-B\fP \fIgranularity\fP]] [\fB\-T\fP \fIseconds\fP [\fB\-q\fP]] [\fB\-\-\fP] [\fIargs\fP] ...
+\fBxeno\-test\fP [\vB\-v\fP] [\fB\-w\fP \fIworkloads\fP] [\fB\-d\fP \fIdevice\fP] [\fB\-W\fP \fIcommand\fP] [\fB\-p\fP \fIcommand\fP] [\fB\-L\fP [\fB\-N\fP \fIprefix\fP]] [\fB\-m\fP | \fB\-M\fP \fIemail\fP] [\fB\-s\fP] [\fB\-l\fP \fIsamples\fP] [\fB\-h\fP [\fB\-H\fP \fIcategories\fP] [\fB\-B\fP \fIgranularity\fP]] [\fB\-T\fP \fIseconds\fP [\fB\-q\fP]] [\fB\-\-\fP] [\fIargs\fP] ...
 .SH DESCRIPTION
 \fBxeno\-test\fP measures the performance of Xenomai, by executing Xenomai's \fBlatency\fP and \fBklatency\fP tests while generating a high workload on the system.
 The default command that is executed to simulate workload (if no alternate command is specified with a \fB-W\fP \fIcommand\fP option) is:
@@ -34,6 +34,9 @@
 .SH OPTIONS
 These following options are specific to \fBxeno\-test\fP:
 .TP
+\fB\-v\fP
+Outputs more verbose tests results on the standard output.
+.TP
 \fB\-w\fP \fIworkloads\fP
 The number of workload commands to execute simultaneously. By default, this number is \fB1\fP.
 .TP
@@ -119,6 +122,9 @@
 .BR uname (1)
 .SH HISTORY
 .TP
+2006-04-21
+Updated to document the new -v option.
+.TP
 2006-04-19
 Updated to document the new -m and -M options.
 .TP
___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core