Sponsored Content
Full Discussion: Athlon XP3200 (@2236Mhz)
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Athlon XP3200 (@2236Mhz) Post 51476 by Garp on Friday 21st of May 2004 03:33:22 AM
Old 05-21-2004
Athlon XP3200 (@2236Mhz)

CPU/Speed: Athlon XP3200 @ 2236mhz
Ram: 1GB DDR (344mhz)
Motherboard: Abit NF7-S
Cache: 512k on board
Controller: Integrated Nforce2
Disk: 120Gb WD Special Edition, 40gb WD Caviar
Load: 1 user. Clean boot, init 5 but X-Windows not loaded.
Kernel: 2.6.5
pgms: gcc 3.2.3
Distribution: Slackware 9.1

Code:
==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux Garp 2.6.5 #1 Thu May 20 07:42:48 BST 2004 i686 unknown unknown GNU/Linux
  Start Benchmark Run: Fri May 21 00:19:23 BST 2004
   1 interactive users.
Dhrystone 2 without register variables   4517043.9 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     4492984.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         10177254.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        434876.3 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           410607.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             434875.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            434881.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           931906.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          931919.2 lps   (10 secs, 6 samples)
System Call Overhead Test                1355764.8 lps   (10 secs, 6 samples)
Pipe Throughput Test                     1269700.8 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test        474448.7 lps   (10 secs, 6 samples)
Process Creation Test                     17770.7 lps   (10 secs, 6 samples)
Execl Throughput Test                      4144.7 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  4098609.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  436190.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   75349.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  4127002.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  412763.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   45584.0 KBps  (30 secs, 6 samples)
C Compiler Test                            1289.6 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               5687.5 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               2996.6 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)               1529.0 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                768.3 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places         155341.0 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            71478.0 lps   (10 secs, 6 samples)


                     INDEX VALUES
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   931919.2      366.7
Dhrystone 2 without register variables       22366.3  4517043.9      202.0
Execl Throughput Test                           16.5     4144.7      251.2
File Copy  (30 seconds)                        179.0    45584.0      254.7
Pipe-based Context Switching Test             1318.5   474448.7      359.8
Shell scripts (8 concurrent)                     4.0      768.3      192.1
                                                                 =========
     SUM of  6 items                                                1626.4
     AVERAGE                                                         271.1

 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Athlon XP + Linux/Unix? and RAM Question

Has anyone had any experience with this new processor and its compatability with Linux/Unix? How did it preform comared to regular Athlons and P4's? I also have one other question. I plan on buying a new dell and fiddling left and right with it. Which type of RAM is better, RDRAM or... (3 Replies)
Discussion started by: KyPeN
3 Replies

2. UNIX for Dummies Questions & Answers

installing unix on a amd athlon processor

I just need a simple answer on if installing unix on a pc using an AMD processor instead of Intel is going to be a problem. Thank you one and all. (3 Replies)
Discussion started by: frznmeatcicle
3 Replies

3. Linux Benchmarks

Athlon XP 1600+

System Notes: CPU/Speed: AMD Athlon 1600+ 1.4Ghz Ram: 768 MO DDR 333 PC2100 Motherboard: KG-7 Bus: PCI Cache: 512KB HD Controller: ? Benchmarks: ============================================================== BYTE UNIX... (0 Replies)
Discussion started by: GuizZzmo
0 Replies
Cache::FileCache(3pm)					User Contributed Perl Documentation				     Cache::FileCache(3pm)

NAME
Cache::FileCache -- implements the Cache interface. DESCRIPTION
The FileCache class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes. SYNOPSIS
use Cache::FileCache; my $cache = new Cache::FileCache( { 'namespace' => 'MyNamespace', 'default_expires_in' => 600 } ); See Cache::Cache for the usage synopsis. METHODS
See Cache::Cache for the API documentation. Clear( [$cache_root] ) See Cache::Cache, with the optional $cache_root parameter. Purge( [$cache_root] ) See Cache::Cache, with the optional $cache_root parameter. Size( [$cache_root] ) See Cache::Cache, with the optional $cache_root parameter. OPTIONS
See Cache::Cache for standard options. Additionally, options are set by passing in a reference to a hash containing any of the following keys: cache_root The location in the filesystem that will hold the root of the cache. Defaults to the 'FileCache' under the OS default temp directory ( often '/tmp' on UNIXes ) unless explicitly set. cache_depth The number of subdirectories deep to cache object item. This should be large enough that no cache directory has more than a few hundred objects. Defaults to 3 unless explicitly set. directory_umask The directories in the cache on the filesystem should be globally writable to allow for multiple users. While this is a potential security concern, the actual cache entries are written with the user's umask, thus reducing the risk of cache poisoning. If you desire it to only be user writable, set the 'directory_umask' option to '077' or similar. Defaults to '000' unless explicitly set. PROPERTIES
See Cache::Cache for default properties. (get|set)_cache_root See the definition above for the option cache_root (get|set)_cache_depth See the definition above for the option cache_depth (get|set)_directory_umask See the definition above for the option directory_umask SEE ALSO
Cache::Cache AUTHOR
Original author: DeWitt Clinton <dewitt@unto.net> Last author: $Author: dclinton $ Copyright (C) 2001-2003 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::FileCache(3pm)
All times are GMT -4. The time now is 08:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy