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
SB2000, 2500 server client convert howhowzz Filesystems, Disks and Memory 0 05-16-2006 04:12 PM
Anyone has problems with new Blade 2500???? facaizhu SUN Solaris 4 01-11-2006 03:43 PM
I need to clone an ultra 1 onto and ultra 60 frankkahle SUN Solaris 11 03-09-2005 05:37 PM
Ultra 30/60 DraconianTimes SUN Solaris 1 07-20-2004 03:17 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-07-2003
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,014
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
AMD 2500 / 1G RAM / Soyo KT600 Ultra MB

System Notes:

Code:
CPU/Speed:        AMD Athlon 2500+   1.8Ghz
Ram:              1 GB  DDR 333  PC2700
Motherboard:      Soyo KT600 Dragon Ultra
Bus:              PCI
Cache:            512KB  (corrected earlier error stating 512MB!)
HD Controller:    EIDE
Benchmarks:
Code:
==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux www 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 unknown
  Start Benchmark Run: Sat Sep  6 13:43:27 EDT 2003
   1 interactive users.
Dhrystone 2 without register variables   3593034.9 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     3568756.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         7550184.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        351794.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           340660.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             360040.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            363551.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           731557.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          730016.7 lps   (10 secs, 6 samples)
System Call Overhead Test                935103.5 lps   (10 secs, 6 samples)
Pipe Throughput Test                     948968.2 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test        368525.3 lps   (10 secs, 6 samples)
Process Creation Test                     14861.1 lps   (10 secs, 6 samples)
Execl Throughput Test                      4196.5 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  2906887.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  174839.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   28177.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  3027515.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  173984.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   12078.0 KBps  (30 secs, 6 samples)
C Compiler Test                             995.7 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               4913.8 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2518.4 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1291.2 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                652.8 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         174793.5 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            57932.5 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   730016.7      287.2
Dhrystone 2 without register variables       22366.3  3593034.9      160.6
Execl Throughput Test                           16.5     4196.5      254.3
File Copy  (30 seconds)                        179.0    12078.0       67.5
Pipe-based Context Switching Test             1318.5   368525.3      279.5
Shell scripts (8 concurrent)                     4.0      652.8      163.2
                                                                 =========
     SUM of  6 items                                                1212.4
     AVERAGE                                                         202.1
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 09-10-2003
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Re: AMD 2500 / 1G RAM / Soyo KT600 Ultra MB

Quote:
Originally posted by Neo
System Notes:

Code:
Cache:            512MB
Wow! That's a lot of cache. Where did you find space to put it on the processor?

I am running the Unix bechmark on a FreeBSD at the house just for grins and giggles and will post in the Unix Benchmark area when done.
Reply With Quote
  #3 (permalink)  
Old 09-10-2003
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,014
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Yippes! Sorry, that should be 512KB.....

Thanks for pointing that out.... will change it. Neo
Reply With Quote
  #4 (permalink)  
Old 09-13-2003
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,014
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Here is the same machine with these compiler flags:
Code:
CC=gcc -s -static -O9 -finline-functions -funroll-loops -fomit-frame-pointer
Code:
  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux www 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 unknown
  Start Benchmark Run: Sat Sep 13 21:40:02 EDT 2003
   3 interactive users.
Dhrystone 2 without register variables   4194222.1 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     4194966.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         120737732.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        355050.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           369033.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             353865.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            354590.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           759857.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          763715.8 lps   (10 secs, 6 samples)
System Call Overhead Test                968717.8 lps   (10 secs, 6 samples)
Pipe Throughput Test                     945506.5 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test        348845.6 lps   (10 secs, 6 samples)
Process Creation Test                     19456.5 lps   (10 secs, 6 samples)
Execl Throughput Test                     12151.4 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  3330715.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  181262.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   27924.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  2965500.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  186292.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                    9614.0 KBps  (30 secs, 6 samples)
C Compiler Test                             995.9 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               4868.6 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2507.4 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1286.5 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                649.4 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         188882.4 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            63751.5 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   763715.8      300.5
Dhrystone 2 without register variables       22366.3  4194222.1      187.5
Execl Throughput Test                           16.5    12151.4      736.4
File Copy  (30 seconds)                        179.0     9614.0       53.7
Pipe-based Context Switching Test             1318.5   348845.6      264.6
Shell scripts (8 concurrent)                     4.0      649.4      162.3
                                                                 =========
     SUM of  6 items                                                1705.1
     AVERAGE                                                         284.2
