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 302091861 by fsmithred on Thursday 5th of October 2006 12:18:39 PM
Old 10-05-2006
CPU/Speed: Athlon 64 X2 3800 / 2GHz (Socket AM2)
RAM: 2048MB DDR2 667 (Kingston KVR667D2N5K2/2G)
Motherboard: ASUS M2V
Bus: 4 PCI, 1 PCI-E
Cache: 2 x 512MB
Controller: IDE (VIA vt8237a)
Disk: 160GB IDE (Seagate)
Load: 1 user
Kernel: 2.6.16.13-4-smp (SuSE 10.1, patched to recognize vt8237a)


Code:
  BYTE UNIX Benchmarks (Version 3.11)

Dhrystone 2 without register variables   5578521.4 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     5599766.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)              0.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        413853.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           405418.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             413926.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            413878.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           810800.3 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          815698.8 lps   (10 secs, 6 samples)
System Call Overhead Test                668179.3 lps   (10 secs, 6 samples)
Pipe Throughput Test                     470846.8 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         92560.1 lps   (10 secs, 6 samples)
Process Creation Test                     11004.7 lps   (10 secs, 6 samples)
Execl Throughput Test                      3179.8 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1631088.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  500197.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                  128711.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  1587737.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  492940.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                       1.0 KBps  (30 secs, 6 samples)
C Compiler Test                             998.0 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               3080.8 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2149.3 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1314.3 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                705.7 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         110315.1 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            97824.0 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   815698.8      320.9
Dhrystone 2 without register variables       22366.3  5578521.4      249.4
Execl Throughput Test                           16.5     3179.8      192.7
File Copy  (30 seconds)                        179.0        1.0        0.0
Pipe-based Context Switching Test             1318.5    92560.1       70.2
Shell scripts (8 concurrent)                     4.0      705.7      176.4
                                                                 =========
     SUM of  6 items                                                1009.7
     AVERAGE                                                         168.3

 

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

NAME
CHI::Benchmarks - Benchmarks of CHI and non-CHI drivers VERSION
version 0.54 DESCRIPTION
These benchmarks were created by running etc/bench/bench.pl -d . -t 10 -x for CHI 0.42, on OS X v10.6.6, 2.2 GHz Intel Core 2 Duo, Perl 5.12.2. For each cache, bench.pl does repeated gets and sets of a data structure for at least 10 seconds and measures the wallclock time per operation. These numbers should just be used as a rough guideline! Actual results will vary widely depending on system, get/set pattern, actual values being set, the proper tuning of memcached/mysql, etc. For best results run the benchmark script (available in this distribution) on your own system. Cache Get time Set time Description cache_ref 0.009ms 0.008ms Cache::Ref (CART) chi_memory_raw 0.019ms 0.036ms CHI::Driver::MemoryRaw cache_fastmmap 0.022ms 0.040ms Cache::FastMmap chi_memory 0.042ms 0.066ms CHI::Driver::Memory chi_berkeleydb 0.052ms 0.073ms CHI::Driver::BerkeleyDB chi_fastmmap 0.057ms 0.087ms CHI::Driver::FastMmap cache_cache_memory 0.065ms 0.070ms Cache::MemoryCache cache_memcached_fast 0.097ms 0.131ms Cache::Memcached::Fast chi_dbi_sqlite 0.112ms 1.659ms CHI::Driver::DBI (sqlite) cache_memcached_lib 0.118ms 0.156ms Cache::Memcached::libmemcached chi_file 0.118ms 1.138ms CHI::Driver::File chi_memcached_fast 0.138ms 0.178ms CHI::Driver::Memcached::Fast chi_memcached_lib 0.151ms 0.202ms CHI::Driver::Memcached::libmemcached chi_dbi_mysql 0.236ms 0.273ms CHI::Driver::DBI (mysql) cache_memcached_std 0.238ms 0.180ms Cache::Memcached chi_memcached_std 0.279ms 0.235ms CHI::Driver::Memcached cache_cache_file 0.481ms 1.391ms Cache::FileCache SEE ALSO
CHI AUTHOR
Jonathan Swartz <swartz@pobox.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-30 CHI::Benchmarks(3pm)
All times are GMT -4. The time now is 01:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy