public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: GeunSik Lim <leemgs1@gmail.com>
To: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
Cc: williams <williams@redhat.com>, tglx <tglx@linutronix.de>,
	linux-rt-users <linux-rt-users@vger.kernel.org>
Subject: Re: [PATCH 2/3] cyclictest: Fix the same priority method of many threads with -h option.
Date: Thu, 2 Jul 2009 12:06:10 +0900	[thread overview]
Message-ID: <49b7c2350907012006g6aa2cccet1f64393afc63b023@mail.gmail.com> (raw)
In-Reply-To: <49b7c2350907011956x1db068a9u71ad58612506b908@mail.gmail.com>

>  I will send patch again with belows contents.
> ------------------------------------------------------------------------
> diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8
> index 48b2c5e..1bbdac0 100644
> --- a/src/cyclictest/cyclictest.8
> +++ b/src/cyclictest/cyclictest.8
> @@ -91,7 +91,8 @@ event tracing (used with \-b)
>  Enable function tracing using ftrace as tracer. This option is
> available only with \-b.
>  .TP
>  .B \-h, \-\-histogram=MAXLATENCYINUS
> -Dump latency histogram to stdout
> +Dump latency histogram to stdout. US means that the max time to be be
>
> tracked in microseconds. When you use -h option to get histogram data,
> Cyclictest runs many threads with same priority without priority--.
>
> +
>  .TP
>  .B \-i, \-\-interval=INTV
>  Set the base interval of the thread(s) in microseconds (default is
>
> 1000us). This sets the interval of the first thread. See also \-d.
>
> diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
> index 3e2d500..8ebeb33 100644
> --- a/src/cyclictest/cyclictest.c
> +++ b/src/cyclictest/cyclictest.c
> @@ -774,6 +774,7 @@ static void display_help(void)
>              "                           to modify value to minutes,
> hours or days\n"
>              "-h       --histogram=US    dump a latency histogram to
> stdout after the run\n"
>              "                           US is the max time to be be
>
> tracked in microseconds\n"
> ----------------------------------------------------------------------------

Sorry. I mistook. I attached patch contents again.
Sven, Can you tell me your opinion about below contents?
Thks,

diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8
index 48b2c5e..1bbdac0 100644
--- a/src/cyclictest/cyclictest.8
+++ b/src/cyclictest/cyclictest.8
@@ -91,7 +91,8 @@ event tracing (used with \-b)
 Enable function tracing using ftrace as tracer. This option is
available only with \-b.
 .TP
 .B \-h, \-\-histogram=MAXLATENCYINUS
-Dump latency histogram to stdout
+Dump latency histogram to stdout. US means that the max time to be be
tracked in microseconds. When you use -h option to get histogram data,
Cyclictest runs many threads with same priority without priority--.
+
 .TP
 .B \-i, \-\-interval=INTV
 Set the base interval of the thread(s) in microseconds (default is
1000us). This sets the interval of the first thread. See also \-d.
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 3e2d500..8ebeb33 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -774,6 +774,7 @@ static void display_help(void)
 	       "                           to modify value to minutes, hours
or days\n"
 	       "-h       --histogram=US    dump a latency histogram to
stdout after the run\n"
 	       "                           US is the max time to be be
tracked in microseconds\n"
+	       "                           (with same priority about many threads)\n"
                "-w       --wakeup          task wakeup tracing (used
with -b)\n"
                "-W       --wakeuprt        rt task wakeup tracing
(used with -b)\n",
 	       tracers




-- 
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
           leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-07-02  3:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-26 15:38 [PATCH 2/3] cyclictest: Fix the same priority method of many threads with -h option GeunSik Lim
2009-06-29 11:05 ` Sven-Thorsten Dietrich
2009-06-30  2:15   ` GeunSik Lim
2009-06-30  2:56 ` Sven-Thorsten Dietrich
2009-06-30  7:12   ` GeunSik Lim
2009-06-30  9:30     ` Sven-Thorsten Dietrich
2009-07-01 13:42       ` GeunSik Lim
2009-07-01 23:43         ` Sven-Thorsten Dietrich
2009-07-02  2:56           ` GeunSik Lim
2009-07-02  3:06             ` GeunSik Lim [this message]
2009-07-02 20:42               ` Sven-Thorsten Dietrich

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=49b7c2350907012006g6aa2cccet1f64393afc63b023@mail.gmail.com \
    --to=leemgs1@gmail.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=sven@thebigcorporation.com \
    --cc=tglx@linutronix.de \
    --cc=williams@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox