PIPE2: A Tool for the Performance Evaluation of Generalised Stochastic Petri Nets
|
|
|
- Gwen Cox
- 10 years ago
- Views:
Transcription
1 PIPE2: A Tool for the Performance Evaluation of Generalised Stochastic Petri Nets Nicholas J. Dingle William J. Knottenbelt Tamas Suto Department of Computing, Imperial College London, 180 Queen s Gate, London SW7 2BZ, United Kingdom {njd200,wjk,suto}@doc.ic.ac.uk ABSTRACT This paper presents an overview of Platform-Independent Petri Net Editor 2 (PIPE2), an open-source tool that supports the design and analysis of Generalised Stochastic Petri Net (GSPN) models. PIPE2 s extensible design enables developers to add functionality via pluggable analysis modules. It also acts as a front-end for a parallel and distributed performance evaluation environment. With PIPE2, users are able to design and evaluate performance queries expressed in the Performance Tree formalism. Keywords PIPE2, Performance Trees, GSPNs, Stochastic Modelling, Parallel and Distributed Computing 1. INTRODUCTION Platform-Independent Petri Net Editor 2 (PIPE2) [1] is a Java-based tool for the construction and analysis of Generalised Stochastic Petri Net (GSPN) [2] models. PIPE2 began life in 2002/3 as a postgraduate team programming project in the Department of Computing at Imperial College London and has been steadily improved through a number of successive successive versions, implemented by students at Imperial College London and with input from industry (particularly Intelligent Automation, Inc.) In addition, a branched version with significant improvements to different aspects of functionality (e.g. the addition of inhibitor arcs and fixed-capacity places, and an experimental framework) has also been implemented at the Universitat de les Illes Balears [3, 4]. It is planned to merge this functionality into the main branch in due course. Besides standard Petri net model creation, manipulation and animation facilities, PIPE2 provides a mechanism for the run-time integration of new functionality via pluggable analysis modules. This is a feature that sets PIPE2 apart from many other Petri net tools, whose analysis functionality is usually fixed and cannot be augmented by the user. This consequently provides a springboard for experimentation with new analysis techniques without the need to reimplement basic functionality. The focus of the present paper is on the recent development effort undertaken at Imperial College London related to the Performance Query Editor module, which allows users to create and evaluate performance queries using the Performance Tree (PT) formalism [5 7]. This module links with an evaluation environment comprising an Analysis Server, a set of parallel and distributed analysis tools, and a hardware cluster that enables large-scale computations. In terms of impact, PIPE2 has been used in a number of studies into research topics as varied as the modelling of mobile communication [8] and biological systems [9], and the visualisation of Business Process Execution Language (BPEL) specifications as Petri nets [10]. In addition, a number of other researchers have either implemented their own modules for use with PIPE2 (e.g. to translate Petri nets into the simulation language SIMAN [11]), or have used PIPE2 as the basis for the implementation of their own domainspecific versions (e.g. UIB [4] and Exhost-PIPE [12]). Finally, PIPE2 has been used as a teaching aid at a number of universities, including the Université de Genève, Sweden s Royal Technical Institute (KTH), the University of Leicester, Friedrich-Alexander-Universität Erlangen-Nürnberg and Universität Duisberg-Essen. The remainder of this paper is organised as follows: Section 2 presents PIPE2 s model design and analysis functionality. Section 3 presents background material on performance query specification with Performance Trees (PTs), before Section 4 describes the architecture of the parallel and distributed PT query evaluation environment. Section 5 describes the process of using PIPE2 to evaluate a PT performance query, and Section 6 demonstrates a case study analysis of a query on a model of a hospital s Accident and Emergency department. Section 7 concludes and discusses future work. 2. SYSTEM MODELLING WITH PIPE2 Figure 1 shows PIPE2 s graphical user interface for the creation and editing of GSPN models. Models are drawn on a canvas using components from a drawing toolbar including places, transitions, arcs and tokens. Nets of arbitrary complexity can be drawn and annotated with additional user information. Besides basic model design functionality, the designer interface provides features such as zoom, export, tabbed editing and animation. The animation mode is particularly useful for aiding users in the intuitive verification of the behaviour of their models. PIPE2 uses the Petri Net Markup Language (PNML) [13] as its file format, which permits interoperability with other Petri net tools including P3 [14], WoPeD [15] and Woflan [16] Central to the architecture of PIPE2 is its support for modules, which allow its functionality to be extended at runtime with user-implemented code. PIPE2 comes equipped with a number of specialised analysis modules that perform structural and performance-related analyses on GSPN mod-
2 Figure 1: PIPE2 s GSPN design interface. els. A panel to the left of the canvas enables users access to these modules. Users are encouraged, however, to implement their own modules to tailor the tool s functionality to their requirements. The modules discussed below are all included in the current PIPE2 release. Structural Analysis Modules Model Classification Module: Classifies GSPN models based on their structure into the following categories: state machine, marked graph, free choice net, extended free choice net, simple net and extended simple net. Model Comparison Module: Compares two GSPN models based on attributes determined by users as comparison criteria. State Space Module: Determine properties of GSPN models such as liveness, boundedness and existence of deadlocks. Incidence & Marking Module: Determines and displays the forward and backward incidence matrices and the initial marking. Reachability Graph Module: Provides a visual representation of a GSPN model s underlying reachability graph. Performance Analysis Modules Simulation Module: Studies the performance of models by investigating the average number of tokens per place and mean transition throughputs, using Monte Carlo simulation. Steady-State Analysis Module: Calculates state and count measures from the steady-state distribution via an interface to the DNAmaca [17] steady state analyser. Passage Time Analysis Module: Calculates probability density and cumulative distribution functions for the time taken for a model to complete a user-defined passage via an interface to the SMARTA [18] passage time analyser. GSPN Analysis Module: Calculates analytically the distribution of tokens on places, and the mean throughput of timed transitions. Additionally, recent work on specifying customer-centric performance queries using the concept of tagged tokens [19] is currently being integrated in PIPE2, in the form of modules for the steady-state and passage time analysis of GSPNs with tagged tokens. 3. PERFORMANCE TREES Performance Trees are a formalism for the graphical specification of performance queries. A Performance Tree query is represented as a tree structure that consists of nodes and connecting arcs. Nodes can be of two kinds: operation nodes represent performance-related functions, such as the calculation of passage time densities, while value nodes are instances of basic types such as sets of states, actions, and numerical/boolean constants. Complex queries can be constructed by connecting nodes together. Figure 2 shows an example Performance Tree query that asks: Is it true that the passage between the set of states start and the set of states target takes less than 5 time units with a probability of at least 0.98? Table 1 shows the currently available Performance Tree operation and value nodes. Performance Trees also support macros, which allow custom performance concepts to be defined by users using existing nodes.
3 Textual Graphical Description? The result of a performance query. Mult PTD Dist Perctl Conv ProbInInterval ProbInStates Moment FR SS:P SS:S StatesAtTime InInterval Macro / Concurrent evaluation of multiple independent queries. Passage time density, calculated from a given set of start and target states. Passage time distribution obtained from a passage time density. Percentile of a passage time density or distribution. Convolution of two passage time densities. Probability with which a passage takes place in a certain amount of time. Transient probability of a system being in a given set of states at a given point in time. Raw moment of a passage time density or distribution. Mean occurrence of an action (mean firing rate of a transition). Probability mass function yielding the steady-state probability of each possible value taken on by a StateFunc when evaluated over a given set of states. Set of states that have a certain steady-state probability. Set of states that the system can occupy at a given time. Boolean operator that determines whether a numerical value is within an interval. User-defined performance concept composed of other operators. Boolean operator that determines whether a set is included in or corresponds to another set. Boolean disjunction or conjunction of two logical expressions. Boolean negation of a logical expression. Num Range Bool Actions States StateFunc Arithmetic comparison of two numerical values. Arithmetic operation on two numerical values. A real number. A range of real numbers, defined by a lower and an upper bound. A Boolean value. A system action. A set of system states. A real-valued function on a set of states. Table 1: Performance Tree nodes ( denotes feature currently under development in PIPE2)
4 Figure 2: An example Performance Tree, shown in PIPE2 s Performance Query Editor. 4. PARALLEL AND DISTRIBUTED PER- FORMANCE ANALYSIS WITH PIPE2 Figure 3: Performance Analysis Environment Architecture. Figure 3 shows the integrated performance analysis environment that provides users with the ability to design system models and to specify and evaluate performance queries. The environment consists of four components: the Analysis Client (PIPE2), the Analysis Server, a set of Analysis Tools and the Analysis Cluster. Users interact directly with the client side implemented in PIPE2, which allows them to create GSPN models and corresponding Performance Tree queries. The PIPE2 client communicates with the Analysis Server, which in turn interacts with a range of analysis tools hosted on a computing cluster to calculate the answer to the user s query. Analysis Client PIPE2 has the role of the client within the analysis environment, and is its only user-facing component. It is the gateway to the functionality provided by the analysis environment s other components, and allows users to create system models and Performance Tree queries. When the user initiates query evaluation, it communicates model and query data to the Analysis Server for further processing. As soon as the Analysis Server returns evaluation results, PIPE2 receives these and presents them visually to users. Analysis Server The Analysis Server is responsible for handling evaluation requests issued by PIPE2, and the coordination of the subsequent performance query evaluation process. It is deployed on the Analysis Cluster s primary host, and is continuously available to accept incoming analysis requests. The Analysis Server decomposes performance queries into subtrees and sends these to specialised Analysis Tools for evaluation. Analysis Tools The evaluation of quantitative measures defined in Performance Tree queries is ultimately carried out by a set of Analysis Tools that are invoked by the Analysis Server. Tools that form part of the analysis environment are: DNAmaca [17] a Markov chain steady-state analyser that can solve models with up to O(10 8 ) states. It performs functional and steady-state analyses, and computes performance statistics, such as the mean, variance and standard deviation of expressions computed on system states. In addition, it also calculates mean rates of occurrence of actions. The raw distribution from which these performance statistics are calculated can also be obtained. DNAmaca is used for the evaluation of the SS:P and FR Performance Tree operators. SMARTA [18] a distributed MPI-based semi-markov response time analyser that performs iterative numerical analyses of passage times in very large semi-markov models (including GSPNs), using hypergraph partitioning and numerical Laplace transform inversion. SMARTA is suitable for the analysis of the PTD and Dist operators on GSPN models where start and target states are vanishing. HYDRA [18] a distributed Markovian passage time analyser that uses hypergraph partitioning and uniformisation techniques. HYDRA is suitable for the evaluation of the PTD and Dist Performance Tree operators, and also features transient analysis capabilities that are useful for the evaluation of the ProbInStates and StatesAtTime operators. MOMA [20] an n th order passage-time raw moment calculator for GSPN models that uses a Laplace transform-
5 based method. MOMA is used for the evaluation of the Moment operator when applied to a passage time density. CONE [20] a performance analyser that, together with SMARTA, evaluates the convolution of two passage time densities using a Laplace transform-based approach. CONE is used for the evaluation of the Conv operator. PERC [20] a performance analyser that calculates percentiles of passage time distributions and densities. It works in conjunction with SMARTA and is used for the evaluation of the Perctl operator. PROBI [20] a performance analyser that calculates the probability with which a value sampled from a passage time density lies within a certain interval. PROBI is used for the evaluation of the ProbInInterval operator. Analysis Cluster Camelot, the computational cluster forming the backbone of the analysis environment, consists of 16 dual-processor dual-core nodes, each of which is a Sun Fire x4100 with two 64-bit Opteron 275 processors and 8GB of RAM. Nodes are connected with both Gigabit Ethernet and Infiniband interfaces. The Infiniband fabric runs at 2.5Gbit/s, and is managed by a Silverstorm 9024 switch. Job submission is handled by Sun GridEngine (SGE), a Grid management middleware that configures and exposes Camelot as a computational Grid resource. Clients submit sequential and parallel (MPI) jobs to SGE via the Distributed Resource Management Application API (DRMAA). 5. PERFORMANCE QUERY EVALUATION Users interact with PIPE2 to design system models and performance queries. The tool also enables them to initiate the automatic evaluation of performance queries through a single button click, and provides them with an evaluation progress tracking and visual result feedback mechanism. When a user requests a query s evaluation, PIPE2 establishes a connection with the Analysis Server in the background, which in turn delegates the processing of individual queries to dedicated analysis threads. Analysis threads process serialised versions of system models and performance queries and construct an internal representation of the data. They decompose queries into a set of subtrees, and subsequently create helper threads for each subtree. Once a helper thread has been created, it submits its subtree for evaluation in the form of an analysis job to SGE. Analysis jobs consist of analysis tool invocation requests, based on the types of subtree nodes. Threads communicate with SGE via a DRMAA interface. SGE has built-in scheduling algorithms that are used to distribute jobs onto available processors on the analysis cluster. In the case where the evaluation of a subtree is conditional on results to be obtained from the evaluation of other subtrees, the job is suspended until all required inputs are available. Note that parallelism takes place on two levels during evaluation. Firstly, certain tools are able to carry out the evaluation of individual computation-intensive Performance Tree nodes in a parallelised manner. Secondly, if nodes within the query tree are independent of each other, they can be evaluated concurrently. To avoid redundant work, the Analysis Server incorporates a disk-based caching mechanism that stores performance query evaluation results. In order to differentiate between multiple queries on the same model, MD5 hashes of Figure 4: The result of evaluating the Performance Tree in Figure 2 using PIPE2. the model description and the performance query specification are calculated for each query. These are used to create a two-level structure in which the computed performance measures can be stored. Before any computation takes place, a cache look-up for the hash of the given model is performed. If a match is found, the hash of the current query is compared to all hashes of queries in the cache that have been evaluated on that particular model. A match indicates that the query results can be retrieved from the cache. No match means that the query needs to be evaluated. Users can configure the analysis with regards to the number of processors that are to be used during evaluation and also whether or not caching should be enabled. Users can also specify the time ranges of interest for measures such as passage time densities, or request that these are automatically computed to show the main region of probability mass. For more details of these mechanisms, see [7,20]. As soon as each subtree evaluation completes, the Analysis Server forwards its result to PIPE2 to be displayed to the user. This enables the user to inspect partial results before overall evaluation completes. 6. CASE STUDY Figure 1 shows a GSPN model of a hospital s Accident and Emergency (A&E) department after it has been input into PIPE2. The model describes a system with the following behaviour. An initial number of healthy individuals (on P 11) fall ill at a certain rate and either go to the hospital themselves (via T 14), in which case they are categorised as walk-in patients, or place an emergency call to request an ambulance (via T 15). Once they have reached A&E, walk-in patients wait until they can be seen by a nurse for initial assessment, while ambulance patients are loaded onto a trolley on which they wait until a nurse becomes available. Nurses assess ambulance patients with priority. After initial assessment, patients (now on P 5) proceed to either be seen by a doctor (via T 19), be taken for emergency surgery (via T 18), or be sent for laboratory tests (via T 20). Once a patient is discharged (via T 9 or T 12), they are assumed to be healthy again. The model is parameterised with P, N, D and A, which denote the number of patients (on P 11), nurses (on P 3), doctors (on P 8) and ambulances (on P 15), respectively. Here,
6 we set P = 5, N = 2, D = 2 and A = 1. We wish to know whether or not the hospital is capable of processing all patients within 5 hours with 98% certainty, and therefore use a Performance Tree query of the form shown in Figure 2. We define our start states as those where all five patients are on place P 11 and our target states as those where all five patients are on place P 19. Figure 4 shows PIPE2 s evaluator window when this query has successfully completed analysis (shown by traffic light indicators against all nodes that require computation). The overall result ( false ) can be found by clicking on the topmost (? ) node. The user can also click on other nodes to view sub-results for example, clicking on the PTD node will display the full probability density function of the computed passage time. 7. CONCLUSIONS AND FUTURE WORK In this paper we have presented an overview of PIPE2, a GSPN-based modelling and performance analysis tool. We have described its functionality, including its model design facilities, and have introduced the distributed analysis environment that provides extensive performance evaluation features. We have described the components of this analysis environment, and have demonstrated how PIPE2 has been extended to support the graphical creation of Performance Tree queries, and how these queries are evaluated on a parallel and distributed analysis cluster. Future development will include the integration of a PEPA-based stochastic process algebra model specification module and natural languagebased performance query specification. We will also be developing methods for the optimisation and efficient scheduling of computations in order to achieve improved analysis cluster response times. 8. REFERENCES [1] PIPE2: Platform-Independent Petri net Editor [2] M. Ajmone Marsan, G. Conte, and G. Balbo, A class of generalized stochastic Petri nets for the performance evaluation of multiprocessor systems, ACM Transactions on Computer Systems, vol. 2, no. 2, pp , May [3] P. Bonet, C. Lladó, R. Puigjaner, and W. Knottenbelt, PIPE v2.5: A Petri net tool for performance modelling, in Proc. 23 rd Latin American Conference on Informatics (CLEI 07), San Jose, Costa Rica, October [4] M. Melià, C. Lladó, R. Puigjaner, and C. Smith, An experimental framework for PIPE2, in Proc. 5th International Conference on the Quantitative Evaluation of Systems (QEST 08), St. Malo, France, 2008, pp [5] T. Suto, J. T. Bradley, and W. J. Knottenbelt, Performance trees: A new approach to quantitative performance specification, in Proc. 14 th Intl. Symp. on Modeling, Analysis and Simulation of Computer and Telecommunication Systems (MASCOTS 06), Monterey, CA, September 2006, pp [6], Performance trees: Expressiveness and quantitative semantics, in Proc. 4 th Intl. Conf. on the Quantitative Evaluation of Systems (QEST 07), Edinburgh, UK, September 2007, pp [7] D. K. Brien, N. J. Dingle, W. J. Knottenbelt, H. Kulatunga, and T. Suto, Performance trees: Implementation and distributed evaluation, in Proc. 7 th Intl. Workshop on Parallel and Distributed Methods in Verification (PDMC 08), Budapest, Hungary, March 2008, Work in Progress Report. [8] J. Guillen-Scholten, F. Arbab, F. de Boer, and M. Bonsangue, Modeling the exogenous coordination of mobile channel-based systems with Petri nets, Electronic Notes in Theoretical Computer Science, vol. 154, no. 1, pp , 2006, Proc. 4th International Workshop on the Foundations of Coordination Languages and Software Architectures (FOCLASA 05). [9] F. Bernardini, M. Gheorghe, F. Romero-Campero, and N. Walkinshaw, A hybrid approach to modelling biological systems, in Proc. 8th Workshop on Membrane Computing, vol. LNCS Springer, 2007, pp [10] R. Chitrakar, BPEL (Business Process Execution Language) Specification, modelling and analysis, Master s thesis, Univeristy of Illinois at Chicago, [11] A. Peñarroya, F. Casado, and J. Rosell, A performance analysis tool of discrete-event systems, Institute of Industrial and Control Engineering, Technical University of Catalonia, Tech. Rep. IOC-DT-P , [12] O. Bonnet-Torrés, P. Domenech, C. Lesire, and C. Tessier, Exhost-PIPE: PIPE extended for two classes of monitoring Petri nets, in Proc. 27th International Conference on Application and Theory of Petri Nets (ICATPN 06), vol. LNCS Springer, 2006, pp [13] The Petri Net Markup Language [14] D. Gašević, V. Devedžić, and N. Veselinović, P3 Petri net educational software tool for hardware teaching, in Proc. 10th Workshop Algorithms and Tools for Petri Nets, Eichstätt, Germany, 2003, pp [15] WoPeD: Workflow Petri Net Designer [16] H. Verbeek and W. van der Aalst, Woflan 2.0: A Petri-net-based workflow diagnosis tool, in Proc. 21st International Conference on Application and Theory of Petri Nets (ICATPN 00), vol. LNCS Springer, 2000, pp [17] W. J. Knottenbelt, Generalised Markovian analysis of timed transitions systems, M.Sc. Thesis, University of Cape Town, South Africa, July [18] N. Dingle, Parallel computation of response time densities and quantiles in large Markov and semi-markov models, Ph.D. dissertation, Imperial College London, United Kingdom, [19] N. Dingle and W. Knottenbelt, Automated customer-centric performance analysis of Generalised Stochastic Petri nets using tagged tokens, in Proc. Practical Application of Stochastic Models (PASM 08), Majorca, Spain, September [20] D. K. Brien, Performance trees: Implementation and distributed evaluation, M.Sc. Thesis, Imperial College London, United Kingdom, June 2008.
WoPeD - An Educational Tool for Workflow Nets
WoPeD - An Educational Tool for Workflow Nets Thomas Freytag, Cooperative State University (DHBW) Karlsruhe, Germany [email protected] Martin Sänger, 1&1 Internet AG, Karlsruhe, Germany [email protected]
Distributed Response Time Analysis of GSPN Models with MapReduce
Distributed Response Time Analysis of GSPN Models with MapReduce Oliver J. Haggarty William J. Knottenbelt Jeremy T. Bradley Department of Computing, Imperial College of Science, Technology and Medicine,
EVALUATION. WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration COPY. Developer
WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration Developer Web Age Solutions Inc. USA: 1-877-517-6540 Canada: 1-866-206-4644 Web: http://www.webagesolutions.com Chapter 6 - Introduction
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
Programma della seconda parte del corso
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,
PIPE The Great Re-Plumbing
Imperial College London Department of Computing PIPE The Great Re-Plumbing Author: Sarah Tattersall Supervisor: Dr. William Knottenbelt June 2014 Submitted in part fulfilment of the requirements for the
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
Parallel Computing. Benson Muite. [email protected] http://math.ut.ee/ benson. https://courses.cs.ut.ee/2014/paralleel/fall/main/homepage
Parallel Computing Benson Muite [email protected] http://math.ut.ee/ benson https://courses.cs.ut.ee/2014/paralleel/fall/main/homepage 3 November 2014 Hadoop, Review Hadoop Hadoop History Hadoop Framework
Cluster Scalability of ANSYS FLUENT 12 for a Large Aerodynamics Case on the Darwin Supercomputer
Cluster Scalability of ANSYS FLUENT 12 for a Large Aerodynamics Case on the Darwin Supercomputer Stan Posey, MSc and Bill Loewe, PhD Panasas Inc., Fremont, CA, USA Paul Calleja, PhD University of Cambridge,
Business Process Quality Metrics: Log-based Complexity of Workflow Patterns
Business Process Quality Metrics: Log-based Complexity of Workflow Patterns Jorge Cardoso Department of Mathematics and Engineering, University of Madeira, Funchal, Portugal [email protected] Abstract. We
Introducing Performance Engineering by means of Tools and Practical Exercises
Introducing Performance Engineering by means of Tools and Practical Exercises Alexander Ufimtsev, Trevor Parsons, Lucian M. Patcas, John Murphy and Liam Murphy Performance Engineering Laboratory, School
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
Process Modelling from Insurance Event Log
Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R
Business Process Modeling
Business Process Concepts Process Mining Kelly Rosa Braghetto Instituto de Matemática e Estatística Universidade de São Paulo [email protected] January 30, 2009 1 / 41 Business Process Concepts Process
Fig. 3. PostgreSQL subsystems
Development of a Parallel DBMS on the Basis of PostgreSQL C. S. Pan [email protected] South Ural State University Abstract. The paper describes the architecture and the design of PargreSQL parallel database
Formal Verification Problems in a Bigdata World: Towards a Mighty Synergy
Dept. of Computer Science Formal Verification Problems in a Bigdata World: Towards a Mighty Synergy Matteo Camilli [email protected] http://camilli.di.unimi.it ICSE 2014 Hyderabad, India June 3,
REAL TERRACOTTA. Real-world scalability patterns with Terracotta. SERGIO BOSSA Pro-Netics / Sourcesense
REAL TERRACOTTA Real-world scalability patterns with Terracotta SERGIO BOSSA Pro-Netics / Sourcesense About Me Software architect and engineer http://www.pronetics.it http://www.sourcesense.com Blogger
BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective
BIS 3106: Business Process Management Lecture Two: Modelling the Control-flow Perspective Makerere University School of Computing and Informatics Technology Department of Computer Science SEM I 2015/2016
Response Times in an Accident and Emergency Service Unit. Apurva Udeshi [email protected]
IMPERIAL COLLEGE, LONDON Department of Computing Response Times in an Accident and Emergency Service Unit Apurva Udeshi [email protected] Supervisor: Professor Peter Harrison Second Marker: Dr. William
Numerical Calculation of Laminar Flame Propagation with Parallelism Assignment ZERO, CS 267, UC Berkeley, Spring 2015
Numerical Calculation of Laminar Flame Propagation with Parallelism Assignment ZERO, CS 267, UC Berkeley, Spring 2015 Xian Shi 1 bio I am a second-year Ph.D. student from Combustion Analysis/Modeling Lab,
Masters in Human Computer Interaction
Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from
The Service Availability Forum Specification for High Availability Middleware
The Availability Forum Specification for High Availability Middleware Timo Jokiaho, Fred Herrmann, Dave Penkler, Manfred Reitenspiess, Louise Moser Availability Forum [email protected], [email protected],
An Open MPI-based Cloud Computing Service Architecture
An Open MPI-based Cloud Computing Service Architecture WEI-MIN JENG and HSIEH-CHE TSAI Department of Computer Science Information Management Soochow University Taipei, Taiwan {wjeng, 00356001}@csim.scu.edu.tw
MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS
MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS Tao Yu Department of Computer Science, University of California at Irvine, USA Email: [email protected] Jun-Jang Jeng IBM T.J. Watson
Component visualization methods for large legacy software in C/C++
Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University [email protected]
Load Balancing on a Grid Using Data Characteristics
Load Balancing on a Grid Using Data Characteristics Jonathan White and Dale R. Thompson Computer Science and Computer Engineering Department University of Arkansas Fayetteville, AR 72701, USA {jlw09, drt}@uark.edu
Load Balancing MPI Algorithm for High Throughput Applications
Load Balancing MPI Algorithm for High Throughput Applications Igor Grudenić, Stjepan Groš, Nikola Bogunović Faculty of Electrical Engineering and, University of Zagreb Unska 3, 10000 Zagreb, Croatia {igor.grudenic,
Elastic Management of Cluster based Services in the Cloud
First Workshop on Automated Control for Datacenters and Clouds (ACDC09) June 19th, Barcelona, Spain Elastic Management of Cluster based Services in the Cloud Rafael Moreno Vozmediano, Ruben S. Montero,
Masters in Networks and Distributed Systems
Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to
Dr. Jana Koehler IBM Zurich Research Laboratory
Precise Modeling of Business Processes with the Business Process Modeling Notation BPMN 2.0 Dr. Jana Koehler IBM Zurich Research Laboratory ZRL BIT at a Glance Computer Science at ZRL: Security/Cryptography
Test Coverage Criteria for Autonomous Mobile Systems based on Coloured Petri Nets
9th Symposium on Formal Methods for Automation and Safety in Railway and Automotive Systems Institut für Verkehrssicherheit und Automatisierungstechnik, TU Braunschweig, 2012 FORMS/FORMAT 2012 (http://www.forms-format.de)
Masters in Information Technology
Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101
Contents. System Development Models and Methods. Design Abstraction and Views. Synthesis. Control/Data-Flow Models. System Synthesis Models
System Development Models and Methods Dipl.-Inf. Mirko Caspar Version: 10.02.L.r-1.0-100929 Contents HW/SW Codesign Process Design Abstraction and Views Synthesis Control/Data-Flow Models System Synthesis
Efficient Load Balancing using VM Migration by QEMU-KVM
International Journal of Computer Science and Telecommunications [Volume 5, Issue 8, August 2014] 49 ISSN 2047-3338 Efficient Load Balancing using VM Migration by QEMU-KVM Sharang Telkikar 1, Shreyas Talele
Diagram Models in Continuous Business Process Improvement
JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 22 No. 2 (2014), pp. 118-133 Diagram Models in Continuous Business Process Improvement Mateusz Wibig 1 1 CGI Polska Energy and Resources 39 Sienna Street, Warszawa
David Rioja Redondo Telecommunication Engineer Englobe Technologies and Systems
David Rioja Redondo Telecommunication Engineer Englobe Technologies and Systems About me David Rioja Redondo Telecommunication Engineer - Universidad de Alcalá >2 years building and managing clusters UPM
Masters in Advanced Computer Science
Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate
- An Essential Building Block for Stable and Reliable Compute Clusters
Ferdinand Geier ParTec Cluster Competence Center GmbH, V. 1.4, March 2005 Cluster Middleware - An Essential Building Block for Stable and Reliable Compute Clusters Contents: Compute Clusters a Real Alternative
Load Balance Strategies for DEVS Approximated Parallel and Distributed Discrete-Event Simulations
Load Balance Strategies for DEVS Approximated Parallel and Distributed Discrete-Event Simulations Alonso Inostrosa-Psijas, Roberto Solar, Verónica Gil-Costa and Mauricio Marín Universidad de Santiago,
A Practical Approach to Process Streaming Data using Graph Database
A Practical Approach to Process Streaming Data using Graph Database Mukul Sharma Research Scholar Department of Computer Science & Engineering SBCET, Jaipur, Rajasthan, India ABSTRACT In today s information
Masters in Artificial Intelligence
Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits
Exadata Database Machine Administration Workshop NEW
Exadata Database Machine Administration Workshop NEW Duration: 4 Days What you will learn This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database
A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster
, pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing
STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM
STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM Albert M. K. Cheng, Shaohong Fang Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu
Masters in Computing and Information Technology
Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits
HPC Wales Skills Academy Course Catalogue 2015
HPC Wales Skills Academy Course Catalogue 2015 Overview The HPC Wales Skills Academy provides a variety of courses and workshops aimed at building skills in High Performance Computing (HPC). Our courses
Supporting the Workflow Management System Development Process with YAWL
Supporting the Workflow Management System Development Process with YAWL R.S. Mans 1, W.M.P. van der Aalst 1 Department of Mathematics and Computer Science, Eindhoven University of Technology, P.O. ox 513,
Interconnect Efficiency of Tyan PSC T-630 with Microsoft Compute Cluster Server 2003
Interconnect Efficiency of Tyan PSC T-630 with Microsoft Compute Cluster Server 2003 Josef Pelikán Charles University in Prague, KSVI Department, [email protected] Abstract 1 Interconnect quality
EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING
EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING Agustín Sabater, Carlos Guerrero, Isaac Lera, Carlos Juiz Computer Science Department, University of the Balearic Islands, SPAIN [email protected], [email protected],
Use of Agent-Based Service Discovery for Resource Management in Metacomputing Environment
In Proceedings of 7 th International Euro-Par Conference, Manchester, UK, Lecture Notes in Computer Science 2150, Springer Verlag, August 2001, pp. 882-886. Use of Agent-Based Service Discovery for Resource
Twitter Analytics: Architecture, Tools and Analysis
Twitter Analytics: Architecture, Tools and Analysis Rohan D.W Perera CERDEC Ft Monmouth, NJ 07703-5113 S. Anand, K. P. Subbalakshmi and R. Chandramouli Department of ECE, Stevens Institute Of Technology
Method of Fault Detection in Cloud Computing Systems
, pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,
Winery A Modeling Tool for TOSCA-based Cloud Applications
Institute of Architecture of Application Systems Winery A Modeling Tool for TOSCA-based Cloud Applications Oliver Kopp 1,2, Tobias Binz 2, Uwe Breitenbücher 2, and Frank Leymann 2 1 IPVS, 2 IAAS, University
Performance Analysis of Web based Applications on Single and Multi Core Servers
Performance Analysis of Web based Applications on Single and Multi Core Servers Gitika Khare, Diptikant Pathy, Alpana Rajan, Alok Jain, Anil Rawat Raja Ramanna Centre for Advanced Technology Department
Azure Machine Learning, SQL Data Mining and R
Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:
Cluster, Grid, Cloud Concepts
Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of
SOFTWARE ENGINEERING PROGRAM
SOFTWARE ENGINEERING PROGRAM PROGRAM TITLE DEGREE TITLE Master of Science Program in Software Engineering Master of Science (Software Engineering) M.Sc. (Software Engineering) PROGRAM STRUCTURE Total program
PIE. Internal Structure
PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution
COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova
COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova Computer automation of business processes: The paper presents the Workflow management system as an established technology for automation
A METHOD FOR REWRITING LEGACY SYSTEMS USING BUSINESS PROCESS MANAGEMENT TECHNOLOGY
A METHOD FOR REWRITING LEGACY SYSTEMS USING BUSINESS PROCESS MANAGEMENT TECHNOLOGY Gleison Samuel do Nascimento, Cirano Iochpe Institute of Informatics, Federal University of Rio Grande do Sul, Porto Alegre,
Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1
The Role of Programming in Informatics Curricula A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The problem, and the key concepts. Dimensions
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
BENCHMARKING CLOUD DATABASES CASE STUDY on HBASE, HADOOP and CASSANDRA USING YCSB
BENCHMARKING CLOUD DATABASES CASE STUDY on HBASE, HADOOP and CASSANDRA USING YCSB Planet Size Data!? Gartner s 10 key IT trends for 2012 unstructured data will grow some 80% over the course of the next
A PRACTICAL APPROACH FOR A WORKFLOW MANAGEMENT SYSTEM
A PRACTICAL APPROACH FOR A WORKFLOW MANAGEMENT SYSTEM Simone Pellegrini, Francesco Giacomini, Antonia Ghiselli INFN Cnaf Viale Berti Pichat, 6/2-40127 Bologna, Italy [email protected] [email protected]
An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center
An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center B.SANTHOSH KUMAR Assistant Professor, Department Of Computer Science, G.Pulla Reddy Engineering College. Kurnool-518007,
BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE... 4. By using the RETE Algorithm... 5. Benefits of RETE Algorithm...
1 Table of Contents BUSINESS RULES CONCEPTS... 2 BUSINESS RULES... 2 RULE INFERENCE CONCEPT... 2 BASIC BUSINESS RULES CONCEPT... 3 BUSINESS RULE ENGINE ARCHITECTURE... 4 BUSINESS RULE ENGINE ARCHITECTURE...
Aneka Dynamic Provisioning
MANJRASOFT PTY LTD Aneka Aneka 2.0 Manjrasoft 10/22/2010 This document describes the dynamic provisioning features implemented in Aneka and how it is possible to leverage dynamic resources for scaling
Topology Aware Analytics for Elastic Cloud Services
Topology Aware Analytics for Elastic Cloud Services [email protected] Master Thesis Presentation May 28 th 2015, Department of Computer Science, University of Cyprus In Brief.. a Tool providing Performance
GSiB: PSE Infrastructure for Dynamic Service-oriented Grid Applications
GSiB: PSE Infrastructure for Dynamic Service-oriented Grid Applications Yan Huang Department of Computer Science Cardiff University PO Box 916 Cardiff CF24 3XF United Kingdom [email protected]
Load Balancing on a Non-dedicated Heterogeneous Network of Workstations
Load Balancing on a Non-dedicated Heterogeneous Network of Workstations Dr. Maurice Eggen Nathan Franklin Department of Computer Science Trinity University San Antonio, Texas 78212 Dr. Roger Eggen Department
A Grid Architecture for Manufacturing Database System
Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies
Outline. High Performance Computing (HPC) Big Data meets HPC. Case Studies: Some facts about Big Data Technologies HPC and Big Data converging
Outline High Performance Computing (HPC) Towards exascale computing: a brief history Challenges in the exascale era Big Data meets HPC Some facts about Big Data Technologies HPC and Big Data converging
SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5
SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7
Exploiting Remote Memory Operations to Design Efficient Reconfiguration for Shared Data-Centers over InfiniBand
Exploiting Remote Memory Operations to Design Efficient Reconfiguration for Shared Data-Centers over InfiniBand P. Balaji, K. Vaidyanathan, S. Narravula, K. Savitha, H. W. Jin D. K. Panda Network Based
A Test Case Generator for the Validation of High-Level Petri Nets
A Test Case Generator for the Validation of High-Level Petri Nets Jörg Desel Institut AIFB Universität Karlsruhe D 76128 Karlsruhe Germany E-mail: [email protected] Andreas Oberweis, Torsten
The basic data mining algorithms introduced may be enhanced in a number of ways.
DATA MINING TECHNOLOGIES AND IMPLEMENTATIONS The basic data mining algorithms introduced may be enhanced in a number of ways. Data mining algorithms have traditionally assumed data is memory resident,
MEng, BSc Applied Computer Science
School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions
Object Request Reduction in Home Nodes and Load Balancing of Object Request in Hybrid Decentralized Web Caching
2012 2 nd International Conference on Information Communication and Management (ICICM 2012) IPCSIT vol. 55 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V55.5 Object Request Reduction
Solution Brief: Creating Avid Project Archives
Solution Brief: Creating Avid Project Archives Marquis Project Parking running on a XenData Archive Server provides Fast and Reliable Archiving to LTO or Sony Optical Disc Archive Cartridges Summary Avid
Model Simulation in Rational Software Architect: Business Process Simulation
Model Simulation in Rational Software Architect: Business Process Simulation Mattias Mohlin Senior Software Architect IBM The BPMN (Business Process Model and Notation) is the industry standard notation
A Performance Study of Load Balancing Strategies for Approximate String Matching on an MPI Heterogeneous System Environment
A Performance Study of Load Balancing Strategies for Approximate String Matching on an MPI Heterogeneous System Environment Panagiotis D. Michailidis and Konstantinos G. Margaritis Parallel and Distributed
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
Planning the Installation and Installing SQL Server
Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter
TOPAS: a Web-based Tool for Visualization of Mapping Algorithms
TOPAS: a Web-based Tool for Visualization of Mapping Algorithms 0. G. Monakhov, 0. J. Chunikhin, E. B. Grosbein Institute of Computational Mathematics and Mathematical Geophysics, Siberian Division of
Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.
Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE
Enhanced concept of the TeamCom SCE for automated generated services based on JSLEE
Enhanced concept of the TeamCom SCE for automated generated services based on JSLEE Thomas Eichelmann 1, 2, Woldemar Fuhrmann 3, Ulrich Trick 1, Bogdan Ghita 2 1 Research Group for Telecommunication Networks,
Information and Communications Technology Courses at a Glance
Information and Communications Technology Courses at a Glance Level 1 Courses ICT121 Introduction to Computer Systems Architecture This is an introductory course on the architecture of modern computer
Bachelor Degree in Informatics Engineering Master courses
Bachelor Degree in Informatics Engineering Master courses Donostia School of Informatics The University of the Basque Country, UPV/EHU For more information: Universidad del País Vasco / Euskal Herriko
Technology WHITE PAPER
Technology WHITE PAPER What We Do Neota Logic builds software with which the knowledge of experts can be delivered in an operationally useful form as applications embedded in business systems or consulted
The Big Data methodology in computer vision systems
The Big Data methodology in computer vision systems Popov S.B. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. I consider the advantages of
