linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Priyanka Jain <Priyanka.Jain@freescale.com>
To: <jkacur@redhat.com>, <williams@redhat.com>,
	<frank.rowand@am.sony.com>, <linux-rt-users@vger.kernel.org>,
	<dvhart@linux.intel.com>, <Rajan.Srivastava@freescale.com>
Cc: <Poonam.Aggrwal@freescale.com>,
	Priyanka Jain <Priyanka.Jain@freescale.com>
Subject: [PATCH 0/4] Add cyclicload testtool support
Date: Thu, 30 Aug 2012 15:26:43 +0530	[thread overview]
Message-ID: <1346320607-6691-1-git-send-email-Priyanka.Jain@freescale.com> (raw)

*** BLURB HERE ***

Cyclicload test-tool is designed to simulate
load in form of one or two load threads.
It uses cyclictest as its base code.

But as cyclictest and cyclicload are targeted
for different test cases, cyclicload is coded as separate tool.
For easy code maintenance, source code of cyclictest is first
duplicated as cyclicload code and then calibration and load generation
logic has been added above that.
Plan is to move common code to library later on.

Developed against
	git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
	commitID: 857cdd5320ce1f293f5dbcbec79cc8fe22b0bebf

Priyanka Jain (4):
  Add README for cyclicload test tool
  Duplicates cyclictest code as cyclicload
  Add cyclicload calibration & load generation feature
  Add cyclicload manual page

 Makefile                    |    7 +-
 src/cyclicload/README       |  273 ++++++
 src/cyclicload/cyclicload.8 |  206 ++++
 src/cyclicload/cyclicload.c | 2259 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2744 insertions(+), 1 deletions(-)
 create mode 100644 src/cyclicload/README
 create mode 100644 src/cyclicload/cyclicload.8
 create mode 100644 src/cyclicload/cyclicload.c

-- 
1.7.4.1




             reply	other threads:[~2012-08-30  9:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30  9:56 Priyanka Jain [this message]
2012-08-30  9:56 ` [PATCH 1/4] Add README for cyclicload test tool Priyanka Jain
2012-08-30  9:56 ` [PATCH 2/4] Duplicates cyclictest code as cyclicload Priyanka Jain
2012-08-30  9:56 ` [PATCH 3/4] Add cyclicload calibration & load generation feature Priyanka Jain
2012-10-19  4:32   ` Jain Priyanka-B32167
2012-10-19 15:39     ` John Kacur
2012-08-30  9:56 ` [PATCH 4/4] Add cyclicload manual page Priyanka Jain

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=1346320607-6691-1-git-send-email-Priyanka.Jain@freescale.com \
    --to=priyanka.jain@freescale.com \
    --cc=Poonam.Aggrwal@freescale.com \
    --cc=Rajan.Srivastava@freescale.com \
    --cc=dvhart@linux.intel.com \
    --cc=frank.rowand@am.sony.com \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).