Analyzing Computer Systems Performance, With Perl, PDQ
by Neil J. Gunther
To solve performance problems in modern computing infrastructures, often comprising thousands of servers running hundreds of applications, spanning multiple tiers, you need tools that go beyond mere reporting. You need tools that enable performance analysis of application workflow across the entire enterprise. That's what PDQ (Pretty Damn Quick) provides. PDQ is an open-source performance analyzer based on the paradigm of queues. Queues are ubiquitous in every computing environment as buffers, and since any application architecture can be represented as a circuit of queueing delays, PDQ is a natural fit for analyzing system performance.
Building on the success of the first edition, this considerably expanded second edition now comprises four parts. Part I contains the foundational concepts, as well as a new first chapter that explains the central role of queues in successful performance analysis. Part II provides the basics of queueing theory in a highly intelligible style for the non-mathematician; little more than high-school algebra being required. Part III presents many practical examples of how PDQ can be applied. The PDQ manual has been relegated to an appendix in Part IV, along with solutions to the exercises contained in each chapter.
Throughout, the Perl code listings have been newly formatted to improve readability. The PDQ code and updates to the PDQ manual are available from the author's web site at www.perfdynamics.com
Related Books: |
A First Course in Design and Analysis of Experiments by Gary W. Oehlert |
The Cartoon Guide to Statistics by Larry Gonick, Woollcott Smith |
Computer Networks and Systems: Queuing Theory & Performance Evaluation by Thomas G. Robertazzi |
Computer Systems Performance Evaluation and Prediction by Paul Fortier, Howard Michel |
Data Networks by Dimitri P. Bertsekas, Gallager |
Fundamentals of Performance Evaluation of Computer and Telecommunications Systems by Mohammed S. Obaidat, Noureddine A. Boudriga |
High Performance TCP/IP Networking by Mahbub Hassan, Raj Jain |
High-Speed Networks and Internets: Performance and Quality of Service by William Stallings |
How to Measure Anything: Finding the Value of Intangibles in Business by Douglas W. Hubbard |
Internet Measurement: Infrastructure, Traffic and Applications by Mark Crovella, Balachander Krishnamurthy |
Measuring Computer Performance: A Practitioner's Guide by David J. Lilja |
Network Performance Toolkit: Using Open Source Testing Tools by Richard Blum |
Simulation Modeling and Analysis with ARENA by Tayfur Altiok, Benjamin Melamed |
The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation, and Modeling by Raj Jain |
Discrete-Event Simulation: A First Course by Lawrence M. Leemis, Stephen K. Park |
|