BuildFarmInventory
If you are interested in participating in the MySQL Build Farm by enlisting your own hardware in the farm, please add your name and hardware information to the list below. Eventually, this list will be put into the build farm server database. For right now, this is just a springboard to get things moving and see what kind of interest there is from the community.
[edit] Enlisted Hardware
- Jay Pipes
- Dell GX620 - Dual P4 3.2GHz 1GB RAM - Ubuntu 6.06 LTS Linux 2.6.15 kernel
- Sheeri Kritzer
- don't know vendor/machine right now - Dual Core AMD Opteron 175 2 Ghz 1024Kb cache - 3G RAM 6G swap - 32-bit Debian Linux 2.4.32 kernel
- Ronald Bradford
- Dell P4 3.2GHz 1GB Ram - Fedora Core 5 2.6.17 Kernel
- Unknown vendor - P4 2.4GHz 1GB Ram - Redhat 9 2.4.20 Kernel
- Home built - P3 600Mhz 1GB Ram - CentOS 4.0 2.6.9 Kernel
- Jason Burnett
- Dell 4400 - Dual P3 500Mhz 1GB RAM - Debian Sarge - 2.4.27, but will be updated soon.
- Hakan Küçükyılmaz
- Sun Ultra10 - UltraSPARC-IIi 440MHz 768MB RAM - Solaris 9 - gcc 3.4.5/4.0.2 - gmake 3.81. CPU info gathered with "/usr/sbin/psrinfo -v".
- Sean Pringle
- MySQL Cluster: Ubuntu 6.06 Server, Linux 2.6.15 kernel, gcc 3.4.5, GNU Make 3.80
- 1 x Dell 700MHz P3 managment node 256MB RAM
- and 2 x Dell 800Mhz P3 mysqld nodes 512MB RAM
- and 4 x Celeron 1.1GHz data nodes 1GB RAM
- Bob Field
- Toshiba Satellite 1415-S173 - Mobile Intel Celeron 1.80GHz 256MB RAM - Slackware 10.2, 2.4.31 kernel, gcc 3.3.6, GNU Make 3.80.
- Matthew Montgomery
- Home Built - AMD Athlon(tm) XP 1800+ 512MB RAM 1GB swap - OpenSuSE 10.1, kernel 2.6.16.13-4, gcc 4.1.0, GNU Make 3.80
- Anthony Willard
- Home Built - PIII 600 Mhz 512MB RAM - Fedora Core 5, kernel 2.6.19-1.2288.fc5, gcc 4.1.1, GNU Make 3.80
[edit] Recommended Config commands to gather Hardware Specs
Here are some commands that could be used to extract particular information. The information should also be gathered at each build
hostname uname -m;uname -r;uname -s;uname -v cat /proc/cpuinfo /proc/meminfo /proc/swaps /proc/version gcc --version (or equilivent cc compiler) gmake --version (or equilivent make)
Surprisingly the following similar commands run under Cygwin For Windows
hostname uname -m;uname -r;uname -s;uname -v cat /proc/cpuinfo /proc/meminfo /proc/version