Programma della seconda parte del corso

Size: px
Start display at page:

Download "Programma della seconda parte del corso"

Transcription

1 Programma della seconda parte del corso Introduction Reliability Performance Risk Software Performance Engineering Layered Queueing Models Stochastic Petri Nets New trends in software modeling: Metamodeling, MOF/QVT, UML 2 1 SOFTWARE PERFORMANCE ENGINEERING 2 1

2 Introduction A systematic, quantitative approach to cost-effectively constructing systems that meet performance objectives Focus on both process and techniques Modeling as part of software lifecycle 3 The Holy Graal Requirements Performance bounds, scalability Design Architecture selection Implementation Performance understanding Execution Software Model Dynamic optimization Maintenance Capacity planning, static optimization 4 2

3 SPE Process performance risk critical cases performance scenarios objectives verify & validate models performance model resource requirements performance acceptable evaluate feasible infeasible modify/create scenarios modify product concept revise objectives 5 Model Lifecycle Software Model Resource Requirements System Model Early design Rough Rough Estimate None Detailed Design Detailed Estimates Yes Implementation Yes Revised & Measured Yes Post-implementation Yes Measured Yes 6 3

4 Software Execution Graphs C1 C2 L1 P1 P2 C3 C4 Mean, best-,worst-case scenarios Static analysis L1, P1, P2 data dependencies Data dependencies typically are functions of inputs, example: L1(# of employees) P1(# of women) Level of abstraction varies T x = t C ( t + P1 t + P 2 t ) + L1 1 C 2 C 3 C 4 7 Software Execution Graphs Web Server Web Server WS.Checkout Business Logic BL.Checkout Business Logic ClientRequest BL.Checkout CalculateOrder DB update RenderPage Send DB Server Mail Server ReplyWS 8 4

5 Resource Requirements C1 L1 Node C1 Devices CPU (Kinstr.) Disk (I/Os) Network (Nmsg) C2 P1 P2 C3 C4 Best Mean Worst Evaluation Process C1 v C1 hm( v C1 ) t x C2 L1 P1 C3 Resource Usage Vector flops, language operations, instructions, memory references, etc Hardware Model statistical, analytical, simulation P2 C4 T x = hm ( v ) + L ( hm ( v ) + P 1 hm ( v ) + P hm ( v )) 1 2 C 1 C 2 C 3 C

6 Software Resource Requirements Types of resources: CPU usage SQL operations File I/O Messages Authentications Middleware calls Inter-process communication User delays Work units Define classes of operations Think about the effect on hardware Multiple hardware usage Low # of resources in early design, increase latter Requires cooperation of experts 11 Computer Resource Requirements: Overhead Matrix Devices CPU Disk Delay Network Quantity Units Sec Phys. I/O Sec. Msgs WorkUnit 0.01 I/O Msgs Delay 1 Service Time

7 System Execution Models Software model does not consider resource contention System execution model outputs: Resource contention metrics Sensitivity analysis to workload parameters Bottleneck analysis Interference of background loads Queuing Network Model (QNM) You better find a tool for this! 13 A QNM Example check availability WorkUnits DB Msgs Enter Exit calculate sum WorkUnits DB Msgs Disk return html WorkUnits DB Msgs CPU Network Device Visits Service Time CPU 4211 Kins Disk 20 I/Os Network 1 msg CPU all.0276 Disk Outputs: throughput, utilization, residence time, queue lengths, response times Network

8 Measurement Usage in SPE System understanding Similar system measurements to understand target system Model specification Workload data & resource usage Model validation & verification Model updates Represent software changes in model Software performance evaluation 15 Types of Measurement Data Workload data (e.g. frequency of transactions) Data characteristics (e.g. records in DB) Execution characteristics Path characteristics (e.g. loop iterations) Software resource usage (e.g. DB queries) Processing overhead (DB queries to disk I/O) Computer system usage Scenario response time (e.g. trans. delay) Scenario throughput (e.g. trans. served/sec) Resource utilization, throughput, queue lengths 16 8

9 st Qtr 2nd Qtr 3rd Qtr 4th Qtr SPE ED: Overview Performance Engineering Services Target systems: distributed, web-based, client-server, mainframes Users: performance engineers, software architects Paradigm: Software Performance Engineering (SPE) Technology: analytics and simulation (CSIM) Recently extended to support Distributed Object Technology (process composition, component communication & coordination) 17 SPE ED: Process Initial estimates Software Model System Model Performance Visualization CSIM Export to RDBMS 18 9

10 SPE ED: Example SEG 19 LAYERED QUEUEING MODELS 20 10

11 Introduction Execution Graphs and flat Queueing Models are not suited to deal with client-server mechanisms and layered architectures Layered Queuing Models take into account contention for software servers and devices 21 Basic idea PS P3 PS P1 TM=2 ST=[4,0] Z=0 Client V=3 E1 S1 V=3 V=2 TM=5 ST=[0,4] Z=10 V=3 S2 E1 V=1 TM=1 ST=[5,0] Z=0 P2 PS Client S1 S2 S1 S2 P1 P2 S3 S4 P3 SUBMODEL 1 SUBMODEL 2 TM=1 ST=[4,0] Z=0 E1 S3 E1 S4 TM=1 ST=[2,0] Z=0 S3 S4 P4 SUBMODEL 3 P4 PS 22 11

12 LQN as extension of QN LQN as an extension of QN models both software tasks (rectangles) and hardware devices (circles) represents nested services (a server is also a client to other servers) software components have entries corresponding to different services arcs represent service requests (synchronous and asynchronous) multi-servers used to model components with internal concurrency LQN limitations Approximate solution Unsuited architectural models (e.g., peer-to-peer) cliente ClientT service1 service2 Appl Query1 Disk1 entries Query2 Disk2 task Client CPU DB device DB CPU DB CPU 23 Types of LQN Requests a) Synchronous Client [s1, s2] Server Client synchronous message Server busy waiting phase1 (s1) reply phase2 (s2) idle included services b) Asynchronous Client [s1, s2] Server Client asynchronous message Server busy phase1 (s1) phase2 (s2) idle included services c) Forwarding Client Client synchronous message waiting [s1, s2] Server1 Server1 busy phase1 (s1) phase2 (s2) idle [t1, t2] Server2 Server2 busy forwarding idle phase1 (t1) reply to the original client phase2 (t2) idle 24 12

13 Local Wks 1..m Client Local e1 e2remote Client 1..n LQN extensions: activities, Internet fork/join Web Proc Remote e5 Wks a2 e3 e4 Server Web a4 a1 & [e4] a3 ecomm Secure ecomm Proc Server Proc DB SDisk e6 Disk e7 DB Proc DB 25 STOCHASTIC PETRI NETS 26 13

14 Definition Petri Nets (PN) are a graphical paradigm for the formal description of the logical interactions among parts the flow of activities in complex systems PN are particularly suited to model: Concurrency and Conflict Sequencing, conditional branching and looping Synchronization Sharing of limited resources Mutual exclusion 27 Petri Nets vs Time The original PN did not convey any notion of time. For performance analysis it is necessary to introduce the duration of the events associated to PN transitions. Timed model were subsequently extensively explored, following two main lines: Random durations : Deterministic or interval: Stochastic PN (SPN) Timed PN (TPN) 28 14

15 Definitions A Petri net (PN) is a bipartite directed graph consisting of two kinds of nodes: places and transitions Places typically represent conditions within the system being modeled Transitions represent events occurring in the system that may cause change in the condition of the system Arcs connect places to transitions and transitions to places (never an arc from a place to a place or from a transition to a transition) 29 Example of a PN t1 p1 p2 t2 p1 resource idle p2 resource busy t1 task arrives t2 task completes 30 15

16 Example of a PN p3 t1 p1 p2 p1 resource idle p2 resource busy t1 task arrives t2 task completes t2 p3 user 31 Definition of PN A PN is a 5-tuple (P,T,I,O,M) P T I O M set of places set of transitions input arcs output arcs marking 32 16

17 Arcs Input arcs are directed arcs drawn from places to transitions, representing the conditions that need to be satisfied for the event to be activated Output arcs are directed arcs drawn from transitions to places, representing the conditions resulting from the occurrence of the event 33 Places Input places of a transition are the set of places that are connected to the transition through input arcs Output places of a transition are the set of places to which output arcs exist from the transition 34 17

18 Tokens Tokens are dots (or integers) associated with places; a place containing tokens indicates that the corresponding condition holds Marking of a Petri net is a vector listing the number of tokens in each place of the net m (m 1 m 2 m P ) ; P = # of Places 35 Enabling Transition When input places of a transition have the required number of tokens, the transition is enabled. An enabled transition may fire (event happens) removing one token from each input place and depositing one token in each of its output place

19 Enabling & Firing of Transitions up t_fail fires up t_fail fires up t_repair t_fail t_repair t_fail t_repair t_fail t_repair fires t_repair fires down down down A 2-processor failure/repair model 37 Example of PN 38 19

20 Concurrency (or Parallelism) 39 Synchronization 40 20

21 Limited Resources 41 Producer/consumer 42 21

22 Producer/consumer with limited buffer 43 Mutual exclusion 44 22

23 Extensions of PN models arc multiplicity inhibitor arcs priority levels enabling functions (guards) 45 Arc Multiplicity An arc cardinality (or multiplicity) may be associated with input and output arcs, whereby the enabling and firing rules are changed as follows: Each input place must contain at least as many tokens as the cardinality of the corresponding input arc. m p When the transition fires, it removes as many tokens from each input place as the cardinality of the corresponding input arc, and deposits as many tokens in each output places as the cardinality of the corresponding output arc

24 Inhibitor Arc pi tk pj Inhibitor arcs are represented with a circleheaded arc. The transition can fire iff the inhibitor place does not contain tokens. 47 Inhibitor Arc 48 24

25 An Example: Before or cardinality of the output arc 49 An Example: After or cardinality of the output arc 50 25

26 Priority levels A priority level can be attached to each PN transition. The standard execution rules are modified in the sense that, among all the transitions enabled in a given marking, only those with associated highest priority level are allowed to fire. 51 Enabling Functions An enabling function (or guard) is a boolean expression composed with the PN primitives (places, trans, tokens). The enabling rule is modified in the sense that beside the standard conditions, the enabling function must evaluate to true. pi tk pj (tk) = #P1<2 & #P2=

27 Stochastic Petri Nets (SPN) Petri nets are extended by associating time with the firing of transitions, resulting in timed Petri nets. A special case of timed Petri nets is stochastic Petri net (SPN) where the firing times are considered random variables. 53 SPN: A Simple Example p1. t1 t2 Server Failure/Repair λ p2 p1 p2. µ Reachability graph t t2 CTMC λ µ 54 27

28 SPN: Poisson Process PP with rate λ SPN model λ RG = CTMC λ λ λ SPN: M/M/1 Queue M/M/1 λ µ SPN model λ µ RG = CTMC λ λ λ µ µ µ 56 28

29 Generalized SPN Sometimes when some events take extremely small time to occur, it is useful to model them as instantaneous activities SPN models were extended to allow for such modeling by allowing some transitions, called immediate transitions, to have zero firing times The remaining transitions, called timed transitions, have exponentially distributed firing times 57 Generalized SPN The enabling rules are modified: if both an immediate and a timed transition are enabled in a marking, immediate transition has higher priority. If more than one immediate transition is enabled in a marking, then the conflict is resolved by assigning firing probabilities to the immediate transitions. p 1-p T t t1 t2 Immediate transition t is enabled! Transition t1 & t2 will fire with p and (1-p)

30 Measures of Reliability & Performance Solving the model means evaluating the (transient / steady state) probability vector over the state space (markings). However, the modeler wants to interact only at the PN: the analytical procedure must be completely transparent to the analyst. There is a need to define the output measures at the PN level, in term of the PN primitives. 59 Measures of Reliability & Performance Output measures defined at the PN level. Probability of a given condition on the PN Time spent in a marking Mean (first) passage time Distribution of tokens in a place Expected number of firing of a PN trans (throughput) 60 30

31 Solving models with SPN The use of SPN requires only the topology of the PN, the firing rates of the transitions and the specification of the output measures. All the subsequent steps, which consist in: generation of the reachability graph generation of the associated Markov chain; transient and s.s. solution of the Markov chain; evaluation of the relevant process measures. must be completely automated by a computer program, thus making transparent to the user the associated mathematics. 61 Example: Multiprocessor with failure Number of processors: n Single repair facility is shared by all processors A reconfiguration is needed after a covered fault A reboot is required after an uncovered fault 62 31

32 Assumptions: The failure rate of each processor is γ The repair times are exponentially distributed with mean 1/τ A processor fault is covered with probability c The reconfiguration times and the reboot times are exponentially distributed with parameter δ and β, respectively 63 GSPN Model for Multiprocessor GSPN M odel of a M ultiprocessor 64 32

CS556 Course Project Performance Analysis of M-NET using GSPN

CS556 Course Project Performance Analysis of M-NET using GSPN Performance Analysis of M-NET using GSPN CS6 Course Project Jinchun Xia Jul 9 CS6 Course Project Performance Analysis of M-NET using GSPN Jinchun Xia. Introduction Performance is a crucial factor in software

More information

Introduction to Software Performance Engineering

Introduction to Software Performance Engineering 1-1 Overview 1. Overview of SPE 1. Software Performance Engineering 2. Distributed System s 3. Interoperability 4. SPE Research and Education Connie U. Smith, Ph.D. PO Box 2640 Santa Fe, New Mexico 87504-2640

More information

How To Improve Availability In Local Disaster Recovery

How To Improve Availability In Local Disaster Recovery 2011 International Conference on Information Communication and Management IPCSIT vol.16 (2011) (2011) IACSIT Press, Singapore A Petri Net Model for High Availability in Virtualized Local Disaster Recovery

More information

Keywords Backup and restore strategies, online backup, metrics, modelling methods, hourly backup.

Keywords Backup and restore strategies, online backup, metrics, modelling methods, hourly backup. Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance and

More information

Software Performance and Scalability

Software Performance and Scalability Software Performance and Scalability A Quantitative Approach Henry H. Liu ^ IEEE )computer society WILEY A JOHN WILEY & SONS, INC., PUBLICATION Contents PREFACE ACKNOWLEDGMENTS xv xxi Introduction 1 Performance

More information

A Model-driven Approach to Predictive Non Functional Analysis of Component-based Systems

A Model-driven Approach to Predictive Non Functional Analysis of Component-based Systems A Model-driven Approach to Predictive Non Functional Analysis of Component-based Systems Vincenzo Grassi Università di Roma Tor Vergata, Italy Raffaela Mirandola {vgrassi, mirandola}@info.uniroma2.it Abstract.

More information

How To Model A System

How To Model A System Web Applications Engineering: Performance Analysis: Operational Laws Service Oriented Computing Group, CSE, UNSW Week 11 Material in these Lecture Notes is derived from: Performance by Design: Computer

More information

Kirsten Sinclair SyntheSys Systems Engineers

Kirsten Sinclair SyntheSys Systems Engineers Kirsten Sinclair SyntheSys Systems Engineers Kirsten Sinclair SyntheSys Systems Engineers Spicing-up IBM s Enterprise Architecture tools with Petri Nets On Today s Menu Appetiser: Background Starter: Use

More information

Chapter 4: Architecture for Performance Monitoring of Complex Information Technology (IT) Infrastructures using Petri Net

Chapter 4: Architecture for Performance Monitoring of Complex Information Technology (IT) Infrastructures using Petri Net Chapter 4: Architecture for Performance Monitoring of Complex Information Technology (IT) Infrastructures using Petri Net This chapter will focus on the various approaches that we have taken in the modeling

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

Using Simulation Modeling to Predict Scalability of an E-commerce Website

Using Simulation Modeling to Predict Scalability of an E-commerce Website Using Simulation Modeling to Predict Scalability of an E-commerce Website Rebeca Sandino Ronald Giachetti Department of Industrial and Systems Engineering Florida International University Miami, FL 33174

More information

SOFT 437. Software Performance Analysis. Chapter 4: Software Execution Model

SOFT 437. Software Performance Analysis. Chapter 4: Software Execution Model SOFT 437 Software Performance Analysis Chapter 4: Software Execution Model Software Execution Model Constructed early in the development process to ensure that the chosen software architecture can achieve

More information

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications by Samuel D. Kounev (skounev@ito.tu-darmstadt.de) Information Technology Transfer Office Abstract Modern e-commerce

More information

Recommendations for Performance Benchmarking

Recommendations for Performance Benchmarking Recommendations for Performance Benchmarking Shikhar Puri Abstract Performance benchmarking of applications is increasingly becoming essential before deployment. This paper covers recommendations and best

More information

Case Study I: A Database Service

Case Study I: A Database Service Case Study I: A Database Service Prof. Daniel A. Menascé Department of Computer Science George Mason University www.cs.gmu.edu/faculty/menasce.html 1 Copyright Notice Most of the figures in this set of

More information

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks Comparison on Different Load Balancing Algorithms of Peer to Peer Networks K.N.Sirisha *, S.Bhagya Rekha M.Tech,Software Engineering Noble college of Engineering & Technology for Women Web Technologies

More information

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems SOFT 437 Software Performance Analysis Ch 5:Web Applications and Other Distributed Systems Outline Overview of Web applications, distributed object technologies, and the important considerations for SPE

More information

Web Server Software Architectures

Web Server Software Architectures Web Server Software Architectures Author: Daniel A. Menascé Presenter: Noshaba Bakht Web Site performance and scalability 1.workload characteristics. 2.security mechanisms. 3. Web cluster architectures.

More information

Process simulation. Enn Õunapuu enn.ounapuu@ttu.ee

Process simulation. Enn Õunapuu enn.ounapuu@ttu.ee Process simulation Enn Õunapuu enn.ounapuu@ttu.ee Content Problem How? Example Simulation Definition Modeling and simulation functionality allows for preexecution what-if modeling and simulation. Postexecution

More information

A Markovian Sensibility Analysis for Parallel Processing Scheduling on GNU/Linux

A Markovian Sensibility Analysis for Parallel Processing Scheduling on GNU/Linux A Markovian Sensibility Analysis for Parallel Processing Scheduling on GNU/Linux Regiane Y. Kawasaki 1, Luiz Affonso Guedes 2, Diego L. Cardoso 1, Carlos R. L. Francês 1, Glaucio H. S. Carvalho 1, Solon

More information

Layered Dependability Modeling of an Air Traffic Control System

Layered Dependability Modeling of an Air Traffic Control System Layered Dependability Modeling of an Air Traffic Control System Olivia Das, C. Murray Woodside Dept. of Systems and Computer Engineering, Carleton University, Ottawa, Canada email: odas@sce.carleton.ca,

More information

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

ISSN 2319-8885 Vol.04,Issue.25, July-2015, Pages:4879-4883. www.ijsetr.com

ISSN 2319-8885 Vol.04,Issue.25, July-2015, Pages:4879-4883. www.ijsetr.com ISSN 2319-8885 Vol.04,Issue.25, July-2015, Pages:4879-4883 www.ijsetr.com A Review of Disaster Recovery Techniques and Online Data Back-Up in Cloud Computing YOGESHWAR. CH 1, SATEESH NAGAVARAPU 2 1 PG

More information

Performance Modeling and Analysis of a Database Server with Write-Heavy Workload

Performance Modeling and Analysis of a Database Server with Write-Heavy Workload Performance Modeling and Analysis of a Database Server with Write-Heavy Workload Manfred Dellkrantz, Maria Kihl 2, and Anders Robertsson Department of Automatic Control, Lund University 2 Department of

More information

Deciding which process to run. (Deciding which thread to run) Deciding how long the chosen process can run

Deciding which process to run. (Deciding which thread to run) Deciding how long the chosen process can run SFWR ENG 3BB4 Software Design 3 Concurrent System Design 2 SFWR ENG 3BB4 Software Design 3 Concurrent System Design 11.8 10 CPU Scheduling Chapter 11 CPU Scheduling Policies Deciding which process to run

More information

Performance Modeling for Web based J2EE and.net Applications

Performance Modeling for Web based J2EE and.net Applications Performance Modeling for Web based J2EE and.net Applications Shankar Kambhampaty, and Venkata Srinivas Modali Abstract When architecting an application, key nonfunctional requirements such as performance,

More information

Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure

Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure Chandrakala Department of Computer Science and Engineering Srinivas School of Engineering, Mukka Mangalore,

More information

Performance Tuning and Optimizing SQL Databases 2016

Performance Tuning and Optimizing SQL Databases 2016 Performance Tuning and Optimizing SQL Databases 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This four-day instructor-led course provides students

More information

Distributed Databases

Distributed Databases Distributed Databases Chapter 1: Introduction Johann Gamper Syllabus Data Independence and Distributed Data Processing Definition of Distributed databases Promises of Distributed Databases Technical Problems

More information

Application of Predictive Analytics for Better Alignment of Business and IT

Application of Predictive Analytics for Better Alignment of Business and IT Application of Predictive Analytics for Better Alignment of Business and IT Boris Zibitsker, PhD bzibitsker@beznext.com July 25, 2014 Big Data Summit - Riga, Latvia About the Presenter Boris Zibitsker

More information

Performance Workload Design

Performance Workload Design Performance Workload Design The goal of this paper is to show the basic principles involved in designing a workload for performance and scalability testing. We will understand how to achieve these principles

More information

Performance Evaluation of a Distributed Software Architecture

Performance Evaluation of a Distributed Software Architecture Performance Evaluation of a Distributed Software Architecture Connie U. Smith and Lloyd G. Williams Performance Engineering Services PO Box 2640, Santa Fe, New Mexico, 87504-2640 (505) 988-3811, http://www.perfeng.com/~cusmith

More information

How To Test For Performance

How To Test For Performance : Roles, Activities, and QA Inclusion Michael Lawler NueVista Group 1 Today s Agenda Outline the components of a performance test and considerations Discuss various roles, tasks, and activities Review

More information

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS What is an operating? A collection of software modules to assist programmers in enhancing efficiency, flexibility, and robustness An Extended Machine from the users

More information

A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters

A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters Abhijit A. Rajguru, S.S. Apte Abstract - A distributed system can be viewed as a collection

More information

.:!II PACKARD. Performance Evaluation ofa Distributed Application Performance Monitor

.:!II PACKARD. Performance Evaluation ofa Distributed Application Performance Monitor r~3 HEWLETT.:!II PACKARD Performance Evaluation ofa Distributed Application Performance Monitor Richard J. Friedrich, Jerome A. Rolia* Broadband Information Systems Laboratory HPL-95-137 December, 1995

More information

Delivering Quality in Software Performance and Scalability Testing

Delivering Quality in Software Performance and Scalability Testing Delivering Quality in Software Performance and Scalability Testing Abstract Khun Ban, Robert Scott, Kingsum Chow, and Huijun Yan Software and Services Group, Intel Corporation {khun.ban, robert.l.scott,

More information

Software Performance Evaluation Utilizing UML Specification and SRN Model and Their Formal Representation

Software Performance Evaluation Utilizing UML Specification and SRN Model and Their Formal Representation Software Performance Evaluation Utilizing UML Specification and SRN Model and Their Formal Representation Razib Hayat Khan*, Poul E. Heegaard Norwegian University of Science & Technology (NTNU), Trondheim,

More information

Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling

Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Praveen K. Muthusamy, Koushik Kar, Sambit Sahu, Prashant Pradhan and Saswati Sarkar Rensselaer Polytechnic Institute

More information

A distributed system is defined as

A distributed system is defined as A distributed system is defined as A collection of independent computers that appears to its users as a single coherent system CS550: Advanced Operating Systems 2 Resource sharing Openness Concurrency

More information

Integrating Performance Characterization with Software Development

Integrating Performance Characterization with Software Development International Journal of Basic & Applied Sciences IJBAS-IJENS Vol: 11 No: 02 7 Integrating Performance Characterization with Software Development Abstract- The importance of integrating performance considerations

More information

features at a glance

features at a glance hp availability stats and performance software network and system monitoring for hp NonStop servers a product description from hp features at a glance Online monitoring of object status and performance

More information

How to build agent based models. Field service example

How to build agent based models. Field service example Simulation Modeling with AnyLogic: Agent Based, Discrete Event and System Dynamics Methods 1 How to build agent based models. Field service example Agent based modeling is the easiest modeling method.

More information

Software Engineering Introduction & Background. Complaints. General Problems. Department of Computer Science Kent State University

Software Engineering Introduction & Background. Complaints. General Problems. Department of Computer Science Kent State University Software Engineering Introduction & Background Department of Computer Science Kent State University Complaints Software production is often done by amateurs Software development is done by tinkering or

More information

Layered Queuing networks for simulating Enterprise Resource Planning systems

Layered Queuing networks for simulating Enterprise Resource Planning systems Layered Queuing networks for simulating Enterprise Resource Planning systems Stephan Gradl, André Bögelsack, Holger Wittges, Helmut Krcmar Technische Universitaet Muenchen {gradl, boegelsa, wittges, krcmar}@in.tum.de

More information

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION :

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION : PERFORMANCE TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Performance

More information

E) Modeling Insights: Patterns and Anti-patterns

E) Modeling Insights: Patterns and Anti-patterns Murray Woodside, July 2002 Techniques for Deriving Performance Models from Software Designs Murray Woodside Second Part Outline ) Conceptual framework and scenarios ) Layered systems and models C) uilding

More information

Holistic Performance Analysis of J2EE Applications

Holistic Performance Analysis of J2EE Applications Holistic Performance Analysis of J2EE Applications By Madhu Tanikella In order to identify and resolve performance problems of enterprise Java Applications and reduce the time-to-market, performance analysis

More information

Distributed Systems LEEC (2005/06 2º Sem.)

Distributed Systems LEEC (2005/06 2º Sem.) Distributed Systems LEEC (2005/06 2º Sem.) Introduction João Paulo Carvalho Universidade Técnica de Lisboa / Instituto Superior Técnico Outline Definition of a Distributed System Goals Connecting Users

More information

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes TRACE PERFORMANCE TESTING APPROACH Overview Approach Flow Attributes INTRODUCTION Software Testing Testing is not just finding out the defects. Testing is not just seeing the requirements are satisfied.

More information

Methodology of performance evaluation of integrated service systems with timeout control scheme

Methodology of performance evaluation of integrated service systems with timeout control scheme Methodology of performance evaluation of integrated service systems with timeout control scheme Akira Kawaguchi and Hiroshi Yamada NTT Service Integration Laboratories, NTT Corporation 9-11, Midori-cho

More information

Capacity Planning for Microsoft SharePoint Technologies

Capacity Planning for Microsoft SharePoint Technologies Capacity Planning for Microsoft SharePoint Technologies Capacity Planning The process of evaluating a technology against the needs of an organization, and making an educated decision about the configuration

More information

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Performance Testing Process A Whitepaper

Performance Testing Process A Whitepaper Process A Whitepaper Copyright 2006. Technologies Pvt. Ltd. All Rights Reserved. is a registered trademark of, Inc. All other trademarks are owned by the respective owners. Proprietary Table of Contents

More information

Information Technology Engineers Examination. Network Specialist Examination. (Level 4) Syllabus. Details of Knowledge and Skills Required for

Information Technology Engineers Examination. Network Specialist Examination. (Level 4) Syllabus. Details of Knowledge and Skills Required for Information Technology Engineers Examination Network Specialist Examination (Level 4) Syllabus Details of Knowledge and Skills Required for the Information Technology Engineers Examination Version 2.0

More information

Towards Studying the Performance Effects of Design Patterns for Service Oriented Architecture

Towards Studying the Performance Effects of Design Patterns for Service Oriented Architecture Towards Studying the Performance Effects of Design Patterns for Oriented Architecture Nariman Mani, Dorina C. Petriu, Murray Woodside Carleton University Department of Systems and Computer Engineering

More information

PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions. Outline. Performance oriented design

PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions. Outline. Performance oriented design PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions Slide 1 Outline Principles for performance oriented design Performance testing Performance tuning General

More information

FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING

FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING Hussain Al-Asaad and Alireza Sarvi Department of Electrical & Computer Engineering University of California Davis, CA, U.S.A.

More information

RELIABILITY IMPROVEMENT WITH PSP OF WEB-BASED SOFTWARE APPLICATIONS

RELIABILITY IMPROVEMENT WITH PSP OF WEB-BASED SOFTWARE APPLICATIONS RELIABILITY IMPROVEMENT WITH PSP OF WEB-BASED SOFTWARE APPLICATIONS Leticia Dávila-Nicanor, Pedro Mejía-Alvarez CINVESTAV-IPN. Sección de Computación ldavila@yahoo.com.mx, pmejia@cs.cinvestav.mx ABSTRACT

More information

Model-based Technology of Automated Performance Testing

Model-based Technology of Automated Performance Testing Model-based Technology of Automated Performance Testing Prof. Dr. B. Pozin ZAO EC-leasing bpozin@ec-leasing.ru Dr. I. Galakhov ZAO EC-leasing igalakhov@ec-leasing.ru R. Giniyatullin ZAO EC-leasing renat@ec-leasing.ru

More information

A Quantitative Approach to the Performance of Internet Telephony to E-business Sites

A Quantitative Approach to the Performance of Internet Telephony to E-business Sites A Quantitative Approach to the Performance of Internet Telephony to E-business Sites Prathiusha Chinnusamy TransSolutions Fort Worth, TX 76155, USA Natarajan Gautam Harold and Inge Marcus Department of

More information

Comparative Analysis of Congestion Control Algorithms Using ns-2

Comparative Analysis of Congestion Control Algorithms Using ns-2 www.ijcsi.org 89 Comparative Analysis of Congestion Control Algorithms Using ns-2 Sanjeev Patel 1, P. K. Gupta 2, Arjun Garg 3, Prateek Mehrotra 4 and Manish Chhabra 5 1 Deptt. of Computer Sc. & Engg,

More information

How To Improve Performance

How To Improve Performance Engineering and Global Software Development Sohel Aziz, Gaurav Caprihan, Kingshuk Dasgupta, and Stephen Lane Abstract The need to achieve system performance in a way that reduces risk and improves cost-effectiveness

More information

Objectives. Distributed Databases and Client/Server Architecture. Distributed Database. Data Fragmentation

Objectives. Distributed Databases and Client/Server Architecture. Distributed Database. Data Fragmentation Objectives Distributed Databases and Client/Server Architecture IT354 @ Peter Lo 2005 1 Understand the advantages and disadvantages of distributed databases Know the design issues involved in distributed

More information

Modeling and Simulation Firewall Using Colored Petri Net

Modeling and Simulation Firewall Using Colored Petri Net World Applied Sciences Journal 15 (6): 826-830, 2011 ISSN 1818-4952 IDOSI Publications, 2011 Modeling and Simulation Firewall Using Colored Petri Net 1 2 Behnam Barzegar and Homayun Motameni 1 Department

More information

Performance Test Process

Performance Test Process A white Success The performance testing helped the client identify and resolve performance bottlenecks which otherwise crippled the business. The ability to support 500 concurrent users was a performance

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

KLAPER: an Intermediate Language for Model-Driven Predictive Analysis of Performance and Reliability

KLAPER: an Intermediate Language for Model-Driven Predictive Analysis of Performance and Reliability KLAPER: an Intermediate Language for Model-Driven Predictive Analysis of Performance and Reliability Vincenzo Grassi Dipartimento di Informatica, Sistemi e Produzione, Università di Roma Tor Vergata Raffaela

More information

Agile Performance Testing

Agile Performance Testing Agile Performance Testing Cesario Ramos Independent Consultant AgiliX Agile Development Consulting Overview Why Agile performance testing? Nature of performance testing Agile performance testing Why Agile

More information

Principles and characteristics of distributed systems and environments

Principles and characteristics of distributed systems and environments Principles and characteristics of distributed systems and environments Definition of a distributed system Distributed system is a collection of independent computers that appears to its users as a single

More information

Modelling Workflow with Petri Nets. CA4 BPM PetriNets

Modelling Workflow with Petri Nets. CA4 BPM PetriNets Modelling Workflow with Petri Nets 1 Workflow Management Issues Georgakopoulos,Hornick, Sheth Process Workflow specification Workflow Implementation =workflow application Business Process Modelling/ Reengineering

More information

theguard! ApplicationManager System Windows Data Collector

theguard! ApplicationManager System Windows Data Collector theguard! ApplicationManager System Windows Data Collector Status: 10/9/2008 Introduction... 3 The Performance Features of the ApplicationManager Data Collector for Microsoft Windows Server... 3 Overview

More information

Energy Efficient MapReduce

Energy Efficient MapReduce Energy Efficient MapReduce Motivation: Energy consumption is an important aspect of datacenters efficiency, the total power consumption in the united states has doubled from 2000 to 2005, representing

More information

Real-Time Scheduling 1 / 39

Real-Time Scheduling 1 / 39 Real-Time Scheduling 1 / 39 Multiple Real-Time Processes A runs every 30 msec; each time it needs 10 msec of CPU time B runs 25 times/sec for 15 msec C runs 20 times/sec for 5 msec For our equation, A

More information

Real Time Programming: Concepts

Real Time Programming: Concepts Real Time Programming: Concepts Radek Pelánek Plan at first we will study basic concepts related to real time programming then we will have a look at specific programming languages and study how they realize

More information

Formal Modeling Approach for Supply Chain Event Management

Formal Modeling Approach for Supply Chain Event Management Formal Modeling Approach for Supply Chain Event Management Rong Liu and Akhil Kumar Smeal College of Business Penn State University University Park, PA 16802, USA {rul110,akhilkumar}@psu.edu Wil van der

More information

Load balancing model for Cloud Data Center ABSTRACT:

Load balancing model for Cloud Data Center ABSTRACT: Load balancing model for Cloud Data Center ABSTRACT: Cloud data center management is a key problem due to the numerous and heterogeneous strategies that can be applied, ranging from the VM placement to

More information

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Designing Real-Time and Embedded Systems with the COMET/UML method

Designing Real-Time and Embedded Systems with the COMET/UML method By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design

More information

Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation?

Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation? Copyright Network and Protocol Simulation Michela Meo Maurizio M. Munafò Michela.Meo@polito.it Maurizio.Munafo@polito.it Quest opera è protetta dalla licenza Creative Commons NoDerivs-NonCommercial. Per

More information

Bringing Value to the Organization with Performance Testing

Bringing Value to the Organization with Performance Testing Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of

More information

Operating Systems 4 th Class

Operating Systems 4 th Class Operating Systems 4 th Class Lecture 1 Operating Systems Operating systems are essential part of any computer system. Therefore, a course in operating systems is an essential part of any computer science

More information

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 R2 database.

More information

Predicting the QoS of an Electronic Commerce Server: Those Mean Percentiles

Predicting the QoS of an Electronic Commerce Server: Those Mean Percentiles Predicting the QoS of an Electronic Commerce Server: Those Mean Percentiles Diwakar Krishnamurthy and Jerome Rolia Systems and Computer Engineering, Carleton University, Ottawa, Canada, K1S 5B6 {diwa,jar}@sce.carleton.ca

More information

CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT

CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT 81 CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT 5.1 INTRODUCTION Distributed Web servers on the Internet require high scalability and availability to provide efficient services to

More information

Performance Testing at Scale

Performance Testing at Scale Performance Testing at Scale An overview of performance testing at NetApp. Shaun Dunning shaun.dunning@netapp.com 1 Outline Performance Engineering responsibilities How we protect performance Overview

More information

DELL s Oracle Database Advisor

DELL s Oracle Database Advisor DELL s Oracle Database Advisor Underlying Methodology A Dell Technical White Paper Database Solutions Engineering By Roger Lopez Phani MV Dell Product Group January 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Building Effective Dashboard Views Using OMEGAMON and the Tivoli Enterprise Portal

Building Effective Dashboard Views Using OMEGAMON and the Tivoli Enterprise Portal 1 IBM Software Group Tivoli Software Building Effective Dashboard Views Using OMEGAMON and the Tivoli Enterprise Portal Ed Woods IBM Corporation 2011 IBM Corporation IBM s Integrated Service Management

More information

Load Testing Analysis Services Gerhard Brückl

Load Testing Analysis Services Gerhard Brückl Load Testing Analysis Services Gerhard Brückl About Me Gerhard Brückl Working with Microsoft BI since 2006 Mainly focused on Analytics and Reporting Analysis Services / Reporting Services Power BI / O365

More information

How To Predict Performance From A Network Model In Unminer (Uml)

How To Predict Performance From A Network Model In Unminer (Uml) Performance Evaluation of UML Software Architectures with Multiclass Queueing Network Models Simonetta Balsamo Moreno Marzolla Dipartimento di Informatica, Università Ca Foscari di Venezia via Torino 155

More information

Performance Engineering and Global Software Development

Performance Engineering and Global Software Development Engineering and Global Software Development Sohel Aziz, Gaurav Caprihan, Kingshuk Dasgupta, and Stephen Lane The need to achieve system performance in a way that reduces risk and improves cost-effectiveness

More information

Monitoring IBM HMC Server. eg Enterprise v6

Monitoring IBM HMC Server. eg Enterprise v6 Monitoring IBM HMC Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Upgrading a Telecom Billing System with Intel Xeon Processors

Upgrading a Telecom Billing System with Intel Xeon Processors WHITE PAPER Xeon Processors Billing System Migration Upgrading a Telecom Billing System with Xeon Processors Migrating from a legacy RISC platform to a server platform powered by Xeon processors has helped

More information

New Challenges for Performance Engineers:

New Challenges for Performance Engineers: New Challenges for Performance Engineers: Analyzing On-line Services Varsha Apte Associate Prof., IIT-Bombay. (Part of the work was jointly done with: Mohit Gupta, TCS) Outline Motivation Product performance

More information

be architected pool of servers reliability and

be architected pool of servers reliability and TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise

More information

The Vicious Cycle of Computer Systems Performance and IT Operational Costs

The Vicious Cycle of Computer Systems Performance and IT Operational Costs The Vicious Cycle of Computer Systems Performance and IT Operational Costs Dominique A. Heger, Phil Carinhas, Fortuitous Technologies, Austin, TX, [dom,pac]@fortuitous.com Abstract In today s parallel,

More information

Application. Performance Testing

Application. Performance Testing Application Performance Testing www.mohandespishegan.com شرکت مهندش پیشگان آزمون افسار یاش Performance Testing March 2015 1 TOC Software performance engineering Performance testing terminology Performance

More information

Improved Hybrid Dynamic Load Balancing Algorithm for Distributed Environment

Improved Hybrid Dynamic Load Balancing Algorithm for Distributed Environment International Journal of Scientific and Research Publications, Volume 3, Issue 3, March 2013 1 Improved Hybrid Dynamic Load Balancing Algorithm for Distributed Environment UrjashreePatil*, RajashreeShedge**

More information

Overview Motivating Examples Interleaving Model Semantics of Correctness Testing, Debugging, and Verification

Overview Motivating Examples Interleaving Model Semantics of Correctness Testing, Debugging, and Verification Introduction Overview Motivating Examples Interleaving Model Semantics of Correctness Testing, Debugging, and Verification Advanced Topics in Software Engineering 1 Concurrent Programs Characterized by

More information