The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > UNIX Standards and Benchmarks > UNIX & LINUX Benchmarks (Version 3.11) > Linux Benchmarks
Google UNIX.COM


Linux Benchmarks Download software, run and post benchmarks here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
latest version of bsd chilaka BSD 1 12-18-2006 04:24 AM
Dual Intel Xeon 2.4Ghz - Linux 2.4.26 SMP Neo Linux Benchmarks 3 03-08-2005 05:06 PM
Optimized Linux 2.6.10 Kernel for Dual Xeon with Hyperthreading Neo Linux 1 02-27-2005 10:20 AM
HP DL 360 Xeon 2.4 Ghz - RedHat AS 2.1 lescalp Linux Benchmarks 0 10-11-2003 03:17 AM
Dell Dual Xeon PowerEdge 4600 tnorth Linux Benchmarks 0 10-03-2003 08:49 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2005
Registered User
 

Join Date: May 2004
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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
__________________
The human mind is like an umbrella. It functions best when open.

Last edited by Garp; 08-01-2005 at 07:00 AM.
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 07-14-2005
Registered User
 

Join Date: Jul 2005
Posts: 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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]#
Reply With Quote
  #3 (permalink)  
Old 08-01-2005
Registered User
 

Join Date: May 2004
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Included optimised run details.
__________________
The human mind is like an umbrella. It functions best when open.
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes


The 50 most popular UNIX and Linux searches.
Google Search Cloud for The UNIX and Linux Forums
"inappropriate ioctl for device" 421 service not available, remote server has closed connection ^m arg list too long ascii eof autosys awk trim bash eval bash exec bash for loop boot: cannot open kernel/sparcv9/unix close_wait command copy/move folder in unix curses.h dead.letter export display find grep grep multiple lines grep or grep recursive grep unique inappropriate ioctl for device logrotate.conf lynx javascript mailx attachment mget mtime perl array length ping port read awk output into multiple variables replace space by comma , perl script scp recursive segmentation fault(coredump) sftp script snoop unix stale nfs file handle syn_sent tar exclude unix unix .profile unix com unix forum unix forums unix interview questions unix memory usage unix mtime unix simulator unix.com vi tab size while loop within while loop shell script


All times are GMT -7. The time now is 03:42 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101