Computer Architecture-I

Size: px
Start display at page:

Download "Computer Architecture-I"

Transcription

1 Computer Architecture-I 1. Die Yield is given by the formula, Assignment 1 Solution Die Yield = Wafer Yield x (1 + (Defects per unit area x Die Area)/a) -a Let us assume a wafer yield of 100% and a 4 for current technology. a. Die yield for AMD Opteron, Die yield = (1 + (0.75 x 1.99)/4) -4 = b. Die yield for 8-core SUN Niagara, Die yield = (1 + (0.75 x 3.80)/4) -4 = c. The defect rate for both, the AMD Opteron and SUN Niagara is the same. But, the size of the die for Niagara is almost twice as that of AMD Opteron. Thus, the number of dies per wafer reduces significantly for the Niagara. Since the defect rate is same, the yield of Niagara suffers in comparison to Opteron. 4. Question 1.4 a. In order to compute the wattage for the server s power supply, we need to first calculate the power consumed by the entire system. i. Sun Niagara 8-core chip : Power Consumed at max load = 79W ii. 2 x 1GB 184-pin Kingston DRAM : Power consumed at max load = 2 x 3.7W = 7.4W iii. 2 x 7200rpm Hard Drive : Since, we are interested in max. load condition, we assume 0% idle time for the hard drive. Power = 7.9W Total power for 2 Drives = 15.8W Thus, the total power consumed by the system = ( ) = 102.2W. Power Supply Efficiency = Power O/P / Power I/P Thus, PowerI /P = 102.2/0.7 = 146W This is the required power supply wattage for the system.

2 b. The hard drive is idle for 40% of the time. Power = (0.4 x 4) + (0.6 x 7.9) = 6.34W c. Since rpm is the only factor affecting idle time of a disk, the disk rpm is directly proportional to the read/seek and idle time of the disk. The disk with 7200 rpm has a read/seek of 60%. Then, for the same set of transactions, the 5400 rpm disk will take 4/3 more time than the 7200 rpm disk i.e. 80% read/seek. Thus, the 5400 rpm disk will idle for 20%. 6. Question 1.6 a. Performance/Power Ratio for each benchmark has been tabulated below, Benchmark Sun Fire T2000 IBM x346 SPECjbb SPECWeb b. If power is the main concern, the Sun Fire T2000 is a better choice since it has lower power consumption for both the benchmarks. c. It is true that For database benchmarks, the cheaper the system, the lower cost per database operation the system is. Even so, some server farms may go for expensive servers. These servers are equipped not only for better performance, but also lower power consumption. Power consumption is an ever-growing concern with large server farms which may consist of over processors and disks. Cheaper systems might yield a lower cost per operation which is desirable. But these systems may not be power efficient. The cost incurred due to excess power consumption, cooling costs is quite significant. Thus, it is necessary to weigh both these factors when making the choice. 9. Question 1.9 a. FIT = 100 Since FIT is given in billions of hours, MTTF = 10 9 /FIT = 10 9 /100 = 10 7 hours b. MTTR = 1 day = 24hours Availability = MTTF/ (MTTF + MTTR) =

3 12. Question 1.12 a. Tabulated results for performance normalized to the Pentium D820 Chip Memory Performance Dhrystone Performance Athlon64 X Pentium EE Pentium D Athlon64 X Pentium Athlon Pentium Processor X b. Arithmetic Mean of Performance for each processor tabulated for both original and normalized performance values. Chip Arithmetic Mean for Original Results Arithmetic Mean for Normalized Results Athlon64 X Pentium EE Pentium D Athlon64 X Pentium Athlon Pentium Processor X c. From the table above, one can draw a conflicting conclusion in reference to the performance of Processor X. If one examines the performance given in the first column, it is clear that the processors viz. Athlon64 X , Pentium EE840, Pentium D820, Athlon64 X and the Pentium are all faster than Processor X. This is contrary to the results in the second column where Processor X is faster than all of the said processors. d. Geometric mean for Dhrystone benchmark for the single and dual core processors is given below: Geometric mean (Single Core) = Geometric mean (Dual Core) =

4 e. The scatter graph for Dhrystone performance Vs Memory Performance is given below: f. The scatter graph clearly indicates that the dual core processors outperform their single core counterparts in Dhrystone performance. The Dhrystone benchmark is an integer benchmark which primarily exercises the logical/arithmetic functionality in CPU. The dramatic improvement in Dhrystone performance can be justified simply by the fact that there are 2 cores available for computation instead of 1. It can also be seen that there is no major improvement in memory performance. This is because the latency in memory is not related to number of CPU cores available. Thus, even if the processor is a dual core, the latency in memory load/store operations is similar to the single core. The only exception to this is the memory performance of Processor X which is fictitiously high.

5 13. Question 1.13 a. It is given that 40% of operations are memory centric and 60% are CPU-centric. Following table gives the weighted execution times for the benchmarks. Chip Memory Benchmark Execution Time Dhrystone Benchmark Weighted Arithmetic Mean Athlon64 X E Pentium EE E Pentium D E Athlon64 X E Pentium Athlon Pentium E Processor X b. Since the application suite is CPU-intensive, we consider the Dhrystone performance of the two CPUs in comparison. Speed-up from Pentium to Athlon64 X can be measured as the ratio of their Dhrystone performance. Hence Speed-up = 20718/11210 = c. Let the required ratio of memory-processor computation be a. Then, for equal performance, we can consider the following equation. 3501a (1-a) = 3000a (1-a) Thus, 4511a = 4010 i.e. a = 0.89 Thus, the performance of Pentium equals Pentium D 820 when there are 89% memory operations and 11% processor operations.

6 14. Question 1.14 According to Amdahl s Law, speed up is given by, Speed-up system = (Execution Time) old /(Execution Time) new = 1/((1 Fraction enhanced ) + (Fraction enhanced /Speed-up enhanced )) a. The first application is run in isolation and 40% of it is parallelizable. Thus, Fraction enhanced = 0.4. Also, since the new processor is a dual core, Speed-up enhanced = 2. Then, the overall speed-up is given by the formula above. Speed-up system = 1.25 b. The second application is run in isolation and 99% of it is parallelizable. Hence, we have: Fraction enhanced = 0.4 Speed-up enhanced = 2 Thus, Speed-up system = 1.98 c. Now both, the first and second application are running on the system. Since, the first application uses 80% of system resources, only 40% of 80% (= 32%) will be enhanced by a factor of 2. Thus, Speed-up system = 1.19 d. Similar to the solution above, 99% of 20% (= 19.8%) will be enhanced by a factor of 2. Thus, Speed-up system = 1.10

on an system with an infinite number of processors. Calculate the speedup of

on an system with an infinite number of processors. Calculate the speedup of 1. Amdahl s law Three enhancements with the following speedups are proposed for a new architecture: Speedup1 = 30 Speedup2 = 20 Speedup3 = 10 Only one enhancement is usable at a time. a) If enhancements

More information

CS 6290 I/O and Storage. Milos Prvulovic

CS 6290 I/O and Storage. Milos Prvulovic CS 6290 I/O and Storage Milos Prvulovic Storage Systems I/O performance (bandwidth, latency) Bandwidth improving, but not as fast as CPU Latency improving very slowly Consequently, by Amdahl s Law: fraction

More information

Input / Ouput devices. I/O Chapter 8. Goals & Constraints. Measures of Performance. Anatomy of a Disk Drive. Introduction - 8.1

Input / Ouput devices. I/O Chapter 8. Goals & Constraints. Measures of Performance. Anatomy of a Disk Drive. Introduction - 8.1 Introduction - 8.1 I/O Chapter 8 Disk Storage and Dependability 8.2 Buses and other connectors 8.4 I/O performance measures 8.6 Input / Ouput devices keyboard, mouse, printer, game controllers, hard drive,

More information

PassMark - CPU Mark Multiple CPU Systems - Updated 17th of July 2012

PassMark - CPU Mark Multiple CPU Systems - Updated 17th of July 2012 1 z 5 2012-07-17 08:26 Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks ť Multiple CPU Systems CPU Benchmarks Video Card Benchmarks Hard

More information

Generations of the computer. processors.

Generations of the computer. processors. . Piotr Gwizdała 1 Contents 1 st Generation 2 nd Generation 3 rd Generation 4 th Generation 5 th Generation 6 th Generation 7 th Generation 8 th Generation Dual Core generation Improves and actualizations

More information

RAID. RAID 0 No redundancy ( AID?) Just stripe data over multiple disks But it does improve performance. Chapter 6 Storage and Other I/O Topics 29

RAID. RAID 0 No redundancy ( AID?) Just stripe data over multiple disks But it does improve performance. Chapter 6 Storage and Other I/O Topics 29 RAID Redundant Array of Inexpensive (Independent) Disks Use multiple smaller disks (c.f. one large disk) Parallelism improves performance Plus extra disk(s) for redundant data storage Provides fault tolerant

More information

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance (Click to select desired chart)

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance (Click to select desired chart) 1 z 9 2012-11-16 08:32 Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPU's CPU Benchmarks Over 600,000 CPUs Benchmarked High

More information

Power Benchmarking: A New Methodology for Analyzing Performance by Applying Energy Efficiency Metrics

Power Benchmarking: A New Methodology for Analyzing Performance by Applying Energy Efficiency Metrics Power Benchmarking: A New Methodology for Analyzing Performance by Applying Energy Efficiency Metrics June 2, 2006 Elisabeth Stahl Industry Solutions and Proof of Concept Centers IBM Systems and Technology

More information

Overview. CPU Manufacturers. Current Intel and AMD Offerings

Overview. CPU Manufacturers. Current Intel and AMD Offerings Central Processor Units (CPUs) Overview... 1 CPU Manufacturers... 1 Current Intel and AMD Offerings... 1 Evolution of Intel Processors... 3 S-Spec Code... 5 Basic Components of a CPU... 6 The CPU Die and

More information

1 Storage Devices Summary

1 Storage Devices Summary Chapter 1 Storage Devices Summary Dependability is vital Suitable measures Latency how long to the first bit arrives Bandwidth/throughput how fast does stuff come through after the latency period Obvious

More information

Home Software Hardware Benchmarks Services Store Support Forums About Us

Home Software Hardware Benchmarks Services Store Support Forums About Us Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPU's CPU Benchmarks Video Card Benchmarks Hard Drive Benchmarks RAM PC Systems

More information

CPU Benchmarks Over 600,000 CPUs Benchmarked

CPU Benchmarks Over 600,000 CPUs Benchmarked Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» Multiple CPU Systems CPU Benchmarks Video Card Benchmarks Hard Drive Benchmarks RAM PC

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance. (Click to select desired chart)

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance. (Click to select desired chart) Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPUs CPU Benchmarks Over 600,000 CPUs Benchmarked ----Select A Page ---- High

More information

Performance evaluation

Performance evaluation Performance evaluation Arquitecturas Avanzadas de Computadores - 2547021 Departamento de Ingeniería Electrónica y de Telecomunicaciones Facultad de Ingeniería 2015-1 Bibliography and evaluation Bibliography

More information

Chapter 6. 6.1 Introduction. Storage and Other I/O Topics. p. 570( 頁 585) Fig. 6.1. I/O devices can be characterized by. I/O bus connections

Chapter 6. 6.1 Introduction. Storage and Other I/O Topics. p. 570( 頁 585) Fig. 6.1. I/O devices can be characterized by. I/O bus connections Chapter 6 Storage and Other I/O Topics 6.1 Introduction I/O devices can be characterized by Behavior: input, output, storage Partner: human or machine Data rate: bytes/sec, transfers/sec I/O bus connections

More information

Price/performance Modern Memory Hierarchy

Price/performance Modern Memory Hierarchy Lecture 21: Storage Administration Take QUIZ 15 over P&H 6.1-4, 6.8-9 before 11:59pm today Project: Cache Simulator, Due April 29, 2010 NEW OFFICE HOUR TIME: Tuesday 1-2, McKinley Last Time Exam discussion

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting solution.

For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting solution. Autodesk Product Design Suite Standard 2013 System Requirements Typical Persona and Workflow For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting

More information

CPU Benchmarks Over 600,000 CPUs Benchmarked

CPU Benchmarks Over 600,000 CPUs Benchmarked Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPU's CPU Benchmarks Over 600,000 CPUs Benchmarked ----Select A Page ---- High

More information

PassMark - CPU Mark High End CPUs - Updated 12th of November 2015

PassMark - CPU Mark High End CPUs - Updated 12th of November 2015 1 z 12 2015-11-12 22:39 Shopping cart Home Software Hardware Benchmarks Services Store Support Forums Abou Home» CPU Benchmarks» High End CPUs ----Select A Page ---- High End CPUs - Intel vs AMD This chart

More information

Lecture 5: Cost, Price, and Price for Performance Professor Randy H. Katz Computer Science 252 Spring 1996

Lecture 5: Cost, Price, and Price for Performance Professor Randy H. Katz Computer Science 252 Spring 1996 Lecture 5: Cost, Price, and Price for Performance Professor Randy H. Katz Computer Science 252 Spring 1996 RHK.S96 1 Review From Last Time Given sales a function of performance relative to competition,

More information

Unit 4: Performance & Benchmarking. Performance Metrics. This Unit. CIS 501: Computer Architecture. Performance: Latency vs.

Unit 4: Performance & Benchmarking. Performance Metrics. This Unit. CIS 501: Computer Architecture. Performance: Latency vs. This Unit CIS 501: Computer Architecture Unit 4: Performance & Benchmarking Metrics Latency and throughput Speedup Averaging CPU Performance Performance Pitfalls Slides'developed'by'Milo'Mar0n'&'Amir'Roth'at'the'University'of'Pennsylvania'

More information

Quiz for Chapter 1 Computer Abstractions and Technology 3.10

Quiz for Chapter 1 Computer Abstractions and Technology 3.10 Date: 3.10 Not all questions are of equal difficulty. Please review the entire quiz first and then budget your time carefully. Name: Course: Solutions in Red 1. [15 points] Consider two different implementations,

More information

Measuring Processor Power

Measuring Processor Power White Paper Intel Xeon Processor Processor Architecture Analysis Measuring Processor Power TDP vs. ACP Specifications for the power a microprocessor can consume and dissipate can be complicated and may

More information

64-Bit versus 32-Bit CPUs in Scientific Computing

