Sponsored Content
Full Discussion: iBook G3
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks iBook G3 Post 46549 by ajcarr on Monday 19th of January 2004 02:17:26 PM
Old 01-19-2004
iBook G3

Notes

CPU/Speed: PPC750FX, 700 MHz
Ram: 640 MB
Motherboard: iBook (2001)
Bus: 133 MHz
Cache: 64 KB L1, 512 KB L2
Controller: Apple
Disk: 20 MB Toshiba
Load: 1 user
Kernel: Mac OS X 10.3.2
Kernel ELF?: No
pgms: gcc 3.3 (Apple)
options: -O3 -mcpu=750



BYTE UNIX Benchmarks (Version 3.11)
System -- Darwin Haegg.local 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power Macintosh powerpc
Start Benchmark Run: Mon Jan 19 17:37:35 GMT 2004
2 interactive users.
Dhrystone 2 without register variables 1693612.6 lps (10 secs, 6 samples)
Dhrystone 2 using register variables 1692337.8 lps (10 secs, 6 samples)
Arithmetic Test (type = arithoh) 6131217.9 lps (10 secs, 6 samples)
Arithmetic Test (type = register) 277601.8 lps (10 secs, 6 samples)
Arithmetic Test (type = short) 256296.7 lps (10 secs, 6 samples)
Arithmetic Test (type = int) 277669.4 lps (10 secs, 6 samples)
Arithmetic Test (type = long) 277739.9 lps (10 secs, 6 samples)
Arithmetic Test (type = float) 154565.9 lps (10 secs, 6 samples)
Arithmetic Test (type = double) 120933.5 lps (10 secs, 6 samples)
System Call Overhead Test 139670.0 lps (10 secs, 6 samples)
Pipe Throughput Test 93892.5 lps (10 secs, 6 samples)
Pipe-based Context Switching Test 35186.1 lps (10 secs, 6 samples)
Process Creation Test 509.1 lps (10 secs, 6 samples)
Execl Throughput Test 199.1 lps (9 secs, 6 samples)
File Read (10 seconds) 224570.0 KBps (10 secs, 6 samples)
File Write (10 seconds) 15392.0 KBps (10 secs, 6 samples)
File Copy (10 seconds) 14076.0 KBps (10 secs, 6 samples)
File Read (30 seconds) 26210.0 KBps (30 secs, 6 samples)
File Write (30 seconds) 16311.0 KBps (30 secs, 6 samples)
File Copy (30 seconds) 6599.0 KBps (30 secs, 6 samples)
C Compiler Test 355.2 lpm (60 secs, 3 samples)
Shell scripts (1 concurrent) 453.1 lpm (60 secs, 3 samples)
Shell scripts (2 concurrent) 237.7 lpm (60 secs, 3 samples)
Shell scripts (4 concurrent) 122.0 lpm (60 secs, 3 samples)
Shell scripts (8 concurrent) 62.0 lpm (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places no measured results
Recursion Test--Tower of Hanoi 19492.8 lps (10 secs, 6 samples)


INDEX VALUES
TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 120933.5 47.6
Dhrystone 2 without register variables 22366.3 1693612.6 75.7
Execl Throughput Test 16.5 199.1 12.1
File Copy (30 seconds) 179.0 6599.0 36.9
Pipe-based Context Switching Test 1318.5 35186.1 26.7
Shell scripts (8 concurrent) 4.0 62.0 15.5
=========
SUM of 6 items 214.4
AVERAGE 35.7
 

We Also Found This Discussion For You

1. Linux

Audio support for clamshell iBook - Xubuntu Hardy Heron

I am not able to hear any audio on my G3 iBook. What should I do to get it working? When I hit the volume keys with or without Fn, nothing happens, except I hear the HDD clicking. Same for the mute key. The sound pref panel displays the built-in device as an audio out, but I get no other... (0 Replies)
Discussion started by: Astrochess
0 Replies
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 05:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy