Sponsored Content
Full Discussion: Early PowerMac G5
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks Early PowerMac G5 Post 302313462 by tnorth on Tuesday 5th of May 2009 05:49:42 PM
Old 05-05-2009
Early PowerMac G5

Code:
    Hardware Overview:

      Model Name: Power Mac G5
      Model Identifier: PowerMac7,2
      Processor Name: PowerPC 970  (2.2)
      Processor Speed: 1.8 GHz
      Number Of CPUs: 2
      L2 Cache (per CPU): 512 KB
      Memory: 1.5 GB
      Bus Speed: 900 MHz
      Boot ROM Version: 5.1.5f0

==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Darwin box 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh
  Start Benchmark Run: Tue May  5 14:40:16 EDT 2009
   2 interactive users.
Dhrystone 2 without register variables   3892582.2 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     2990702.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         5394936.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        434462.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           308385.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             231119.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            334410.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           214411.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          227668.1 lps   (10 secs, 6 samples)
System Call Overhead Test                110456.8 lps   (10 secs, 6 samples)
Pipe Throughput Test                     117094.0 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         30299.1 lps   (10 secs, 6 samples)
Process Creation Test                      1186.4 lps   (10 secs, 6 samples)
Execl Throughput Test                       493.7 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  309296.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  136400.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   29618.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  314554.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  136395.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   25839.0 KBps  (30 secs, 6 samples)
C Compiler Test                             708.0 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1074.7 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                741.1 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                391.7 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                196.0 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          19892.0 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            44988.8 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   227668.1       89.6
Dhrystone 2 without register variables       22366.3  3892582.2      174.0
Execl Throughput Test                           16.5      493.7       29.9
File Copy  (30 seconds)                        179.0    25839.0      144.4
Pipe-based Context Switching Test             1318.5    30299.1       23.0
Shell scripts (8 concurrent)                     4.0      196.0       49.0
                                                                 =========
     SUM of  6 items                                                 509.9
     AVERAGE                                                          85.0

 

7 More Discussions You Might Find Interesting

1. IP Networking

How to Network a PowerMac & a PC

Ok, so I'm new to the Unix thing, but I've got 2 old computers that are useless for much now & I want to install some flavor of Unix on both. One is a PowerMac & one is a NEC PC (200 MHz). Is there a certain flavor of Unix (or Linux) that I can install on both so they will communicate? ... (2 Replies)
Discussion started by: Galaxy_Girl
2 Replies

2. OS X (Apple)

Mac OS X And The PowerMac G5

When they say that the G5 is the faster (more faster) than any UNIX Workstation that means Dual Processor Workstations right? (Stupid Question, I know) I heard theres one Super Super clusternode in a research and varsity joint in the US that will have over 1200 G5's chips in it? Medical,... (2 Replies)
Discussion started by: RedVenim
2 Replies

3. Linux Benchmarks

PowerMac 4400 YLD 3.0

CPU/Speed: PowerPC 603ev 200Mhz Ram: 92M EDO Ram Motherboard: Apple Bus: 2 PCI Cache: L1 32k and L2 256k Controller: ATA Disk: 2GB ATA Load: 1 user, running httpd, Xwin, various daemons Kernel: Linux 2.4.22-2f Kernel ELF?: ??? pgms: gcc versión 3.2.2 20030217 (Yellow Dog Linux 3.0 3.2.2-2a);... (0 Replies)
Discussion started by: clemare
0 Replies

4. Shell Programming and Scripting

awk completes early

Hi All..... I have a text file with a good number of rows, example below. The script is to work out percent of failures. The problem I have is that the script exits after the first result is given. From this example here I should have two output lines, one from GetOffers and ListOffers. Any idea... (4 Replies)
Discussion started by: nhatch
4 Replies

5. Shell Programming and Scripting

Else Loop Exiting Early

All, I'm having a problem w/this function. Specifically, I want to call another function (get_stats) when the process in the else completes (the initial if and the elsif seem to work fine). But what's happening is the get_stats function call is running after the else runs only once, NOT when it... (8 Replies)
Discussion started by: GregWold
8 Replies

6. Shell Programming and Scripting

something is causing this script to break early on

I am relatively new at scripting in linux. Most of my scripting knowledge comes from doing batch scripting in windows. Anyway, I have this script I'm trying to write that will install a program called Nagios along with a few other packages. I know it has to be something at the beginning that is... (4 Replies)
Discussion started by: nanite51
4 Replies

7. Shell Programming and Scripting

Python script cuts off early

I wasn't sure if this should go in the networking board or not, since I am trying to log into routers, however I don't think my script issues have anything to do with the routers themselves.... I am trying to write a script that will log into various routers we have on the network and determine... (2 Replies)
Discussion started by: ippy98
2 Replies
volcheck(1)                                                        User Commands                                                       volcheck(1)

NAME
volcheck - checks for media in a drive and by default checks all floppy media SYNOPSIS
volcheck [-v] [-i secs] [-t secs] pathname DESCRIPTION
The volcheck utility tells Volume Management to look at each dev/pathname in sequence and determine if new media has been inserted in the drive. The default action is to volcheck all checkable media managed by volume management. OPTIONS
The following options are supported: -i secs Set the frequency of device checking to secs seconds. The default is 2 seconds. The minimum frequency is 1 second. -t secs Check the named device(s) for the next secs seconds. The maximum number of seconds allowed is 28800, which is 8 hours. The fre- quency of checking is specified by -i. There is no default total time. -v Verbose. OPERANDS
The following operands are supported: pathname The path name of a media device. EXAMPLES
Example 1: A sample of the volcheck command. The following example example% volcheck -v /dev/diskette /dev/diskette has media asks Volume Management to examine the floppy drive for new media. The following example example% volcheck -i 2 -t 600 /dev/diskette1 & asks Volume Management if there is a floppy in the floppy drive every 2 seconds for 600 seconds (10 minutes). FILES
/dev/volctl Volume Management control port ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWvolu | +-----------------------------+-----------------------------+ SEE ALSO
eject(1), volcancel(1), volmissing(1) rmmount(1M), vold(1M), rmmount.conf(4), vold.conf(4), attributes(5), volfs(7FS) WARNINGS
Due to a hardware limitation in many floppy drives, the act of checking for media causes mechanical action in the floppy drive. Continu- ous polling of the floppy drive will cause the drive to wear out. It is recommended that polling the drive only be performed during periods of high use. SunOS 5.10 21 Feb 1997 volcheck(1)
All times are GMT -4. The time now is 04:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy