'\" t .\" Title: dohell .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 10/04/2013 .\" Manual: Xenomai Manual .\" Source: Xenomai 2.6.3 .\" Language: English .\" .TH "DOHELL" "1" "10/04/2013" "Xenomai 2\&.6\&.3" "Xenomai Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" dohell \- Generate load, in parallel of the latency test .SH "SYNOPSIS" .sp \fBdohell\fR [ \-b ] [ \-s ] [ \-p ] [ \-m ] [ \-l | ] .SH "DESCRIPTION" .sp \fBdohell\fR generates some load, using commonly available commands, in parallel of the latency(1) test or as part of xeno\-test(1)\&. .SH "OPTIONS" .sp \fBdohell\fR accepts the following options: .PP \fB\-b\fR .RS 4 runs the hackbench test repetitively during the run\-time of the \fBdohell\fR script; .RE .PP \fB\-s\fR .RS 4 run nc to continuously send data to a server through network; .RE .PP \fB\-p\fR .RS 4 if \fB\-s\fR is used, specificy the port to which to send data, if not specified, port 9 (aka discard) is used; .RE .PP \fB\-m \fR .RS 4 run dd to write data to the \fB\fR directory; .RE .PP \fB\-l \fR .RS 4 mutually exclusive with \fB\fR; the dohell script runs during two runs of the LTP script \fBrunalltests\&.sh\fR found in the \fB\fR directory; .RE .PP \fB\fR .RS 4 mutually exclusive with \fB\-l\fR; run dohell for the given duration in seconds\&. .RE .SH "SEE ALSO" .sp xeno\-test(1), latency(1)\&. .SH "EXAMPLE" .sp .if n \{\ .RS 4 .\} .nf dohell \-s 192\&.168\&.0\&.5 \-m /mnt \-l /ltp .fi .if n \{\ .RE .\}