Reply With Quote
  #5 (permalink)  
Old 01-17-2005
Registered User
 

Join Date: Jan 2005
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
HTML Code:
CPU/Speed:         AMD Athlon64 3000+
Ram:               1 GB  DDR 333  PC3200 (2x512MB Dual Channel -- Mushkin Black)
Motherboard:       MSI K8N Neo2
Bus:               PCI
Cache:             512KB
HD Controller:     EIDE
OS/Kernel:         Suse 9.1 (2.6.4-52-default)
pgms:              Pre-compiled binary
HTML Code:
==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux raptor 2.6.4-52-default #1 Wed Apr 7 02:08:30 UTC 2004 i686 athlon i386 GNU/Linux
  Start Benchmark Run: Mon Jan 17 11:04:48 PST 2005
   3 interactive users.
Dhrystone 2 without register variables   4432961.0 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     4443948.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         8140309.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        371255.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           363569.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             371140.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            371254.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           729196.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          725854.9 lps   (10 secs, 6 samples)
System Call Overhead Test                2012023.5 lps   (10 secs, 6 samples)
Pipe Throughput Test                     680724.8 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test        247029.0 lps   (10 secs, 6 samples)
Process Creation Test                     13339.3 lps   (10 secs, 6 samples)
Execl Throughput Test                      3692.6 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1821404.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  300434.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   62866.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  2007146.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  285431.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   34222.0 KBps  (30 secs, 6 samples)
C Compiler Test                            1054.7 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)                981.7 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                501.3 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                253.0 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                127.0 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         116902.4 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            60206.3 lps   (10 secs, 6 samples)


                     INDEX VALUES
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   725854.9      285.6
Dhrystone 2 without register variables       22366.3  4432961.0      198.2
Execl Throughput Test                           16.5     3692.6      223.8
File Copy  (30 seconds)                        179.0    34222.0      191.2
Pipe-based Context Switching Test             1318.5   247029.0      187.4
Shell scripts (8 concurrent)                     4.0      127.0       31.8
                                                                 =========
     SUM of  6 items                                                1117.9
     AVERAGE                                                         186.3
Reply With Quote
  #6 (permalink)  
Old 01-17-2005
Registered User
 

Join Date: Jan 2005
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
HTML Code:
CPU/Speed:         Dual PIII 800Mhz
Ram:               1 GB  PC133 (4x256MB)
Motherboard:       P2B-D
Bus:               PCI
Cache:             256KB
HD Controller:     EIDE
OS/Kernel:         Suse 9.1 (2.6.4-52-default)
pgms:              Pre-compiled binary
HTML Code:
  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux dragon 2.6.5-7.108-smp #1 SMP Wed Aug 25 13:34:40 UTC 2004 i686 i686 i386 GNU/Linux
  Start Benchmark Run: Mon Jan 17 10:55:19 PST 2005
   6 interactive users.
Dhrystone 2 without register variables   1428283.5 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     1426605.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         3606703.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        200788.3 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           192557.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             200527.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            200869.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           210905.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          210544.4 lps   (10 secs, 6 samples)
System Call Overhead Test                560152.0 lps   (10 secs, 6 samples)
Pipe Throughput Test                     348396.0 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         44893.3 lps   (10 secs, 6 samples)
Process Creation Test                      5103.3 lps   (10 secs, 6 samples)
Execl Throughput Test                      1224.6 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1101170.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  186965.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   54427.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  1103571.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  187754.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   43137.0 KBps  (30 secs, 6 samples)
C Compiler Test                             370.2 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)                335.3 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                301.3 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                154.6 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                 78.7 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          43849.6 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            19195.1 lps   (10 secs, 6 samples)


                     INDEX VALUES
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   210544.4       82.8
Dhrystone 2 without register variables       22366.3  1428283.5       63.9
Execl Throughput Test                           16.5     1224.6       74.2
File Copy  (30 seconds)                        179.0    43137.0      241.0
Pipe-based Context Switching Test             1318.5    44893.3       34.0
Shell scripts (8 concurrent)                     4.0       78.7       19.7
                                                                 =========
     SUM of  6 items                                                 515.6
     AVERAGE                                                          85.9
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:16 PM.


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