Sponsored Content
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Linux Benchmarks Makes No Sense Post 78844 by philip_38 on Friday 22nd of July 2005 10:29:13 AM
Old 07-22-2005
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 (167). The only difference here were the operating systems, which I am not naming yet because it may have commercial implications, and frankly I need to understand the results before jumping to conclusions. Maybe lower index means better system? That would be absurd.

Anybody has any idea about what is happenning?


TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 1062680.6 418.1
Dhrystone 2 without register variables 22366.3 5043054.8 225.5
Execl Throughput Test 16.5 132.0 8.0
File Copy (30 seconds) 179.0 10549.0 58.9
Pipe-based Context Switching Test 1318.5 2091.5 1.6
Shell scripts (8 concurrent) 4.0 63.3 15.8
=========
SUM of 6 items 727.9
AVERAGE 121.3


TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 1156065.7 454.8
Dhrystone 2 without register variables 22366.3 7300029.6 326.4
Execl Throughput Test 16.5 63.1 3.8
File Copy (30 seconds) 179.0 38201.0 213.4
Pipe-based Context Switching Test 1318.5 3060.1 2.3
Shell scripts (8 concurrent) 4.0 24.0 6.0
=========
SUM of 6 items 1006.8
AVERAGE 167.8
This User Gave Thanks to philip_38 For This Post:
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. UNIX for Dummies Questions & Answers

Simple grep - Not sure it makes sense!

I have 3 files in directory mydir named as follows, I run the sequence of commands shown below and I have questions at the result. File names are: ABC_GP0 ABC_GP0.ctl ABC_GPX Commands and results: $ ls /mydir/ | grep * <-- (q1) I get nothing - OK $ ls /mydir/ | grep... (5 Replies)
Discussion started by: GNMIKE
5 Replies

4. Linux Benchmarks

Results for Linux Benchmarks

Hi, I was trying to build Linux Benchmarks with latest Intel C++ Compiler. When I used -ipo (inter-procedural optimization) option, arithmetic test (arith.c) failed on execution. The problem is Intel compiler's advanced optimization option (-ipo) optimizes much more than expected and this... (50 Replies)
Discussion started by: cpjain
50 Replies

5. 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

6. Shell Programming and Scripting

BASH: How do I grep on a variable? (or simmilar question that makes sense)

Hi, I've been running code which very frequently calls books.csv. e.g: grep -i horror books.csv > tempExcept, I'm trying to move away from using temporary files or frequently calling books.csv to improve efficiency. So I tried something like bookfile=$(cat books.csv) grep -i horror... (4 Replies)
Discussion started by: Quan
4 Replies

7. Shell Programming and Scripting

diff result makes no sense

Hi, I have written a small shellscript Imagine dbalt.txt already existed... " .... touch report.txt lynx -dump "http://site.com/index.htm" > site1.txt lynx -dump "http://site.com/index2.htm" > site2.txt grep -E 'Nummer: |EUR' site1.txt > preis1.txt grep -E 'Nummer: |EUR' site2.txt >... (2 Replies)
Discussion started by: Blackbox
2 Replies

8. Programming

This Makes NO sense. I'm making a game and getting an error, need help.

Okay so I'm making a simple text based game that branches into different scenarios. By branching I mean branching off into whole different files with that part of the game in it. I got tired of working on scenario 1 so I'm working on scenario 2. As I get started and try to test it, I get an error... (1 Reply)
Discussion started by: lemonoid
1 Replies

9. Shell Programming and Scripting

Shell Text Based Game, This Error Makes NO sense. Please help

Okay so I'm making a simple text based game that branches into different scenarios. By branching I mean branching off into whole different files with that part of the game in it. I got tired of working on scenario 1 so I'm working on scenario 2. As I get started and try to test it, I get an... (3 Replies)
Discussion started by: lemonoid
3 Replies
RUNLIM(1)						      General Commands Manual							 RUNLIM(1)

NAME
runlim - a program to run benchmarks SYNOPSIS
runlim [ options ...] command [ arguments ...] DESCRIPTION
run is a tool that can be used to run and control benchmarks. It executes a given command with (optional) arguments, samples resource usage during the run, and kills the process (and its child processes) if a certain time and/or space limit is exhausted. Every 100 milliseconds, runlim takes a sample of the program's resource utilization, and logs status information to stderr every second. Optionally, the status can be logged to a file. Multi-threaded programs can be limited by setting a wall clock timeout. runlim follows the time accumulation scheme of GNU time for multi- threaded programs and programs that spawn multiple child-processes: time spent in each thread/child is summed up, unless you are only interested in walk clock time. OPTIONS
runlim accepts the following options: -h, --help Show summary of options. --version Show version of program. -o FILE, --output-file=FILE Overwrite or create FILE for output logging. -s NUM, --space-limit=NUM Set space limit to NUM megabytes. -t NUM, --time-limit=NUM Set time limit to NUM seconds. -r NUM, --real-time-limit=NUM Set real time limit to NUM seconds. -k, --kill Propagate signals. SEE ALSO
time(1), timelimit(1), timeout(1), time(7). AUTHOR
runlim was written by Armin Biere and Toni Jussila. This manual page was written by Thomas Krennwallner <tkren@kr.tuwien.ac.at>, for the Debian project (and may be used by others). February 11, 2011 RUNLIM(1)
All times are GMT -4. The time now is 03:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy