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 83491 by sammiam on Thursday 15th of September 2005 10:45:20 AM
Old 09-15-2005
Computer Benchmark

CPU/Speed: AMD Athlon 64 FX-51 / 2215.474 MHz
Ram: 1047744k DDR DIM (PC2700)
Motherboard: ASUS SK8V
Bus: 1x AGP, 5x PCI, 1x Wi-FI
Cache: L1 I Cache: 64K - L2 Cache 1024K
Controller: PCI - Adaptec AIC-7892A U160/m
Disk: 3x IBM-ESXS ST373405LW (63GB)
Load: 4 user,
Kernel: Linux 2.6.12
Kernel ELF?: yes
pgms: gcc 4.0.1 compiled;
options = -s -static -O9 -finline-functions -funroll-loops \
-fomit-frame-pointer










BYTE UNIX Benchmarks (Version 3.11)
System -- Linux sammiam.com 2.6.12-1.1447_FC4 #1 Fri Aug 26 20:29:51 EDT 2005 i686 athlon i386 GNU/Linux
Start Benchmark Run: Thu Sep 15 09:49:16 EDT 2005
4 interactive users.
Dhrystone 2 without register variables 4932624.3 lps (10 secs, 6 samples)
Dhrystone 2 using register variables 4968536.1 lps (10 secs, 6 samples)
Arithmetic Test (type = arithoh) 6805864.4 lps (10 secs, 6 samples)
Arithmetic Test (type = register) 437812.6 lps (10 secs, 6 samples)
Arithmetic Test (type = short) 447072.1 lps (10 secs, 6 samples)
Arithmetic Test (type = int) 438065.1 lps (10 secs, 6 samples)
Arithmetic Test (type = long) 438031.6 lps (10 secs, 6 samples)
Arithmetic Test (type = float) 877301.9 lps (10 secs, 6 samples)
Arithmetic Test (type = double) 877046.1 lps (10 secs, 6 samples)
System Call Overhead Test 1177560.8 lps (10 secs, 6 samples)
Pipe Throughput Test 753662.5 lps (10 secs, 6 samples)
Pipe-based Context Switching Test 308910.1 lps (10 secs, 6 samples)
Process Creation Test 13220.2 lps (10 secs, 6 samples)
Execl Throughput Test 4062.9 lps (9 secs, 6 samples)
File Read (10 seconds) 2660810.0 KBps (10 secs, 6 samples)
File Write (10 seconds) 295858.0 KBps (10 secs, 6 samples)
File Copy (10 seconds) 42896.0 KBps (10 secs, 6 samples)
File Read (30 seconds) 2614334.0 KBps (30 secs, 6 samples)
File Write (30 seconds) 270168.0 KBps (30 secs, 6 samples)
File Copy (30 seconds) 34584.0 KBps (30 secs, 6 samples)
C Compiler Test 1357.2 lpm (60 secs, 3 samples)
Shell scripts (1 concurrent) 3556.9 lpm (60 secs, 3 samples)
Shell scripts (2 concurrent) 1947.0 lpm (60 secs, 3 samples)
Shell scripts (4 concurrent) 999.3 lpm (60 secs, 3 samples)
Shell scripts (8 concurrent) 487.4 lpm (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places 110918.2 lpm (60 secs, 6 samples)
Recursion Test--Tower of Hanoi 92233.4 lps (10 secs, 6 samples)


INDEX VALUES
TEST BASELINE RESULT INDEX

Arithmetic Test (type = double) 2541.7 877046.1 345.1
Dhrystone 2 without register variables 22366.3 4932624.3 220.5
Execl Throughput Test 16.5 4062.9 246.2
File Copy (30 seconds) 179.0 34584.0 193.2
Pipe-based Context Switching Test 1318.5 308910.1 234.3
Shell scripts (8 concurrent) 4.0 487.4 121.8
=========
SUM of 6 items 1361.2
AVERAGE 226.9
 

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
Linux::Distribution(3pm)				User Contributed Perl Documentation				  Linux::Distribution(3pm)

NAME
Linux::Distribution - Perl extension to detect on which Linux distribution we are running. SYNOPSIS
use Linux::Distribution qw(distribution_name distribution_version); if(my $distro = distribution_name) { my $version = distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } Or else do it OO: use Linux::Distribution qw(distribution_name distribution_version); my $linux = Linux::Distribution->new; if(my $distro = $linux->distribution_name()) { my $version = $linux->distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } DESCRIPTION
This is a simple module that tries to guess on what linux distribution we are running by looking for release's files in /etc. It now looks for 'lsb-release' first as that should be the most correct and adds ubuntu support. Secondly, it will look for the distro specific files. It currently recognizes slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake, conectiva, immunix, tinysofa, va-linux, trustix, adamantix, yoper, arch-linux, libranet, gentoo, ubuntu, scientific, oracle enterprise linux and redflag. It has function to get the version for debian, suse, fedora, redhat, gentoo, slackware, scientific, oracle enterprise linux, redflag and ubuntu(lsb). People running unsupported distro's are greatly encouraged to submit patches :-) EXPORT None by default. TODO
Add the capability of recognize the version of the distribution for all recognized distributions. AUTHORS
Alexandr Ciornii <alexchorny@gmail.com>, <http://chorny.net> Alberto Re, <alberto@accidia.net> Judith Lebzelter, <judith@osdl.org> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-03-18 Linux::Distribution(3pm)
All times are GMT -4. The time now is 05:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy