Sponsored Content
Full Discussion: El Cheapo SoyoBox
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks El Cheapo SoyoBox Post 40220 by auswipe on Thursday 11th of September 2003 01:50:47 PM
Old 09-11-2003
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

 
BPLAY(1)						      General Commands Manual							  BPLAY(1)

NAME
bplay, brec - buffered sound recording/playing SYNOPSIS
bplay [-d device] [-B buffersize] [-S] [-s speed] [-b bits] [[-t secs] | [-T samples]] [[-j secs] | [-J samples]] [-D level] [file] brec [-d device] [-B buffersize] [-S] [-s speed] [-b bits] [[-t secs] | [-T samples]] [-r|-v|-w] [-D level] [file] DESCRIPTION
bplay copies data from the named sound file (or the standard input if no filename is given) to the audio device. brec copies data from the audio device to the named sound file (or the standard output if no filename is present). These programs are intended to be drop-in replacements for the vplay and vrec programs by Michael Beck (beck@informatik.hu-berlin.de). OPTIONS -B buffersize Use the supplied audio buffer size instead of the default. -d device Use the supplied audio device instead of the default. -S Sound file is stereo. -s speed The speed in samples per second. -b bits The number of bits per sample. Only 8 and 16 are currently supported. -t secs The number of seconds to be played or recorded. -T samples The number of samples to be played or recorded. -j secs When playing, the number of seconds to skip at the beginning of the input before playing. -J samples When playing, the number of samples to skip at the beginning of the input before playing. -r When recording, write raw sound file. -v When recording, write Creative Labs VOC sound file. -w When recording write Microsoft Wave sound file. Note that the WAVE file format is limited to 4GiB filesize. Recording more data is possible, but the length info won't be consistent. -q Quiet mode. No messages are displayed. -D level Print debug information to stderr. Debug level ranges from 0 to 2, where 0 is no debug information. FILES
/dev/dsp The audio device. BUGS
The -t, -T, -j and -J options may do strange things when playing VOC files. There are limitations on recording VOC format files - specifically VOC files are only recorded in the 1.20 version of the format, which some player programs may choke on. There is also currently a limit of around 16M on the size of a VOC file which will be recorded. This is probably not a problem since I don't think anybody really uses VOC files anymore. This program prefers to run setuid root. This is because it wants to use setpriority() to run at the highest possible priority, and also locks down the buffers it uses to avoid them being swapped out. AUTHOR
David Monro (davidm@amberdata.demon.co.uk or davidm@cs.usyd.edu.au) The option parsing code was originally taken from vplay to maintain compatibility. 20 September 1999 BPLAY(1)
All times are GMT -4. The time now is 03:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy