The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > UNIX Standards and Benchmarks > UNIX & LINUX Benchmarks (Version 3.11) > UNIX Benchmarks
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


UNIX Benchmarks Download software, run and post benchmarks here!


Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (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 TechnoratiReddit! Stumble this Post!Spurl this Post!
El Cheapo SoyoBox

This is my El Cheapo Soyobox that runs the family web server and e-mail server. Nothing special.

CPU/Speed: 950 MHz AMD Duron
Ram: 256 meg PC100
Motherboard: K7VEM Pro
Bus: 100 MHz
Cache: Unknown
Controller: IDE ATA 100 running at ATA66
Disk: 15 gig IDE
Load: 1 user running httpd and qmail
Kernel: FreeBSD 4.8-RELEASE #0
Kernel ELF?: No

El Cheapo Soyobox.

Soyo K7VEMPro, 950 MHz Duron with 256 megs of PC100 memory.
15 gig IDE HD running in ATA66 mode.

Code:
  BYTE UNIX Benchmarks (Version 3.11)
  System -- FreeBSD FreeBSDBox.HomeNet.org 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Jun 25 2
3:54:53 CDT 2003 auswipe@FreeBSDBox.HomeNet.org:/usr/obj/usr/src/sys/FREEBSDBOX i386
  Start Benchmark Run: Wed Sep 10 23:01:51 CDT 2003
   2 interactive users.
Dhrystone 2 without register variables   2066841.3 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     2067759.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         3842207.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        182046.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           181737.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             182041.3 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            182100.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           449120.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          449183.2 lps   (10 secs, 6 samples)
System Call Overhead Test                400301.2 lps   (10 secs, 6 samples)
Pipe Throughput Test                     473866.1 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         70946.4 lps   (10 secs, 6 samples)
Process Creation Test                      1803.9 lps   (10 secs, 6 samples)
Execl Throughput Test                       496.5 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  934477.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                    9200.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                    8412.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  956273.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                    9066.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                    8338.0 KBps  (30 secs, 6 samples)
C Compiler Test                             965.3 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1474.7 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                743.0 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                375.3 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                182.3 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          16052.3 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            29021.1 lps   (10 secs, 6 samples)


                     INDEX VALUES
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   449183.2      176.7
Dhrystone 2 without register variables       22366.3  2066841.3       92.4
Execl Throughput Test                           16.5      496.5       30.1
File Copy  (30 seconds)                        179.0     8338.0       46.6
Pipe-based Context Switching Test             1318.5    70946.4       53.8
Shell scripts (8 concurrent)                     4.0      182.3       45.6
                                                                 =========
     SUM of  6 items                                                 445.2
     AVERAGE                                                          74.2
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 09-11-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 TechnoratiReddit! Stumble this Post!Spurl this Post!
Same machine as above but with the following compiler optimizations:

Code:
-s -static -O9 -finline-functions -funroll-loops -fomit-frame-pointer
Code:
  BYTE UNIX Benchmarks (Version 3.11)
  System -- FreeBSD FreeBSDBox.HomeNet.org 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Jun 25 23:54:53 CDT 2003 jmn@FreeBSDBox.HomeNet.org:/usr/obj/usr/src/sys/FREEBSDBOX i386
  Start Benchmark Run: Thu Sep 11 09:59:11 CDT 2003
   2 interactive users.
Dhrystone 2 without register variables   2450252.5 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     2451860.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         46488703.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        189499.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           192254.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             189464.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            189627.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           498898.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          498913.6 lps   (10 secs, 6 samples)
System Call Overhead Test                409048.9 lps   (10 secs, 6 samples)
Pipe Throughput Test                     482343.8 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         72090.7 lps   (10 secs, 6 samples)
Process Creation Test                     10775.0 lps   (10 secs, 6 samples)
Execl Throughput Test                      4597.1 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  956995.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                    9200.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                    8391.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  953600.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                    9010.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                    8289.0 KBps  (30 secs, 6 samples)
C Compiler Test                             973.2 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1491.6 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                747.3 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                377.0 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                183.0 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          18135.0 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            29411.8 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   498913.6      196.3
Dhrystone 2 without register variables       22366.3  2450252.5      109.6
Execl Throughput Test                           16.5     4597.1      278.6
File Copy  (30 seconds)                        179.0     8289.0       46.3
Pipe-based Context Switching Test             1318.5    72090.7       54.7
Shell scripts (8 concurrent)                     4.0      183.0       45.8
                                                                 =========
     SUM of  6 items                                                 731.2
     AVERAGE                                                         121.9
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 09:27 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

Search Engine Optimization by vBSEO 3.1.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 102