[Main Page] [Footprint] [Compilation ] [Performance]
[Configuration] [Nightly Regression]

All the experiments run the system described below. The machine is running Linux (SuSE Linux 8.2 (i586) VERSION = 8.2 ), and we use GCC (3.3 ), to compile ACE+TAO, with static libraries and optimizations enabled.

ACE+TAO Configurationconfig.h
#define ACE_HAS_MONITOR_FRAMEWORK 0
#define TAO_HAS_SENDFILE 0
#include "ace/config-linux.h"

ACE+TAO Configurationplatform_macros.GNU
use_dep_libs=0
static_libs_only=1
include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU

optimize=1
debug=0
#ssl=1
CPPFLAGS += -DACE_USE_RCSID=0


CPU Information/proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 2
model name	: Intel(R) Xeon(TM) CPU 2.40GHz
stepping	: 7
cpu MHz		: 2391.961
cache size	: 512 KB
physical id	: 0
siblings	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 4771.02

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 2
model name	: Intel(R) Xeon(TM) CPU 2.40GHz
stepping	: 7
cpu MHz		: 2391.961
cache size	: 512 KB
physical id	: 0
siblings	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 4771.02


Available Memory/proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  1057132544 808419328 248713216        0    49152 570417152
Swap: 2155012096 10235904 2144776192
MemTotal:      1032356 kB
MemFree:        242884 kB
MemShared:           0 kB
Buffers:            48 kB
Cached:         555776 kB
SwapCached:       1272 kB
Active:         294528 kB
Inactive:       262916 kB
HighTotal:      130944 kB
HighFree:         2044 kB
LowTotal:       901412 kB
LowFree:        240840 kB
SwapTotal:     2104504 kB
SwapFree:      2094508 kB
BigFree:             0 kB

OS Versionuname -a
Linux flamenco 2.4.20-64GB-SMP #1 SMP Fri Jan 14 15:08:48 UTC 2005 i686 unknown unknown GNU/Linux

Compiler Versiongcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.3 20030226 (prerelease) (SuSE Linux)

Library Version/lib/libc.so.6
GNU C Library stable release version 2.3.2, by Roland McGrath et al.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
Compiled on a Linux 2.4.20 system on 2003-03-27.
Available extensions:
	GNU libio by Per Bothner
	crypt add-on version 2.1 by Michael Glad and others
	linuxthreads-0.10 by Xavier Leroy
	NoVersion patch for broken glibc 2.0 binaries
	BIND-8.2.3-T5B
	libthread_db work sponsored by Alpha Processor Inc
	NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Report bugs using the `glibcbug' script to <bugs@gnu.org>.


Valid HTML 4.01! Bala Natarajan