From 0b6df8f20a87a70b9d935d971a30d184d2028ad9 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 26 Jul 2006 15:33:21 +0000 Subject: Xdd is a tool for measuring and characterizing disk subsystem I/O on single systems and clusters of systems. It is a command-line based tool that grew out of the UNIX world and has been ported to run in Windows environments as well. It is designed to provide consistent and reproducible performance measurements of disk I/O traffic. There are three basic components to xdd that include the xdd program itself, a timeserver program, and a gettime program. The timeserver and gettime programs are used to synchronize the clocks of xdd programs simultaneously running across multiple computer systems. WWW: http://www.ioperformance.com/ PR: ports/100833 Submitted by: Gerhard Gonter --- benchmarks/xdd/files/patch-parse.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 benchmarks/xdd/files/patch-parse.c (limited to 'benchmarks/xdd/files/patch-parse.c') diff --git a/benchmarks/xdd/files/patch-parse.c b/benchmarks/xdd/files/patch-parse.c new file mode 100644 index 000000000000..9ca45648e169 --- /dev/null +++ b/benchmarks/xdd/files/patch-parse.c @@ -0,0 +1,20 @@ +--- parse.c.orig Thu Jun 1 14:48:28 2006 ++++ parse.c Thu Jun 1 14:56:44 2006 +@@ -697,7 +697,7 @@ + xddfunc_delay(int32_t argc, char *argv[]) + { + xgp->passdelay = atoi(argv[1]); +- return(1); ++ return(2); + } + /*----------------------------------------------------------------------------*/ + // Delete the target file when complete +@@ -1101,7 +1101,7 @@ + xddfunc_maxerrors(int32_t argc, char *argv[]) + { + xgp->max_errors = atoi(argv[1]); +- return(1); ++ return(2); + } + /*----------------------------------------------------------------------------*/ + // Set the maximum runtime priority -- cgit v1.2.3