64-Bit versus 32-Bit CPUs in Scientific Computing 64-Bit versus 32-Bit CPUs in Scientific Computing Axel Kohlmeyer Lehrstuhl für Theoretische Chemie Ruhr-Universität Bochum March 2004 1/25 Outline 64-Bit and 32-Bit CPU Examples

More information

DDR3 memory technology

DDR3 memory technology DDR3 memory technology Technology brief, 3 rd edition Introduction... 2 DDR3 architecture... 2 Types of DDR3 DIMMs... 2 Unbuffered and Registered DIMMs... 2 Load Reduced DIMMs... 3 LRDIMMs and rank multiplication...

More information

Performance Characterization of SPEC CPU2006 Integer Benchmarks on x86-64 64 Architecture

Performance Characterization of SPEC CPU2006 Integer Benchmarks on x86-64 64 Architecture Performance Characterization of SPEC CPU2006 Integer Benchmarks on x86-64 64 Architecture Dong Ye David Kaeli Northeastern University Joydeep Ray Christophe Harle AMD Inc. IISWC 2006 1 Outline Motivation

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

OBJECTIVE ANALYSIS WHITE PAPER MATCH FLASH. TO THE PROCESSOR Why Multithreading Requires Parallelized Flash ATCHING

OBJECTIVE ANALYSIS WHITE PAPER MATCH FLASH. TO THE PROCESSOR Why Multithreading Requires Parallelized Flash ATCHING OBJECTIVE ANALYSIS WHITE PAPER MATCH ATCHING FLASH TO THE PROCESSOR Why Multithreading Requires Parallelized Flash T he computing community is at an important juncture: flash memory is now generally accepted

More information

CPS104 Computer Organization and Programming Lecture 18: Input-Output. Robert Wagner

CPS104 Computer Organization and Programming Lecture 18: Input-Output. Robert Wagner CPS104 Computer Organization and Programming Lecture 18: Input-Output Robert Wagner cps 104 I/O.1 RW Fall 2000 Outline of Today s Lecture The I/O system Magnetic Disk Tape Buses DMA cps 104 I/O.2 RW Fall

More information

Solid State Drive Architecture

Solid State Drive Architecture Solid State Drive Architecture A comparison and evaluation of data storage mediums Tyler Thierolf Justin Uriarte Outline Introduction Storage Device as Limiting Factor Terminology Internals Interface Architecture

More information

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Applied Technology Abstract Microsoft SQL Server includes a powerful capability to protect active databases by using either

More information

CPU Benchmarks Over 600,000 CPUs Benchmarked

CPU Benchmarks Over 600,000 CPUs Benchmarked 1 z 7 2015-03-16 14:18 Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPU's CPU Benchmarks Over 600,000 CPUs Benchmarked ----Select

More information

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance. (Click to select desired chart)

Home Software Hardware Benchmarks Services Store Support Forums About Us. CPU Mark Price Performance. (Click to select desired chart) 1 z 10 2014-11-04 13:50 Shopping cart Search Home Software Hardware Benchmarks Services Store Support Forums About Us Home» CPU Benchmarks» High End CPU's CPU Benchmarks Over 600,000 CPUs Benchmarked ----Select

More information

The Green Index: A Metric for Evaluating System-Wide Energy Efficiency in HPC Systems

The Green Index: A Metric for Evaluating System-Wide Energy Efficiency in HPC Systems 202 IEEE 202 26th IEEE International 26th International Parallel Parallel and Distributed and Distributed Processing Processing Symposium Symposium Workshops Workshops & PhD Forum The Green Index: A Metric

More information

Green HPC - Dynamic Power Management in HPC

Green HPC - Dynamic Power Management in HPC Gr eenhpc Dynami cpower Management i nhpc AT ECHNOL OGYWHI T EP APER Green HPC Dynamic Power Management in HPC 2 Green HPC - Dynamic Power Management in HPC Introduction... 3 Green Strategies... 4 Implementation...

More information

Configuring Memory on the HP Business Desktop dx5150

Configuring Memory on the HP Business Desktop dx5150 Configuring Memory on the HP Business Desktop dx5150 Abstract... 2 Glossary of Terms... 2 Introduction... 2 Main Memory Configuration... 3 Single-channel vs. Dual-channel... 3 Memory Type and Speed...

More information

High Performance SQL Server with Storage Center 6.4 All Flash Array

High Performance SQL Server with Storage Center 6.4 All Flash Array High Performance SQL Server with Storage Center 6.4 All Flash Array Dell Storage November 2013 A Dell Compellent Technical White Paper Revisions Date November 2013 Description Initial release THIS WHITE

More information

Summary. Key results at a glance:

Summary. Key results at a glance: An evaluation of blade server power efficiency for the, Dell PowerEdge M600, and IBM BladeCenter HS21 using the SPECjbb2005 Benchmark The HP Difference The ProLiant BL260c G5 is a new class of server blade

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

AMD Opteron Quad-Core

