Dual Xeon 2.6, RedHat EL 4 ES, up to latest release version. 2.6.9 kernel


 
Thread Tools Search this Thread
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Dual Xeon 2.6, RedHat EL 4 ES, up to latest release version. 2.6.9 kernel
# 1  
Old 07-06-2005
Dual Xeon 2.6, RedHat EL 4 ES, up to latest release version. 2.6.9 kernel

Code:
==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux linux.hhc.ac.uk 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux
  Start Benchmark Run: Wed Jul  6 15:06:07 BST 2005
   1 interactive users.
Dhrystone 2 without register variables   3721279.6 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     3785540.3 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         12596729.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        732978.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           729110.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             731286.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            731485.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           605036.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          604893.0 lps   (10 secs, 6 samples)
System Call Overhead Test                520982.3 lps   (10 secs, 6 samples)
Pipe Throughput Test                     540928.3 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         97538.2 lps   (10 secs, 6 samples)
Process Creation Test                      6364.7 lps   (10 secs, 6 samples)
Execl Throughput Test                      2148.2 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1593592.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  302799.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                  115231.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  1594604.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  302165.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                     256.0 KBps  (30 secs, 6 samples)
C Compiler Test                             930.3 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               3231.5 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2626.6 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1610.4 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                859.2 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          78994.1 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            62836.4 lps   (10 secs, 6 samples)


                     INDEX VALUES
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   604893.0      238.0
Dhrystone 2 without register variables       22366.3  3721279.6      166.4
Execl Throughput Test                           16.5     2148.2      130.2
File Copy  (30 seconds)                        179.0      256.0        1.4
Pipe-based Context Switching Test             1318.5    97538.2       74.0
Shell scripts (8 concurrent)                     4.0      859.2      214.8
                                                                 =========
     SUM of  6 items                                                 824.8
     AVERAGE                                                         137.5

And then ran it, compiled with -O3 -mcpu=pentium4
Code:
  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux linux.hhc.ac.uk 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux
  Start Benchmark Run: Mon Aug  1 11:27:40 BST 2005
   2 interactive users.
Dhrystone 2 without register variables   4149502.8 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     4696371.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         15121591.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        14723672.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           14717356.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             14779751.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            14699491.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           14416696.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          14307961.1 lps   (10 secs, 6 samples)
System Call Overhead Test                523523.9 lps   (10 secs, 6 samples)
Pipe Throughput Test                     540701.4 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         98103.2 lps   (10 secs, 6 samples)
Process Creation Test                      6391.5 lps   (10 secs, 6 samples)
Execl Throughput Test                      2162.4 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1593719.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  303333.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   97777.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  1592687.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  302154.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                      40.0 KBps  (30 secs, 6 samples)
C Compiler Test                             967.0 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               3585.4 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2830.2 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1714.0 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                911.5 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         100772.0 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            56303.0 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7 14307961.1     5629.3
Dhrystone 2 without register variables       22366.3  4149502.8      185.5
Execl Throughput Test                           16.5     2162.4      131.1
File Copy  (30 seconds)                        179.0       40.0        0.2
Pipe-based Context Switching Test             1318.5    98103.2       74.4
Shell scripts (8 concurrent)                     4.0      911.5      227.9
                                                                 =========
     SUM of  6 items                                                6248.4
     AVERAGE                                                        1041.4

Thats a significant speed increase Smilie

Last edited by Garp; 08-01-2005 at 11:00 AM..
# 2  
Old 07-14-2005
Stats for Dell Optiplex gx 260 w/768mb ram

Can someone help me intrepret these results? I have another computer that I have been comparing them with that is significantly slower- p2 400 mhz with 160 mb ram- having trouble determining which is better

Dell optiplex with 768mb ram and fedore core 3 linux kernel 2.6.9
==============================================================

BYTE UNIX Benchmarks (Version 3.11)
System -- Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux
Start Benchmark Run: Wed Jul 13 12:03:57 EDT 2005
2 interactive users.
Dhrystone 2 without register variables 2356132.2 lps (10 secs, 6 samples)
Dhrystone 2 using register variables 2358459.0 lps (10 secs, 6 samples)
Arithmetic Test (type = arithoh) 9722882.7 lps (10 secs, 6 samples)
Arithmetic Test (type = register) 422014.3 lps (10 secs, 6 samples)
Arithmetic Test (type = short) 288425.6 lps (10 secs, 6 samples)
Arithmetic Test (type = int) 421457.8 lps (10 secs, 6 samples)
Arithmetic Test (type = long) 422002.0 lps (10 secs, 6 samples)
Arithmetic Test (type = float) 403771.4 lps (10 secs, 6 samples)
Arithmetic Test (type = double) 403809.9 lps (10 secs, 6 samples)
System Call Overhead Test 149859.3 lps (10 secs, 6 samples)
Pipe Throughput Test 146581.4 lps (10 secs, 6 samples)
Pipe-based Context Switching Test 58462.0 lps (10 secs, 6 samples)
Process Creation Test 5640.6 lps (10 secs, 6 samples)
Execl Throughput Test 1053.7 lps (9 secs, 6 samples)
File Read (10 seconds) 392971.0 KBps (10 secs, 6 samples)
File Write (10 seconds) 148672.0 KBps (10 secs, 6 samples)
File Copy (10 seconds) 49185.0 KBps (10 secs, 6 samples)
File Read (30 seconds) 390357.0 KBps (30 secs, 6 samples)
File Write (30 seconds) 147334.0 KBps (30 secs, 6 samples)
File Copy (30 seconds) 35777.0 KBps (30 secs, 6 samples)
C Compiler Test 500.9 lpm (60 secs, 3 samples)
Shell scripts (1 concurrent) 1409.5 lpm (60 secs, 3 samples)
Shell scripts (2 concurrent) 794.7 lpm (60 secs, 3 samples)
Shell scripts (4 concurrent) 388.3 lpm (60 secs, 3 samples)
Shell scripts (8 concurrent) 200.7 lpm (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places 42456.9 lpm (60 secs, 6 samples)
Recursion Test--Tower of Hanoi 38365.9 lps (10 secs, 6 samples)


INDEX VALUES
TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 403809.9 158.9
Dhrystone 2 without register variables 22366.3 2356132.2 105.3
Execl Throughput Test 16.5 1053.7 63.9
File Copy (30 seconds) 179.0 35777.0 199.9
Pipe-based Context Switching Test 1318.5 58462.0 44.3
Shell scripts (8 concurrent) 4.0 200.7 50.2
=========
SUM of 6 items 622.5
AVERAGE 103.7
You have new mail in /var/spool/mail/root
[root@localhost bm]#
# 3  
Old 08-01-2005
Included optimised run details.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Debian

how to find out the kernel version of a particular debian release ?

Is there any metrics table available somewhere listing out, which kernel version is there in particular debian release ? Also, can somebody tell which debian release is having the kernel version 2.6.26 ? (1 Reply)
Discussion started by: thegeek
1 Replies

2. Linux

Supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" me

supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" message comes. I tried giving acpi=off to the kernel command line but same problem.It shows everything ok and no problem with memory and processors and power supplies.Wt could be the reason? It has... (1 Reply)
Discussion started by: pankajd
1 Replies

3. Linux Benchmarks

HP ML 350 dual Xeon 3.2GHz

CPU: dual Xeon 3.2 GHz Ram: 1Gig Motherboard: Bus: 800MHz Cache: 1MB Controller:Smart Array 641 Disk: UltraSCSI 320 Load: Kernel:2.6.9-1.667smp Kernel ELF?: yes pgms: compiled with gcc 3.4.3 BYTE UNIX Benchmarks (Version 3.11) System -- Linux ford 2.6.9-1.667smp #1 SMP... (0 Replies)
Discussion started by: migurus
0 Replies

4. Linux Benchmarks

Dual Intel Xeon 2.4Ghz - Linux 2.4.26 SMP

System: CPU/Speed: Dual Intel Xeon 2.4Ghz Ram: 2 GB DDR 266 SDRAM Motherboard: SuperMicro X5DE8-GG Bus: 533MHz/400MHz system bus - Cache: 512KB HD Controller: EIDE Serverworks™ GC-SL Chipset Extra GCC compiler flags: -s... (3 Replies)
Discussion started by: Neo
3 Replies

5. Linux

Optimized Linux 2.6.10 Kernel for Dual Xeon with Hyperthreading

Anyone have tips on configuring the 2.6.10 kernel to take full advantage of dual 2.4 Ghz Xeons? I'm not getting expected benchmark results.... and seemingly was better off with a single 2600+ AMD processor. (1 Reply)
Discussion started by: Neo
1 Replies

6. IP Networking

XP -- Redhat Dual Boot

Hi guys! Need some help here.....trying to install Redhat 8.0 on a laptop that is already running WinXP. Have made a partition with partition magic but when I try to install Linux it just stops at the check partition/ check hard-drive stage. It has happened on two different laptops of different... (1 Reply)
Discussion started by: syrex
1 Replies

7. Linux Benchmarks

HP DL 360 Xeon 2.4 Ghz - RedHat AS 2.1

CPU/Speed: Xeon 2.4 GHz Ram:2512M Motherboard: Bus:533 Mhz Cache: Controller: Disk: Load: Kernel: RedHat AS 2.1 - 2.4.9-e.27smp Kernel ELF?: pgms: BYTE UNIX Benchmarks (Version 3.11) System -- Linux lnxdev 2.4.9-e.27smp #1 SMP Tue Aug 5 15:49:54 EDT 2003 i686 unknown ... (0 Replies)
Discussion started by: lescalp
0 Replies

8. Linux Benchmarks

Dell Dual Xeon PowerEdge 4600

Notes: System Configuration: Dell Computer Corporation PowerEdge 4600 (4 X Intel(R) XEON(TM) CPU 2.00GHz 1988.782 MHz) hyperthreaded System clock frequency: 99.0827 MHz Memory size (approximate): 2559 Megabytes ========================= CPUs ======================== CPU # CPU... (0 Replies)
Discussion started by: tnorth
0 Replies

9. UNIX for Dummies Questions & Answers

DUAL BOOT redhat linux 7.3 - W2K

Hi, i know a little bit of Unix, but not a whole lot. I have a PC with W2K running on it. I want to install redhat Linux 7.3 as new OS in dual boot. do I need to install a boot manager like system commander or does the linux install detects other OS'es and create a dual boot 4 me (like... (4 Replies)
Discussion started by: maxthree
4 Replies

10. UNIX for Dummies Questions & Answers

Dual boot Redhat with Windows 2k or XP

I know this is a common question, but.... I am working on 2 seperate computers. Each machine has one hdd. I want to Install Redhat with Win2k on one machine, and Redhat with Xp on the other. I know there are some issues with the install sequence to get Grub to work with both, but I am a little... (4 Replies)
Discussion started by: jeremiebarber
4 Replies
Login or Register to Ask a Question