summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-11-06 17:19:55 +0000
committerpjd <pjd@FreeBSD.org>2004-11-06 17:19:55 +0000
commit91b08be04368653f9520501cfafa971e636cc79e (patch)
treee8649122aa3e80bb49f69db12a058aacd289535c /tools
parent97a0c2205ede93c5171edfa24e871edb2af88770 (diff)
downloadFreeBSD-src-91b08be04368653f9520501cfafa971e636cc79e.zip
FreeBSD-src-91b08be04368653f9520501cfafa971e636cc79e.tar.gz
Add description of all available options.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/raidtest/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/tools/raidtest/README b/tools/tools/raidtest/README
index b015040..d42b01d 100644
--- a/tools/tools/raidtest/README
+++ b/tools/tools/raidtest/README
@@ -26,4 +26,21 @@ When test is finished you will see statistics:
If you compare performance of two storage devices, use the same data file!
+
+usage: raidtest genfile [-frw] <-s mediasize> [-S sectorsize] <-n nrequests> [file]
+ raidtest test [-Rrw] <-d device> [-n processes] [file]
+
+where:
+ -d device path to tested device
+ -f if raidtest.data file or specified file already exists,
+ remove it and create new one
+ -n nrequests number of requests to generate
+ -n processes number of processes to run
+ -r generate/run only READ requests
+ -R generate random data for write requests
+ -s size of destination device
+ -S sector size of destination device
+ -w generate/run only WRITE requests
+ file path to the data file instead of default 'raidtest.data'
+
-- Pawel Jakub Dawidek <pjd@FreeBSD.org>
OpenPOWER on IntegriCloud