PDQW: Pretty Damn Quick Workshop\ {\Large Personal tuition to help you develop high-performance system architectures}

PDQW: Pretty Damn Quick Workshop
Personal tuition to help you develop high-performance system architectures

Instructor: Dr. Neil J. Gunther
Performance Dynamics Educational Services

PDQ (Pretty Damn Quick) is an open source software package that supports the constuction of queueing models for calculating performance metrics associated with the management of data centers, packet networks (e.g., Internet traffic), cloud applications, manufacturing supply-chains, and so on.
PDQ works because, from the perspective of performance, all such systems can be regarded as a network of buffers where requests can wait for service when the shared resources are not immediately available. Since a buffer is just a storage area for multiple requests, when they are maintained in a certain order, they form a queue. The most common queue ordering is First-Come-First-Served (aka FIFO: First-In-First-Out). Since a buffer is just a type of queue, all of the above-mentioned systems can be represented as an interconnected network of queues. A PDQ model calculates all the performance metrics associated with such a network.
This means PDQ can be used to:


A very pertinent example of applying PDQ to assess the most cost-effective Auto Scaling policies on AWS cloud was presented at the recent CMG cloudXchange event and those PDQ models will be discussed at length in this workshop.
If you would like to preview PDQ without going through the installation process, 2019 Guerrilla grad, Ruslan Rusu has implemented an interactive version online that facilitates writing PDQ models in any of Perl, Python or R with immediate feedback. Just edit the Input pane and the results appear automatically in the Output pane. No muss, no fuss.

Contents

1  Purpose
2  Sessions
3  Certification
4  Structure
5  Prerequisites
6  Take Aways

1  Purpose

The purpose of this workshop is to learn how to apply PDQ to your particular performance analysis and capacity planning projects. The GCAP and GDAT classes provide the general framework for collecting a variety of performance metrics and understanding the relationships between those metrics. Underpinning the Guerrilla approach is queueing theory and statistical analysis. This workshop focuses on applying that general framework to constructing a PDQ model (or models) to meet your particular needs.

2  Sessions

Classes typically begin at 9am and the instructor is generally available until 9pm each day.
Many class discussions have been known to continue over dinner.
A morning break of half an hour is serviced around 10:30am
Lunch is provided from Noon until 1pm.
An afternoon break of half an hour occurs around 3:00pm

3  Certification

This class (PDQW) corresponds to Guerrilla Capacity Planner: Level III certification, where the levels are defined as:
  1. Entry level for newbies, e.g., Guerrilla Boot Camp (GBOOT), which is usually offerred on a demand basis only. Please contact Performance Dynamics if you would like to take this Level I class.
  2. Exposure to a wide variety of computer systems capacity planning concepts, methods, and tools that can be adapted opportunistically to support the needs of enterprise-level platform-independent performance management.
  3. Detailed study of a particular capacity planning technique or performance analysis tool, e.g., Guerrilla Data Analysis Techniques (GDAT).
A printed certificate reflecting the level of achievement is awarded to each attendee at the completion of the respective course.

4  Structure

Since this is a hands-on workshop, the structure and content are largely driven by you. This works best if you can bring to the workshop some kind of architectural diagram and, where possible, some relevant performance data. If you're not sure how to go about that, we can help you identify those things before you come to the workshop. The key to constructing a successful PDQ model is identifying the appropriate INPUT metrics (e.g., arrival rate, service times) as well as the expected OUTPUT metrics (e.g., queue length or buffer size, response time).
In addition, a number of case studies will be presented to exhibit a variety of approaches to developing PDQ models. The good news, and a key feature of PDQ, is that even the most complex architectures end up having a shockingly simple representation in PDQ. Part of the reason for this result is that a model of performance is not the same thing as a model of function (which is what developers are required to focus on). Therefore, a lot of operational details, that one would normally expect to be important, don't matter.




PDQ is available in several commonly-used programming languages and, for the PDQW workshop, you are free to use whichever language you prefer. However, the instruction will otherwise be delivered using the R version of PDQ in RStudio.
The integration of PDQ with R is very powerful because R does not have a general-purpose qeueing network solver. Moreover, R has the following powerful capabilities for wrangling raw performance data:
Clearly, this combination R and PDQ is particularly powerful for doing computer performance analysis and capacity planning.

5  Prerequisites

  1. This workshop is intended to be self-contained. No prior knowledge of PDQ or queueing models is assumed. Even if you've taken the GCAP course, where simple queueing theory was introduced, that topic will be reviewed again at the beginning of the workshop. You can never have too much queueing theory.
  2. Install the R statistical software.
  3. Install RStudio IDE (free desktop version).
  4. Download the PDQ software distribution and meticulously follow the appropriate installation instructions.

6  Take Aways

In this workshop you will learn the following.
  1. Personalized tuition
  2. Review the Guerrilla approach to performance analysis and capacity planning
  3. Examine the architecture of your projects
  4. Identify the key performance metrics and bottlenecks
  5. Convert raw performance data into performance metrics as inputs into PDQ
  6. Construct a PDQ model using those metrics
  7. Compare the PDQ output performance metrics with those from the performance data
Other take-aways include the PDQ textbook as well as all the scripts presented and developed in the workshop.



File translated from TEX by TTH, version 3.81.
On 5 Jun 2021, 18:44.