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-misc.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 benchmarks/xdd/files/patch-misc.h (limited to 'benchmarks/xdd/files/patch-misc.h') diff --git a/benchmarks/xdd/files/patch-misc.h b/benchmarks/xdd/files/patch-misc.h new file mode 100644 index 000000000000..f163e9bca1cb --- /dev/null +++ b/benchmarks/xdd/files/patch-misc.h @@ -0,0 +1,29 @@ +--- misc.h.orig Mon May 29 04:04:19 2006 ++++ misc.h Mon May 29 04:12:05 2006 +@@ -35,7 +35,7 @@ + /* -------- */ + /* Includes */ + /* -------- */ +-#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX) ++#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX || FreeBSD) + #ifndef NDEBUG /* These are only needed if Assert() expands to something */ + #include /* fprintf(), stderr */ + #include /* pause() */ +@@ -60,7 +60,7 @@ + /* --------- */ + /* Constants */ + /* --------- */ +-#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX) ++#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX || FreeBSD) + #define MILLION 1000000LL /* 10^6, as opposed to 2^20 */ + #define BILLION 1000000000LL /* 10^9, as opposed to 2^30 */ + #define TRILLION 1000000000000LL /* 10^12, as opposed to 2^40 */ +@@ -77,7 +77,7 @@ + #ifndef LLONG_MIN + #define LLONG_MIN (-LLONG_MAX - 1LL) + #endif +-#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX) ++#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX || FreeBSD) + #ifndef LONGLONG_MIN + #define LONGLONG_MIN LLONG_MIN + #endif -- cgit v1.2.3