Sponsored Content
Full Discussion: Results for Linux Benchmarks
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Results for Linux Benchmarks Post 61886 by billcoll on Wednesday 9th of February 2005 02:22:44 PM
Old 02-09-2005
benchmark test1 results

CPU/Speed: Pentium III (Coppermine) 598.629 (600 MHz)
Ram: 384268 (384MB)
Motherboard: Dell Dimension XPS T600r
Bus: 2 PCI, 2 IDE
Cache: 256KB
Controller: PCI - ISA Intel 440BX AGPset platform - 82443BX Host Bridge
Disk: 10.2 GB Western Digital EIDE (Caviar) Hard Drive
Load: 3 users, mostly idle, no processing
Kernel: Redhat Linux version 2.4.21-15EL
pgms: gcc 3.2.320030502 compiled;

RESULTS:
BYTE UNIX Benchmarks (Version 3.11)
System -- Linux test1 2.4.21-15.EL #1 Thu Apr 22 00:27:41 EDT 2004 i686 i686 i386 GNU/Linux
Start Benchmark Run: Wed Feb 9 09:30:00 CST 2005
3 interactive users.
Dhrystone 2 without register variables 1092349.6 lps (10 secs, 6 samples)
Dhrystone 2 using register variables 1092204.6 lps (10 secs, 6 samples)
Arithmetic Test (type = arithoh) 1802134.5 lps (10 secs, 6 samples)
Arithmetic Test (type = register) 157109.7 lps (10 secs, 6 samples)
Arithmetic Test (type = short) 156901.1 lps (10 secs, 6 samples)
Arithmetic Test (type = int) 157556.1 lps (10 secs, 6 samples)
Arithmetic Test (type = long) 157572.1 lps (10 secs, 6 samples)
Arithmetic Test (type = float) 150962.3 lps (10 secs, 6 samples)
Arithmetic Test (type = double) 151713.5 lps (10 secs, 6 samples)
System Call Overhead Test 305001.0 lps (10 secs, 6 samples)
Pipe Throughput Test 344088.9 lps (10 secs, 6 samples)
Pipe-based Context Switching Test 137342.7 lps (10 secs, 6 samples)
Process Creation Test 4387.4 lps (10 secs, 6 samples)
Execl Throughput Test 1094.5 lps (9 secs, 6 samples)
File Read (10 seconds) 1106560.0 KBps (10 secs, 6 samples)
File Write (10 seconds) 91687.0 KBps (10 secs, 6 samples)
File Copy (10 seconds) 19496.0 KBps (10 secs, 6 samples)
File Read (30 seconds) 1077335.0 KBps (30 secs, 6 samples)
File Write (30 seconds) 91524.0 KBps (30 secs, 6 samples)
File Copy (30 seconds) 17144.0 KBps (30 secs, 6 samples)
C Compiler Test 338.9 lpm (60 secs, 3 samples)
Shell scripts (1 concurrent) 695.4 lpm (60 secs, 3 samples)
Shell scripts (2 concurrent) 355.8 lpm (60 secs, 3 samples)
Shell scripts (4 concurrent) 179.4 lpm (60 secs, 3 samples)
Shell scripts (8 concurrent) 87.0 lpm (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places 38385.4 lpm (60 secs, 6 samples)
Recursion Test--Tower of Hanoi 13832.5 lps (10 secs, 6 samples)


INDEX VALUES
TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 151713.5 59.7
Dhrystone 2 without register variables 22366.3 1092349.6 48.8
Execl Throughput Test 16.5 1094.5 66.3
File Copy (30 seconds) 179.0 17144.0 95.8
Pipe-based Context Switching Test 1318.5 137342.7 104.2
Shell scripts (8 concurrent) 4.0 87.0 21.8
=========
SUM of 6 items 396.6
AVERAGE 66.1
 

10 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Linux mail servers benchmarks (Qmail, Sendmail,Postfix)

New Linux mail servers benchmarks website. Check out http://benchmarks.dmz.ro . (0 Replies)
Discussion started by: cipango
0 Replies

2. UNIX for Advanced & Expert Users

Linux Processing Benchmarks ?

Hello everyone. Does anyone know where to I could find published benchmarks for how a Linux box performs. It would be nice if I could find a comparison to the Windows OS. Thanks, Lance (2 Replies)
Discussion started by: lcstephens
2 Replies

3. Linux Benchmarks

Instructions for Linux Benchmarks

STEP 1: Get the source here: https://www.unix.com/source/bm.zip or https://www.unix.com/source/unix_linux_bench.tar.gz STEP 2: unzip or untar and cd into the bm directory STEP 3: make (Note: there is a pre-compiled Linux binary in the distro, so Linux users don't have to make a... (0 Replies)
Discussion started by: Neo
0 Replies

4. Linux Benchmarks

Linux Benchmarks Makes No Sense

I created two computers with identical hardware, and run the benchmark programs in both starting at the same exact time. What makes no sense is that the computer that has the lower average index (121) finished the race a good 30 minutes ahead of the computer wich showed the higher avg index... (0 Replies)
Discussion started by: philip_38
0 Replies

5. Linux

How I will check wheather my linux benchmark results are OK

My system bench mark results INDEX VALUES TEST BASELINE RESULT INDEX Arithmetic Test (type = double) 2541.7 876123.7 344.7 Dhrystone 2 without register variables 22366.3 5411602.3 ... (1 Reply)
Discussion started by: chandra s
1 Replies

6. Linux Benchmarks

Original (Archive) Site for Linux Benchmarks

FYI: Here is the archive site for the original Linux benchmarks (1994 - 1996) http://linux.silkroad.com/ Neo (3 Replies)
Discussion started by: Neo
3 Replies

7. Shell Programming and Scripting

linux ISQL and MSSQL unload results to file

Hello, I am using suse 10.1 and isql from unixodbc to connect to a MS SQL server. I got everything to work fine. What do I need to unload the results from the sql to a file? I attempted to put unload to in my sql statement but got a error. I don't see in the isql help where it has a option to... (0 Replies)
Discussion started by: benefactr
0 Replies

8. Shell Programming and Scripting

Linux script - Crazy results

Here is my script: # # Capture the current directory. export -p CurrentDir="`pwd`" echo $CurrentDir # # Capture the new directory name in the form YYYYMMDD. export -p DateDir="`date +"%Y%m%d"`" echo $DateDir # # Store the desired target directory. export -p... (6 Replies)
Discussion started by: imprimisxo
6 Replies

9. Red Hat

Linux ls -L Results

I seem to be somewhat baffled by the results of the -L option of the ls command on our new Linux system. I have a symbolic link defined like the following: ptmawpmfld.sqr as /u21/xxxx/m/moranp1/yyyy/fixpaths/tests20091218/awpmfld.sqr When I issue the command ls -l ptmawpmfld.sqr, I see the... (2 Replies)
Discussion started by: ptmoran
2 Replies

10. UNIX for Dummies Questions & Answers

LINUX SORT command chops results

I am trying to sort a file . The file looks like this: DDFF 2 /ztpfrepos/pgr/load DDFQ 2 /ztpfrepos/pgr/load DDFX 2 /ztpfrepos/pgr/load DDUA 2 /ztpfrepos/pgr/load My command: sort -k1 /home/c153507/Bin/OPL1.txt -o /home/c153507/Bin/OPL1.txt The results are OK except for one line where... (4 Replies)
Discussion started by: Yahalom
4 Replies
WM(4)							   BSD Kernel Interfaces Manual 						     WM(4)

NAME
wm -- Intel i8254x Gigabit Ethernet driver SYNOPSIS
wm* at pci? dev ? function ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The wm device driver supports Gigabit Ethernet interfaces based on the Intel i8254x family of Gigabit Ethernet chips. The interfaces sup- ported by the wm driver include: o Intel i82542 1000BASE-X Ethernet o Intel i82543GC 1000BASE-X Ethernet o Intel i82543GC 1000BASE-T Ethernet o Intel i82544EI 1000BASE-T Ethernet o Intel i82544EI 1000BASE-X Ethernet o Intel i82544GC 1000BASE-T Ethernet o Intel i82544GC (LOM) 1000BASE-T Ethernet o Intel i82540EM 1000BASE-T Ethernet o Intel i82540EM (LOM) 1000BASE-T Ethernet o Intel i82540EP 1000BASE-T Ethernet o Intel i82541EI 1000BASE-T Ethernet o Intel i82541EI (Mobile) 1000BASE-T Ethernet o Intel i82541ER 1000BASE-T Ethernet o Intel i82541GI 1000BASE-T Ethernet o Intel i82541PI 1000BASE-T Ethernet o Intel i82545EM 1000BASE-T Ethernet o Intel i82545EM 1000BASE-X Ethernet o Intel i82545GB 1000BASE-T Ethernet o Intel i82545GB 1000BASE-X Ethernet o Intel i82545GM 1000BASE-T Ethernet o Intel i82546EB 1000BASE-T Ethernet (dual-port) o Intel i82546EB 1000BASE-X Ethernet (dual-port) o Intel i82546GB 1000BASE-T Ethernet (dual-port) o Intel i82546GB 1000BASE-X Ethernet (dual-port) o Intel i82547EI 1000BASE-T Ethernet (CSA) o Intel i82547GI 1000BASE-T Ethernet (CSA) o Intel i82571 1000BASE-T Ethernet (dual-port) o Intel i82572 1000BASE-T Ethernet o Intel i82573 1000BASE-T Ethernet o Intel i82575 1000BASE-T Ethernet o Intel i82576 Ethernet (Copper, Fiber) o Intel i80003 Ethernet (Copper, Fiber) o Intel i82801H (ICH8 LAN) 1000BASE-T Ethernet o Intel i82801I (ICH9 LAN) 1000BASE-T Ethernet o Intel i82801J (ICH10 LAN) 1000BASE-T Ethernet o Intel 82578 with Intel 5 series chipset (PCH) o Intel 82579 with Intel 6 or 7 series chipset (PCH2) o Intel 82580 Ethernet (Copper, Fiber) o Intel 82583 1000BASE-T Ethernet o Intel I350 Ethernet (Copper, Fiber) In addition to Intel's own ``PRO/1000'' line of Gigabit Ethernet interfaces, these chips also appear on some server systems, processor evalu- ation boards, and in embedded systems. The i8254x supports IPv4/TCP/UDP checksumming and TCP segmentation in hardware. The wm driver supports these features of the chip. See ifconfig(8) for information on how to enable this feature. SEE ALSO
arp(4), ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The wm driver first appeared in NetBSD 1.6. AUTHORS
The wm driver was written by Jason R. Thorpe <thorpej@wasabisystems.com>. BUGS
The Intel i82545GM and i82546GB controllers with internal SERDES are not currently supported. BSD
June 20, 2012 BSD
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy