#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/
253 Hakan Kuecuekyilmaz 2008-09-10
Added configuration file for Nehalem system.
added:
dbt2/include/host_nehalem-1.mysql.com.inc
=== added file 'dbt2/include/host_nehalem-1.mysql.com.inc'
--- a/dbt2/include/host_nehalem-1.mysql.com.inc 1970-01-01 00:00:00 +0000
+++ b/dbt2/include/host_nehalem-1.mysql.com.inc 2008-09-10 18:13:30 +0000
@@ -0,0 +1,83 @@
+#
+# Set various paths and other variables that may depend on host or platform.
+# This file is for the host caneland.mysql.com.
+#
+# caneland.mysql.com
+# OS: Linux (Fedora Core 7)
+# CPU: Intel Xeon Nehalem,
+# 16 x 2.6 GHz (2 x 4 cores + SMT)
+# SMT, simultaneous multi-threading formerly
+# known as hyperthreading
+# RAM: 16 GB
+# Local file system: ext3
+#
+# $Id$
+# John H. Embretsen, <john dot embretsen at sun dot com>, 2008-07-22.
+
+
+# Where to send email in case of severe errors.
+#ADMIN='hky@stripped'
+ADMIN='hakan@stripped'
+
+# User name for bzr on bk-internal.mysql.com.
+# Note: Make sure automatic SSH authentication is properly set up, so
+# that no password is needed.
+BZR_USERNAME='hakank'
+
+# Base directory for dbt2/mysql-related stuff (test scripts, workdir, etc.)
+# (not used on this host)
+#FALCONQA_BASEDIR="/data/tmp/falconQA"
+
+# Working directory for compiling mysqld,
+# in other words where the MySQL sources will be branched into.
+WORK='/data0/work/mysql'
+
+# Where to find patches to apply to the checked out code base before building.
+PATCHES="$HOME/work/mysql/patches/falcon/${HOSTNAME}"
+
+# Base directory of the helper scripts for DBT2 w/Falcon.
+# Also the place where the results are stored.
+BZR_BASE="$HOME/work/mysql-falcon/dbt2"
+
+# Where to find the DBT2 for MySQL installation.
+DBT2_DIR="$HOME/work/mysql/dbt2-$HOSTNAME"
+
+# Where to find DBT2 test scripts.
+DBT2_SCRIPTS="${DBT2_DIR}/scripts"
+
+# Datadir of mysqld.
+DATA_DIR='/data0/mysql'
+
+# Logdir of mysqld.
+LOG_DIR='/data/log/mysql60'
+
+# Copy of datadir for 100 warehouses.
+# For 10 and 20 warehouses we completely reload the DBT2 dataset. In case of
+# 100 warehouses, we only load the dataset once, then copy the DATA_DIR of
+# MySQL and reuse it for consecutive runs.
+W100_DATA_COPY='/data0/tmp/dbt2-w100-datadir'
+
+# Where to find datagen (a DBT2 tool).
+DATAGEN='/usr/local/bin/datagen'
+
+# Expected dbt2 data directory sizes; may vary between platforms and file systems.
+W_SIZE[10]='677M'
+W_SIZE[20]='1.4G'
+W_SIZE[100]='6.7G'
+
+##################
+# Binaries
+##################
+PATH="/usr/local/bin:$PATH"
+PATCH=patch
+MAKE=make
+
+# Path to mail program which accepts -s for sending mails.
+MAIL=mail
+
+# Path to Perl with Statistics::Descriptive.
+PERL=/usr/bin/perl
+
+# Where to find datagen.
+DATAGEN='/usr/local/bin/datagen'
+
| Thread |
|---|
| • bzr commit into mysql-falcon branch (hakan:253) | Hakan Kuecuekyilmaz | 10 Sep |