AMD Opteron Quad-Core AMD Opteron Quad-Core a brief overview Daniele Magliozzi Politecnico di Milano Opteron Memory Architecture native quad-core design (four cores on a single die for more efficient data sharing) enhanced

More information

White Paper on Consolidation Ratios for VDI implementations

White Paper on Consolidation Ratios for VDI implementations White Paper on Consolidation Ratios for VDI implementations Executive Summary TecDem have produced this white paper on consolidation ratios to back up the return on investment calculations and savings

More information

Green High Performance Computing

Green High Performance Computing Green High Performance Computing Corey Hemminger and Dustin Rogers Information Systems (IS) St. Cloud State University 720 4 th Ave South St. Cloud, MN 56301-4498 heco0701@stcloudstate.edu rodu0601@stcloudstate.edu

More information

Autodesk Building Design Suite 2012 Standard Edition System Requirements... 2

Autodesk Building Design Suite 2012 Standard Edition System Requirements... 2 Autodesk Building Design Suite 2012 System Requirements Autodesk Building Design Suite 2012 Standard Edition System Requirements... 2 Autodesk Building Design Suite 2012 Premium Edition System Requirements...

More information

x64 Servers: Do you want 64 or 32 bit apps with that server?

x64 Servers: Do you want 64 or 32 bit apps with that server? TMurgent Technologies x64 Servers: Do you want 64 or 32 bit apps with that server? White Paper by Tim Mangan TMurgent Technologies February, 2006 Introduction New servers based on what is generally called

More information

Power Efficiency Metrics for the Top500. Shoaib Kamil and John Shalf CRD/NERSC Lawrence Berkeley National Lab

Power Efficiency Metrics for the Top500. Shoaib Kamil and John Shalf CRD/NERSC Lawrence Berkeley National Lab Power Efficiency Metrics for the Top500 Shoaib Kamil and John Shalf CRD/NERSC Lawrence Berkeley National Lab Power for Single Processors HPC Concurrency on the Rise Total # of Processors in Top15 350000

More information

Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett

Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett Page 1 of 11 Table of Contents Technical Product Specifications Model 3 PC Technical Diagrams Front Exterior Specifications

More information

Lecture 3: Evaluating Computer Architectures. Software & Hardware: The Virtuous Cycle?

Lecture 3: Evaluating Computer Architectures. Software & Hardware: The Virtuous Cycle? Lecture 3: Evaluating Computer Architectures Announcements - Reminder: Homework 1 due Thursday 2/2 Last Time technology back ground Computer elements Circuits and timing Virtuous cycle of the past and

More information

Understanding the Benefits of IBM SPSS Statistics Server

Understanding the Benefits of IBM SPSS Statistics Server IBM SPSS Statistics Server Understanding the Benefits of IBM SPSS Statistics Server Contents: 1 Introduction 2 Performance 101: Understanding the drivers of better performance 3 Why performance is faster

More information

22S:295 Seminar in Applied Statistics High Performance Computing in Statistics

22S:295 Seminar in Applied Statistics High Performance Computing in Statistics 22S:295 Seminar in Applied Statistics High Performance Computing in Statistics Luke Tierney Department of Statistics & Actuarial Science University of Iowa August 30, 2007 Luke Tierney (U. of Iowa) HPC

More information

Oracle Applications Release 10.7 NCA Network Performance for the Enterprise. An Oracle White Paper January 1998

Oracle Applications Release 10.7 NCA Network Performance for the Enterprise. An Oracle White Paper January 1998 Oracle Applications Release 10.7 NCA Network Performance for the Enterprise An Oracle White Paper January 1998 INTRODUCTION Oracle has quickly integrated web technologies into business applications, becoming

More information

How To Compare Two Servers For A Test On A Poweredge R710 And Poweredge G5P (Poweredge) (Power Edge) (Dell) Poweredge Poweredge And Powerpowerpoweredge (Powerpower) G5I (

How To Compare Two Servers For A Test On A Poweredge R710 And Poweredge G5P (Poweredge) (Power Edge) (Dell) Poweredge Poweredge And Powerpowerpoweredge (Powerpower) G5I ( TEST REPORT MARCH 2009 Server management solution comparison on Dell PowerEdge R710 and HP Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare server management solutions

More information

HP ProLiant DL585 G5 earns #1 virtualization performance record on VMmark Benchmark

HP ProLiant DL585 G5 earns #1 virtualization performance record on VMmark Benchmark HP ProLiant DL585 G5 earns #1 virtualization performance record on VMmark Benchmark HP Leadership»The HP ProLiant DL585 G5 is a highly manageable, rack optimized, four-socket server designed for maximum

More information

Understanding the Economics of Flash Storage

Understanding the Economics of Flash Storage Understanding the Economics of Flash Storage By James Green, vexpert Virtualization Consultant and Scott D. Lowe, vexpert Co-Founder, ActualTech Media February, 2015 Table of Contents Table of Contents...

More information

Resource Efficient Computing for Warehouse-scale Datacenters

Resource Efficient Computing for Warehouse-scale Datacenters Resource Efficient Computing for Warehouse-scale Datacenters Christos Kozyrakis Stanford University http://csl.stanford.edu/~christos DATE Conference March 21 st 2013 Computing is the Innovation Catalyst

More information

SUN STORAGE F5100 FLASH ARRAY

SUN STORAGE F5100 FLASH ARRAY SUN STORAGE F5100 FLASH ARRAY KEY FEATURES ACCELERATING DATABASE PERFORMANCE WITH THE WORLD S FASTEST SOLID- STATE FLASH ARRAY Unprecedented performance, power, and space efficiency World s first flash

More information

Oracle Database Reliability, Performance and scalability on Intel Xeon platforms Mitch Shults, Intel Corporation October 2011

Oracle Database Reliability, Performance and scalability on Intel Xeon platforms Mitch Shults, Intel Corporation October 2011 Oracle Database Reliability, Performance and scalability on Intel platforms Mitch Shults, Intel Corporation October 2011 1 Intel Processor E7-8800/4800/2800 Product Families Up to 10 s and 20 Threads 30MB

More information

HETEROGENEOUS HPC, ARCHITECTURE OPTIMIZATION, AND NVLINK

HETEROGENEOUS HPC, ARCHITECTURE OPTIMIZATION, AND NVLINK HETEROGENEOUS HPC, ARCHITECTURE OPTIMIZATION, AND NVLINK Steve Oberlin CTO, Accelerated Computing US to Build Two Flagship Supercomputers SUMMIT SIERRA Partnership for Science 100-300 PFLOPS Peak Performance

More information

ZK Performance Test. ZK Community, Professional, Enterprise Edition. Sam Chuang Timothy Clare. Potix Corportation

ZK Performance Test. ZK Community, Professional, Enterprise Edition. Sam Chuang Timothy Clare. Potix Corportation ZK Performance Test ZK Community, Professional, Enterprise Edition Sam Chuang Timothy Clare Potix Corportation Contents Introduction... 4 Terminology in testing... 4 Technology... 4 Products... 5 Test

More information

Thread level parallelism

Thread level parallelism Thread level parallelism ILP is used in straight line code or loops Cache miss (off-chip cache and main memory) is unlikely to be hidden using ILP. Thread level parallelism is used instead. Thread: process

More information

Indexing on Solid State Drives based on Flash Memory

Indexing on Solid State Drives based on Flash Memory Indexing on Solid State Drives based on Flash Memory Florian Keusch MASTER S THESIS Systems Group Department of Computer Science ETH Zurich http://www.systems.ethz.ch/ September 2008 - March 2009 Supervised

More information

Parallel Algorithm Engineering

Parallel Algorithm Engineering Parallel Algorithm Engineering Kenneth S. Bøgh PhD Fellow Based on slides by Darius Sidlauskas Outline Background Current multicore architectures UMA vs NUMA The openmp framework Examples Software crisis

More information

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook

More information

Week 1 out-of-class notes, discussions and sample problems

Week 1 out-of-class notes, discussions and sample problems Week 1 out-of-class notes, discussions and sample problems Although we will primarily concentrate on RISC processors as found in some desktop/laptop computers, here we take a look at the varying types

More information

System Models for Distributed and Cloud Computing

System Models for Distributed and Cloud Computing System Models for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Classification of Distributed Computing Systems

More information

A Study on the Scalability of Hybrid LS-DYNA on Multicore Architectures

A Study on the Scalability of Hybrid LS-DYNA on Multicore Architectures 11 th International LS-DYNA Users Conference Computing Technology A Study on the Scalability of Hybrid LS-DYNA on Multicore Architectures Yih-Yih Lin Hewlett-Packard Company Abstract In this paper, the

More information

Towards Energy Efficient Query Processing in Database Management System

Towards Energy Efficient Query Processing in Database Management System Towards Energy Efficient Query Processing in Database Management System Report by: Ajaz Shaik, Ervina Cergani Abstract Rising concerns about the amount of energy consumed by the data centers, several computer

More information

Understanding Memory Resource Management in VMware vsphere 5.0

Understanding Memory Resource Management in VMware vsphere 5.0 Understanding Memory Resource Management in VMware vsphere 5.0 Performance Study TECHNICAL WHITE PAPER Table of Contents Overview... 3 Introduction... 3 ESXi Memory Management Overview... 4 Terminology...

More information

Virtuoso and Database Scalability

Virtuoso and Database Scalability Virtuoso and Database Scalability By Orri Erling Table of Contents Abstract Metrics Results Transaction Throughput Initializing 40 warehouses Serial Read Test Conditions Analysis Working Set Effect of

More information

IT@Intel. Comparing Multi-Core Processors for Server Virtualization

IT@Intel. Comparing Multi-Core Processors for Server Virtualization White Paper Intel Information Technology Computer Manufacturing Server Virtualization Comparing Multi-Core Processors for Server Virtualization Intel IT tested servers based on select Intel multi-core

More information

Math 115 Spring 2011 Written Homework 5 Solutions

Math 115 Spring 2011 Written Homework 5 Solutions . Evaluate each series. a) 4 7 0... 55 Math 5 Spring 0 Written Homework 5 Solutions Solution: We note that the associated sequence, 4, 7, 0,..., 55 appears to be an arithmetic sequence. If the sequence

More information

Performance In the Cloud. White paper

Performance In the Cloud. White paper Hardware vs. Amazon EC2 Cloud Performance In the Cloud White paper September, 2009 Ron Warshawsky Eugene Skobel Copyright 2009 Enteros, Inc. All rights reserved. No part of this publication may be reproduced,

More information

These help quantify the quality of a design from different perspectives: Cost Functionality Robustness Performance Energy consumption

These help quantify the quality of a design from different perspectives: Cost Functionality Robustness Performance Energy consumption Basic Properties of a Digital Design These help quantify the quality of a design from different perspectives: Cost Functionality Robustness Performance Energy consumption Which of these criteria is important

More information

Communicating with devices

Communicating with devices Introduction to I/O Where does the data for our CPU and memory come from or go to? Computers communicate with the outside world via I/O devices. Input devices supply computers with data to operate on.

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE FOR IMMEDIATE RELEASE IBM s New Generation of Intel -based Servers, Software Cuts Through Data Center Chaos Less expensive to run and simpler to manage, IBM launches new generation of x86 System x racks,

More information

Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting

Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting Introduction Big Data Analytics needs: Low latency data access Fast computing Power efficiency Latest

More information

Building a More Efficient Data Center from Servers to Software. Aman Kansal

Building a More Efficient Data Center from Servers to Software. Aman Kansal Building a More Efficient Data Center from Servers to Software Aman Kansal Data centers growing in number, Microsoft has more than 10 and less than 100 DCs worldwide Quincy Chicago Dublin Amsterdam Japan

More information

Tested product: Auslogics BoostSpeed

Tested product: Auslogics BoostSpeed Software Tested Tested product: Auslogics BoostSpeed www.softwaretested.com CONTENTS 1 Contents Background... 3 Purpose of the Tests... 5 Testing Environment... 6 Test Results... 10 Windows Startup Time...

More information

Pipelining Review and Its Limitations

Pipelining Review and Its Limitations Pipelining Review and Its Limitations Yuri Baida yuri.baida@gmail.com yuriy.v.baida@intel.com October 16, 2010 Moscow Institute of Physics and Technology Agenda Review Instruction set architecture Basic

More information

AMD PhenomII. Architecture for Multimedia System -2010. Prof. Cristina Silvano. Group Member: Nazanin Vahabi 750234 Kosar Tayebani 734923

AMD PhenomII. Architecture for Multimedia System -2010. Prof. Cristina Silvano. Group Member: Nazanin Vahabi 750234 Kosar Tayebani 734923 AMD PhenomII Architecture for Multimedia System -2010 Prof. Cristina Silvano Group Member: Nazanin Vahabi 750234 Kosar Tayebani 734923 Outline Introduction Features Key architectures References AMD Phenom

More information

MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL

MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL Dr. Allon Cohen Eli Ben Namer info@sanrad.com 1 EXECUTIVE SUMMARY SANRAD VXL provides enterprise class acceleration for virtualized

More information

Scaling in a Hypervisor Environment

Scaling in a Hypervisor Environment Scaling in a Hypervisor Environment Richard McDougall Chief Performance Architect VMware VMware ESX Hypervisor Architecture Guest Monitor Guest TCP/IP Monitor (BT, HW, PV) File System CPU is controlled

More information

Parallel Scalable Algorithms- Performance Parameters

Parallel Scalable Algorithms- Performance Parameters www.bsc.es Parallel Scalable Algorithms- Performance Parameters Vassil Alexandrov, ICREA - Barcelona Supercomputing Center, Spain Overview Sources of Overhead in Parallel Programs Performance Metrics for

More information

AMD > Products We Design > Processor Pricing > AMD Opteron. Effecve January 22, 2014

AMD > Products We Design > Processor Pricing > AMD Opteron. Effecve January 22, 2014 AMD > Products We Design > Processor Pricing > AMD Opteron Effecve January 22, 2014 Shop for all AMD Opteron Processors Compare Server Processors AMD Opteron X2150 APU $99 AMD Opteron X1150 CPU $64 Sixteen-Core

More information

PassMark Intel vs AMD CPU Benchmarks - High End http://www.cpubenchmark.net/high_end_cpus.html 1 z 7 2011-01-28 08:05 Zalacznik nr 6 do SIWZ Shopping cart Search Home Software Hardware Benchmarks Services

More information

Hard Disk Drive vs. Kingston SSDNow V+ 200 Series 240GB: Comparative Test

Hard Disk Drive vs. Kingston SSDNow V+ 200 Series 240GB: Comparative Test Hard Disk Drive vs. Kingston Now V+ 200 Series 240GB: Comparative Test Contents Hard Disk Drive vs. Kingston Now V+ 200 Series 240GB: Comparative Test... 1 Hard Disk Drive vs. Solid State Drive: Comparative

More information

Kingston Technology. Server Architecture and Kingston Memory Solutions. May 2015. Ingram Micro. Mike Mohney Senior Technology Manager, TRG

Kingston Technology. Server Architecture and Kingston Memory Solutions. May 2015. Ingram Micro. Mike Mohney Senior Technology Manager, TRG Kingston Technology Server Architecture and Kingston Memory Solutions Ingram Micro May 2015 Mike Mohney Senior Technology Manager, TRG 2015 Kingston Technology Corporation. All rights reserved. All trademarks

More information

Copyright www.agileload.com 1

Copyright www.agileload.com 1 Copyright www.agileload.com 1 INTRODUCTION Performance testing is a complex activity where dozens of factors contribute to its success and effective usage of all those factors is necessary to get the accurate

More information

Comparison of Windows IaaS Environments

Comparison of Windows IaaS Environments Comparison of Windows IaaS Environments Comparison of Amazon Web Services, Expedient, Microsoft, and Rackspace Public Clouds January 5, 215 TABLE OF CONTENTS Executive Summary 2 vcpu Performance Summary

More information

Figure 2: Dell offers significant savings per chassis over HP and IBM in acquisition costs and 1-, 3-, and 5-year TCO.

Figure 2: Dell offers significant savings per chassis over HP and IBM in acquisition costs and 1-, 3-, and 5-year TCO. WHITE PAPER OCTOBER 2008 Total cost of ownership (TCO) of Dell, HP, and TCO comparison Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare the total cost of ownership (TCO) of three blade

More information

Introduction to Microprocessors

Introduction to Microprocessors Introduction to Microprocessors Yuri Baida yuri.baida@gmail.com yuriy.v.baida@intel.com October 2, 2010 Moscow Institute of Physics and Technology Agenda Background and History What is a microprocessor?

More information

BENCHMARKING EFFORT OF VIRTUAL MACHINES ON MULTICORE MACHINES

BENCHMARKING EFFORT OF VIRTUAL MACHINES ON MULTICORE MACHINES BENCHMARKING EFFORT OF VIRTUAL MACHINES ON MULTICORE MACHINES Aparna Venkatraman, Vinay Pandey, Beth Plale, and Shing-Shong Shei Computer Science Dept., Indiana University {apvenkat, vkpandey, plale, shei}

More information

Benchmarking Hadoop & HBase on Violin

Benchmarking Hadoop & HBase on Violin Technical White Paper Report Technical Report Benchmarking Hadoop & HBase on Violin Harnessing Big Data Analytics at the Speed of Memory Version 1.0 Abstract The purpose of benchmarking is to show advantages

More information

COMP 7970 Storage Systems

COMP 7970 Storage Systems COMP 797 Storage Systems Dr. Xiao Qin Department of Computer Science and Software Engineering Auburn University http://www.eng.auburn.edu/~xqin xqin@auburn.edu COMP 797, Auburn University Slide 3b- Problems

More information

Quiz for Chapter 6 Storage and Other I/O Topics 3.10

Quiz for Chapter 6 Storage and Other I/O Topics 3.10 Date: 3.10 Not all questions are of equal difficulty. Please review the entire quiz first and then budget your time carefully. Name: Course: Solutions in Red 1. [6 points] Give a concise answer to each

More information

The Performance of 2 and 4 HyperDrive4 units in RAID0

The Performance of 2 and 4 HyperDrive4 units in RAID0 The Performance of 2 and 4 HyperDrive4 units in RAID0 The DDR in a HyperDrive4 is only run at 100 MHz in order to save energy and prolong life and reliability. Even at this sedate pace, since it has a

More information

Ports utilisés. Ports utilisés par le XT1000/5000 :

Ports utilisés. Ports utilisés par le XT1000/5000 : Ports utilisés Ports utilisés par le XT1000/5000 : 80 HTTP (TCP) WEB server 123 SNTP (UDP) SNTP Client 161 SNMP (UDP) SNMP Configuration and Status 162 SNMP (UDP) SNMP Traps and events 1718 H.225/RAS (UDP)

More information

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX620 S6

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX620 S6 WHITE PAPER PERFORMANCE REPORT PRIMERGY BX620 S6 WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX620 S6 This document contains a summary of the benchmarks executed for the PRIMERGY BX620

More information

Virtualised MikroTik

Virtualised MikroTik Virtualised MikroTik MikroTik in a Virtualised Hardware Environment Speaker: Tom Smyth CTO Wireless Connect Ltd. Event: MUM Krackow Feb 2008 http://wirelessconnect.eu/ Copyright 2008 1 Objectives Understand

More information