From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F8D553B.6010101@domain.hid> Date: Tue, 17 Apr 2012 13:34:19 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4F8D5458.6070603@domain.hid> In-Reply-To: <4F8D5458.6070603@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Understanding the output of hackbench when run together with xeno-test List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anisha Kaul Cc: xenomai@xenomai.org On 04/17/2012 01:30 PM, Gilles Chanteperdrix wrote: > On 04/17/2012 01:11 PM, Anisha Kaul wrote: >> Greetings, >> >> The hackbench command I issued is as follows: _______________________________ >> >> /usr/xenomai/bin/xeno-test -l "dohell -b ./hackbench -pipe 100 process 100" > > You do not use dohell properly. The syntax for running dohell is > detailed below > >> /usr/xenomai/bin/dohell [ -b path ] [ -s server ] [ -p port ] [ -m >> mntpoint ] [ -l path | seconds ] >> >> Generate load, using an assorted set of commands and optionnaly: >> - hackbench if the path to the hackbench binary is specified with -b; >> - nc to send TCP data to "server" port "port" if -s is specified (if -p >> is not specified, the port 9, aka discard is used); >> - dd to write data under "mntpoint" if -m is specified. >> >> during the runtime of the LTP test if the path to the LTP installation >> directory is specifed with -l or during "seconds" seconds. > Ok, it is not clear: but you need to pass a duration if you do not pass the patch to LTP, which means either the "-l path" or "seconds" argument is mandatory. -- Gilles.