linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add cyclicload testtool support
@ 2012-08-30  9:56 Priyanka Jain
  2012-08-30  9:56 ` [PATCH 1/4] Add README for cyclicload test tool Priyanka Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Priyanka Jain @ 2012-08-30  9:56 UTC (permalink / raw)
  To: jkacur, williams, frank.rowand, linux-rt-users, dvhart,
	Rajan.Srivastava
  Cc: Poonam.Aggrwal, Priyanka Jain

*** 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




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

end of thread, other threads:[~2012-10-19 15:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  9:56 [PATCH 0/4] Add cyclicload testtool support Priyanka Jain
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

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).