~'i:d, ~ ~ COLLECTION AND PRESENTATION OF ON-LINE RESPONSE DATA

Size: px
Start display at page:

Download "~'i:d, ~ ~ COLLECTION AND PRESENTATION OF ON-LINE RESPONSE DATA"

Transcription

1 ~'i:d, ~ ~ OLLIO D PIO OF O-LI PO D 'B",(> :]8 om White, Potomac lectric Power ompany B esponse data for on-line I applications is recorded at the transaction level, classified by resource usage and response time, and stored in a data base. ubsequently, management oriented plots are generated with /PH, and PO PLY is used to t::ombine them in reports which draw attention to any non-compliance with specified goals. his poster paper outlines the analysis methodology, discusses the motivation for each type of data display, and provides sample code and /PH output. IODIO he business computer center of the Potomac lectric Power ompany supports I-based applications systems which provide information access in critical areas of company operations. In agreement with application support managers, a methodology for measuring and reporting on response was established. he following elements form the basis of the service level agreement: response goal, given as X % of transactions complete within Y seconds. classification scheme, which divides all transactions into resofce levels. Measurement and reporting inteals. minimum transaction volume threshold, below which the goals are not applied. he determination of agreement with the goals is made during weekly meetings when each manager responsible for an application system reviews the relevant month-to-date response plot Most systems usually meet their goals, so very little time is wasted looking at data which basically says, "everything is OKI" When this is not the case, supporting data can be viewed on additional plots to gain further insight into exceptional conditions. LIFYI IO ll transactions are recorded by he Monitor for I, which collects data in real time and stores it in compressed form. his is read daily by Merrill's MX code and stored in data sets in the MX Performance Data Bas.e. Locally written code then processes the data. he local code works on a subset of the MOIK data set, and uses three predefined formats (figure 1 below) to classify each transaction by its use of I/O, P, and storage resources. If usage of all three resources falls into the first category, the transaction is classified LOW; if anyone resource falls into the second category, the transaction is classified MDIM; similarly, any HIH resource usage will classify the entire transaction as HIH. he resource "filters" are set universally such that over 8% of all transactions are classified LOW, with most of the remaining being MDIM, and about.5%, HIH. hose in the latter category are considered outliers, and are not given a response goal. wo other formats are used to assign a time 1188

2 I' QassifybyP consumption 'I PO FOM BY- saslib; V LB <:pum'.-.2 = 'WW' -1 = 'LOW'.2 <-O.s = 'MDIM' o.s <-HIH = 'HIH'; r Qassify by I/O ount'l POFOMBY=saslib; V LB iocfmt 11-3 = 'MDIM' 31 ~ HIH = 'HIH'; r Oassify by torage High-water Mark 'I POFOMBY=sa&lib; VLBstgfmt - 7OOO = 'WW' 7OOO <.. 1OOOO = 'MDIM' loooo <- HIH = 'HIH'; figure 1 interval, in 1/2 hour increments, and a response level, which can be represented symbolically: {1,2,3,4,5,5 + }. where = 1 means < response < = 1 second =2 means 1 < response < = 2 second =5 + means 5 < response MMIZI O second he subsetted data, which now consist of one observation per transaction, are passed through PO MMY using the interval and response as classification variables (figure 2 below). ach observation in the output data set represents a count of transactions for a given interval, application, resource level, and response level. lso computed is the mean response time for each observation. Finally, a macro supplied by B ystems is invoked to store the data in their IFO/B product's database, from which all graphic reports are derived. POOD=ino;i' ",rt the IFO/Bdata 'I BY c_appl; r by apptication system ID '/ BYeJevJ; r and resource level *' PO MMY WY D=info;j* summarize "'/ BYc.appl; BY c.l\'\; L in.terval JP; ID date; V response; '* calculate the response -, QfPf Of= ibsum M = c_ mean; r mean j figure 2 PI D Incorporated in the method of data presentation are recommendations by idney nehirsh from a paper presented at M '85. 1 In particular, the visual content of the plots presented in the report labeled "IO OMPLD WIHI OL" was designed so that the relevant information needed for a management decision can be obtained in 2-4 cursory glances: (1)Locate the pplication (it's always in the same place on the page). (2)11 the bars are OD BLK: hat's it; verything is OK. (3)HHD (or D on color reports) bar? How close to the 95% goal? lose enough? OK. (4)ot close enough? look at the date. ow there may be something to talk about. By agreement, all empty bars are ignored, as they represent insufficient transaction counts. ll of the text at the bottom of the page can be ignored. because it never changes, excepting the month, which most managers know without searching a report. herefore, the instantaneous management decision can be broken down into just two words: BLK or D, for color reports, or OD or HHD if one is looking at a black & white copy. 1189

3 wo other types of plots are presented to back up the one described above. hese have their own interest, but are not often consulted during the weekly meetings. he first, "M PO', provides an historical picture for those who like to look at averages. he "pplication: LL" plot displays all the applications running in the I address space, except the outliers. he last type, "IO VOLM", shows the distribution of resource levels, as well as the overall transaction rates. It also contains a yardstick" at day, arbitrarily set at 3 transactions, slightly less than 1% of the total. ince there are nine applications, a plot where the ''yardstick' fills the axis represents an application of below average rate. onversely, a short "yardstick" means a relatively high rate. page from each type of report is presented at the end of this paper. OF /PH ach of the three types of plots described above is generated by a separate routine which both retrieves the data from the IFO/B response data set, and plots it into a graphics catalog, using /PH PO H VB ("IO OMPLD WIHI OL" and ''IO VOLM"), and PO PLO PLO ("M PO"). In order to create a single plot in the graphics catalog, for example, the following statements might be used: %LII PPL=MMI; %LlILVL=M; %LIIOL=1; %l O(XP2); By agreement, all goals are specified as 95% completion, which is a constant in the code (XP2 in this example). ote, however, that the actual response level is supplied at invocation time (OL = ) along with a corresponding resource level (LVL = ), thus allowing ease of reporting when changes occur in the service level agreement for any application (PPL = ). Plots are generated, as described above, for all applications, with the output directed into the graphics catalog. In addition, a plot containing annotate text is created one time with PO O. report page is then assembled with PO PLY, specifying a template consisting of six plots overlaid with the annotate text. his is repeated for as many pages as are needed for the report, with all output again directed into another graphics catalog. ach of the three multipage reports is generated, page-by-page, into the final catalog, until all are completed. Finally, a 3- high template is used to create a grid of 8.5 x 11 inch pages on a alcomp 5835 electrostatic plotter, by re-replaying all of the report pages from the catalog into a single plot on the device. his final plot contains up to 54 individual plots, not including the text overlays. he poster used to illustrate this paper is an example of such a plot, and itself contains sample report pages. KOWLDM haren Mingee is responsible for establishing the resource filters used by the classification FOMs. hanks to Mary nn van for providing guidance in using publishing software, and to I hort for keeping the electrostatic piotter rolling. 119

4 F 1. Finehirsh, idney. "ffective ervice Level eporting, M'5 International onference on the performance and valuation of omputer ystems, onference Proceedings, Dallas, December 1985, p.55. and /PH are registered trademarks of Institute Inc., ary,. MX is a registered trademark of Merrill onsultants, Dallas, X. he Monitor for I is a registered trademark of Landmark ystems orporation, pringfield, V. IFOMIO he author may be contacted as follows: om White - oom 222 Potomac lectrlc Power o. 19 Pennsylvania ve., W Washington, D

5 OLI PPLIIO YM PO ---~ ~-----~------~ IO OMPLD WIHI OL Ipplicatnoo: HI esource: LOW oat 2 cl Ippllcaon: HI esource: MDIM oat 5 cl p P Ipplication: MMI esouroe: LOW oat 1 I lpp&catnoo: MMI esource: MDIM oat 4 cl p P DY Of H MOH ny Of H MOH Ippilcatioo:: P _oe: LOW oat 2 cl Ipplication: P esource: MDIM oat 3 cl - w ~ 9 2 P 5 P _~ 6 ~ 6 ~ 5 ~ OOOO{lOQ11 \ DY Of H.OH OOOO{lOOOO1111t DY Of H MOH POD: : M : DY 8:-18: YB.1 : MM : 1 li: tlvl, WOK PIOO mooih~m k~yl~~~--'~-~ ni.~c;;.ms " 1192

6 ~ ~ < o) 9 9 2,Q, I.i: u s' L' u I.J oh,.. 1. D ~:~....., OLI PPLIIO YM PO M PO (LOW+MDIM O) f#oliiiiihfiis 1 '.1 "'-\;;,,,,,,,,.1;', n. ;;",;-,;;,,-r,,;-"el",",;;,,,,,""r;",;-,.", 11l~1~IL>4~~18 \.a' l,~ fi.',., l.' 1.1:, ~H so..,.,6: Q,$.. :1/, l1j45&7o\ DY or 1H MO111 l~pi.1 '" ~~g3obl 1 I 1 1 \ l11i1b~bj u ' l.) Lfj, (u 1.,}.., ".. IfPi'*' -I 1.- DO,~ O.1i.1' D,:.5' O "-'- -~.. " O'&rioooofl unn1i21J'l :1:.' 1,': 1.&1 1.'\: si 1.';; l.a; O\.1. u.., Do.': o.~.1,..,.4; I~LLI ~:il"' '. --,- O'~6 O~ noliot>l' 1 I ~ BHH1 i ~; 9 9 ' J ~1QO ~IOOO OLI PPLIIO YM PO IO VOLM [~fllsl [~~.... ".. i nooo '~Q<l\l 1\&l1l,_ I- e 61) J ''''" o ',.,. ~ :~ ~iioii~1," IO:',JI III IIIII' I' " 11,','11 JIll/JIll" 'I1 ::::,... ~~MO' \ 21~O~ ~"'i.i1 ' ~)OOO, t J, 2 1 [ijiii:o~ "' ~2 I J, 21~OOO I~.LI 9 -fioooofm'-'oy:-"'-"'o8:oo=1a-oo'-... YM: _..._..._... IlMII _.._..._._.:n'oo:..._..._..._... 11IWl...._... : WOfI( P6'lOO.L.. _ _._ _... _ _. ~M1~8 ~~~: 9 1 H~ ~iih9tii iih5tilihij 23~ s~hh j ly Of H MOH i2 3tH 189~ i:i H51i j't~fl12h5 61a9DI DY OF H MOH POD : : M DY: 8:-18: YJaj : IlMII : 11m: lvl : woo( P6'lOO mooiitw.:ib8ii -iktiyi ;.;~-l;e;u;;;;;;;:;;a;d;;,w;.;;;;;;ji - - ~

SPS Commerce Dashboards & Alerts User Guide

SPS Commerce Dashboards & Alerts User Guide SPS Commerce Dashboards & Alerts User Guide 1 Table of Contents Introduction... 3 Additional Resources... 3 Logging In... 4 Changing your password... 4 The Portal Homepage... 5 Administration... 5 My Reports...

More information

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

More information

Objective: Construct a coordinate system on a plane.

Objective: Construct a coordinate system on a plane. Lesson 2 Objective: Construct a coordinate system on a plane. Suggested Lesson Structure Fluency Practice Application Problem Concept Development Student Debrief Total Time (10 minutes) (7 minutes) (33

More information

separate representations of data.

separate representations of data. 1 It s been said that there are two kinds of people in the world: those who divide everything into two groups, and those who don t. To taxonomists, these folks are commonly known as lumpers and splitters.

More information

An Introduction to the DATA Step Graphics Interface Earl Westerlund, Eastman Kodak Company, Rochester, NY

An Introduction to the DATA Step Graphics Interface Earl Westerlund, Eastman Kodak Company, Rochester, NY n Introduction to the DT Step Graphics Interface Earl Westerlund, Eastman Kodak Company, Rochester, NY INTRODUCTION The DT Step Graphics Interface (DSGI) is a component of SS/GRPH software that enables

More information

PCI Interrupt Controller for Industry Standard PCI-ISA Bus Architecture using PCI-to-PCI Bridge Technology. Ross L. Armstrong

PCI Interrupt Controller for Industry Standard PCI-ISA Bus Architecture using PCI-to-PCI Bridge Technology. Ross L. Armstrong nterrupt ontroller for ndustry tandard - Bus rchitecture using -to- Bridge echnology oss L. rmstrong igital quipment orporation (cotland) Ltd., osshill ndustrial state, yr, cotland. K6 6B. he demand for

More information

MIL-DTL Part Number Development Series III

MIL-DTL Part Number Development Series III I--8999 lo III ly o-l lo l. 8999/ 20 5 o 20 5-0 ll y (o ) 20 = ll o l 2 = l 26 = l-lo, I o l I 8999 III l (l & ) = l ll, lol l ll = l ll, ol o lol l = l l ll,, ll = l l ll, loo l, ll * = l l o ll (o /

More information

A Method for the Construction of Minimum-Redundancy Codes*

A Method for the Construction of Minimum-Redundancy Codes* In 1951, David HuftinaD o.vdopod aa ajaoritlun for etbciently encoding the output of a source that produces a sequeaee of symbols, cacllof~jch h1saprobability of oecu.rtenee. This aljorithm, essentially

More information

SIMPLIFi Compliance Software User Manual

SIMPLIFi Compliance Software User Manual SIMPLIFi Compliance Software User Manual Version 1.7 2013 Simplifi-Solutions Ltd, Environmental Center, Unit B5, The Gordon Manley Building, Lancaster University, LA1 4WA Telephone: 01524 510431 Email:

More information

Introduction: Overview

Introduction: Overview HELP.LOLIS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Are you ready for Beast Academy 4B?

Are you ready for Beast Academy 4B? re you ready for east cademy 4? Step 1. he student should try to answer every question without a calculator and without help. Step 2. heck the student s answers using the solutions at the end of this document.

More information

Custom Symbols in Minitab Graphs

Custom Symbols in Minitab Graphs Custom Symbols in Minitab Graphs A How To Worked Example rev. 2013-03-08 M. A. Sibley Consulting All Rights Reserved Custom Symbols 1 Overview This approach to creating custom symbols for Minitab graphs

More information

ODS LAYOUT is Like an Onion

ODS LAYOUT is Like an Onion Paper DP03_05 ODS LAYOUT is Like an Onion Rich Mays, University of Rochester Medical Center, Rochester, NY Abstract ODS LAYOUT is like an onion. They both make you cry? No! They both have layers! In version

More information

An alternative view.

An alternative view. DATA-ANALYSIS WITH SAS/GRAPH SOFTWARE An alternative view. Henk van der Knaap, Unilever Research Laboratorium Vlaardingen Abstract SAS/GRAP~ software supplies a reasonable number of procedures to present

More information

LIB 510 Measurement Reports 2 Operator s Manual

LIB 510 Measurement Reports 2 Operator s Manual 1MRS751384-MUM Issue date: 31.01.2000 Program revision: 4.0.3 Documentation version: A LIB 510 Measurement Reports 2 Copyright 2000 ABB Substation Automation Oy All rights reserved. Notice 1 The information

More information

Department of Health & Human Services (DHHS) Centers for Medicare & Medicaid Services (CMS) Transmittal 947 Date: August 12, 2011

Department of Health & Human Services (DHHS) Centers for Medicare & Medicaid Services (CMS) Transmittal 947 Date: August 12, 2011 anual ystem Pub 100-20 One-Time Notification epartment of ealth & uman ervices () enters for edicare & edicaid ervices () Transmittal 947 ate: ugust 12, 2011 hange equest 7496 UBJT: evisions to hange equest

More information

Enhancements to Notes There are two new features available in notes that will improve its usefulness: Note Assignment and Note Searching.

Enhancements to Notes There are two new features available in notes that will improve its usefulness: Note Assignment and Note Searching. Enhancements to Notes There are two new features available in notes that will improve its usefulness: Note Assignment and Note Searching. You can assign ownership of a note to an individual and that person

More information

Getting_started_EN (Ind : 3) 06/01/2014. elecworks. Getting Started

Getting_started_EN (Ind : 3) 06/01/2014. elecworks. Getting Started Getting_started_EN (Ind : 3) 06/01/2014 elecworks Getting Started 1 Start with elecworks This document has been made to help you in starting elecworks. It summarizes the features available. If you would

More information

Océ Posterizer Pro Designer. POP into retail. User manual Application guide

Océ Posterizer Pro Designer. POP into retail. User manual Application guide - Océ Posterizer Pro Designer POP into retail o User manual Application guide Copyright copyright-2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in

More information

Answers. Investigation 2. ACE Assignment Choices. Applications. number of months by 12 to convert to years. 1

Answers. Investigation 2. ACE Assignment Choices. Applications. number of months by 12 to convert to years. 1 Answers Investigation ACE Assignment Choices Problem. Core 4 Problem. Core 5 7, 0, 3 Other Extensions 4; unassigned choices from previous problems Problem.3 Core 8, Other unassigned choices from previous

More information

Part 6b: The effect of scale on raster calculations mean local relief and slope

Part 6b: The effect of scale on raster calculations mean local relief and slope Part 6b: The effect of scale on raster calculations mean local relief and slope Due: Be done with this section by class on Monday 10 Oct. Tasks: Calculate slope for three rasters and produce a decent looking

More information

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

More information

RClimTool USER MANUAL

RClimTool USER MANUAL RClimTool USER MANUAL By Lizeth Llanos Herrera, student Statistics This tool is designed to support, process automation and analysis of climatic series within the agreement of CIAT-MADR. It is not intended

More information

Data Mining: Scoring (Linear Regression)

Data Mining: Scoring (Linear Regression) Data Mining: Scoring (Linear Regression) Applies to: SAP BI 7.0. For more information, visit the EDW Homepage Summary This article deals with Data Mining and it explains the classification method Scoring

More information

Fall 2007, Final Exam, Data Structures and Algorithms

Fall 2007, Final Exam, Data Structures and Algorithms Fall 2007, Final Exam, Data Structures and Algorithms Name: Section: Email id: 12th December, 2007 This is an open book, one crib sheet (2 sides), closed notebook exam. Answer all twelve questions. Each

More information

UNIVERSITY OF OSLO. Faculty of Mathematics and Natural Sciences

UNIVERSITY OF OSLO. Faculty of Mathematics and Natural Sciences UNIVERSITY OF OSLO Faculty of Mathematics and Natural Sciences Exam: INF 4300 / INF 9305 Digital image analysis Date: Thursday December 21, 2017 Exam hours: 09.00-13.00 (4 hours) Number of pages: 8 pages

More information

Replay NOVA Manager Manual

Replay NOVA Manager Manual Replay NOVA Manager Manual Table of Contents Replay NOVA 3 Minimum System Requirements 3 Before Installing Replay NOVA 4 Installation 5 Setting Up Replay NOVA 10 Using 26 Setup ReplayFiles Folder 26 Schedule

More information

Producing a Depth-Converted Seismic Horizon in Z-map

Producing a Depth-Converted Seismic Horizon in Z-map Producing a Depth-Converted Seismic Horizon in Z-map Summary This is a reference guide to creating a depth-converted seismic horizon in LGC s Z-Map Plus TM. The procedure followed is: 1. Approximately

More information

Managing Cisco QoS Using ehealth

Managing Cisco QoS Using ehealth Focus Topic January 2006 Managing Cisco QoS Using ehealth Quality of Service (QoS) is a measure of performance that allows you to configure different levels of service for various types of traffic in your

More information

Using a percent or a letter grade allows us a very easy way to analyze our performance. Not a big deal, just something we do regularly.

Using a percent or a letter grade allows us a very easy way to analyze our performance. Not a big deal, just something we do regularly. GRAPHING We have used statistics all our lives, what we intend to do now is formalize that knowledge. Statistics can best be defined as a collection and analysis of numerical information. Often times we

More information

Dell OpenManage Essentials Device Support

Dell OpenManage Essentials Device Support Dell OpenManage Essentials Device Support This Dell technical white paper provides information about the various Dell devices for which discovery/inventory and classification is supported in Dell OpenManage

More information

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide Paper 809-2017 Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prowerk Consulting Whether you have been programming in SAS for years, are new to

More information

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22)

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22) Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 02 Application

More information

1.8V to 3.3V LVCMOS High Performance Clock Buffer Family

1.8V to 3.3V LVCMOS High Performance Clock Buffer Family 1.8V to 3.3V LVCMOS High Performance Clock Buffer Family 5PB11xx DATASHEET Description The 5PB11xx is a high-performance LVCMOS Clock Buffer Family. It has best-in-class Additive Phase Jitter of 50fsec

More information

Ladder logic (LAD) representation Statement list (STL) representation Available in these CPUs

Ladder logic (LAD) representation Statement list (STL) representation Available in these CPUs 1 he following conventions are used in this chapter to illustrate the equivalent ladder logic and statement list instructions and the CPUs in which the instructions are available: = n n adder logic ()

More information

Algorithms. Definition: An algorithm is a set of rules followed to solve a problem. In general, an algorithm has the steps:

Algorithms. Definition: An algorithm is a set of rules followed to solve a problem. In general, an algorithm has the steps: Matchings 7.2 99 lgorithms efinition: n algorithm is a set of rules followed to solve a problem. In general, an algorithm has the steps: 1 Organize the input. 2 Repeatedly apply some steps until a termination

More information

Administering Windows Server 2003 & Data Backup

Administering Windows Server 2003 & Data Backup U Administering indows erver & ata Backup P oday s opics Manage a indows erver system using MMC Access a remote computer using an MMC console Configure a server to enable emote esktop for Administration

More information

CaGBC Design and Construction Split Review Option

CaGBC Design and Construction Split Review Option 1 2 3 4 5 6 Let s begin with an overview of what the Split Review process is and how it works. 7 If we were to try and capture what a Split Review is in one sentence, we might state that it is a certification

More information

TMCH Report March February 2017

TMCH Report March February 2017 TMCH Report March 2013 - February 2017 Contents Contents 2 1 Trademark Clearinghouse global reporting 3 1.1 Number of jurisdictions for which a trademark record has been submitted for 3 2 Trademark Clearinghouse

More information

AmTrade Inquiry Guide. Transaction Banking

AmTrade Inquiry Guide. Transaction Banking mtrade Inquiry Guide mtrade Inquiry Guide Login screen lick here to change to mtrade Islamic if your Trade facilities are under Islamic. *Ignore this step if your Trade facilities are under onventional.

More information

7 Inch Quad Core Tablet

7 Inch Quad Core Tablet 7 Inch Quad Core Tablet Cautions This user manual has been specially designed to guide you through the functions and features of your device. ) Please read this manual carefully before using your device

More information

THE IMPACT OF DATA VISUALIZATION IN A STUDY OF CHRONIC DISEASE

THE IMPACT OF DATA VISUALIZATION IN A STUDY OF CHRONIC DISEASE THE IMPACT OF DATA VISUALIZATION IN A STUDY OF CHRONIC DISEASE South Central SAS Users Group SAS Educational Forum 2007 Austin, TX Gabe Cano, Altarum Institute Brad Smith, Altarum Institute Paul Cuddihy,

More information

Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES

Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES IMPROVE SERVER PERFORMANCE, UPTIME, AND AVAILABILITY WHILE LOWERING COSTS WE LL COVER THESE TOP WAYS TO OPTIMIZE YOUR RESOURCES: 1 Be Smart About Your Wait

More information

ERP Data Analysis Part III: Figures and Movies

ERP Data Analysis Part III: Figures and Movies ERP Data Analysis Part III: Figures and Movies Congratulations, you ve found significant results! Or maybe you haven t and just wanted to show that your data can make really nice pictures that may show

More information

Simplifying Document Make-Ready Workflow and Production

Simplifying Document Make-Ready Workflow and Production Simplifying Document Make-Ready Workflow and Production imageware Prepress Manager Simplifying Document Make-Ready Workflow and Production Canon s imageware Prepress Manager is a comprehensive document

More information

MANUAL NO. OPS647-UM-151 USER S MANUAL

MANUAL NO. OPS647-UM-151 USER S MANUAL MANUAL NO. OPS647-UM-151 USER S MANUAL Software Usage Agreement Graphtec Corporation ( Graphtec ) hereby grants the purchaser and authorized User (the User ) the right to use the software (the Software

More information

Lecture 3: Linear Classification

Lecture 3: Linear Classification Lecture 3: Linear Classification Roger Grosse 1 Introduction Last week, we saw an example of a learning task called regression. There, the goal was to predict a scalar-valued target from a set of features.

More information

height VUD x = x 1 + x x N N 2 + (x 2 x) 2 + (x N x) 2. N

height VUD x = x 1 + x x N N 2 + (x 2 x) 2 + (x N x) 2. N Math 3: CSM Tutorial: Probability, Statistics, and Navels Fall 2 In this worksheet, we look at navel ratios, means, standard deviations, relative frequency density histograms, and probability density functions.

More information

Predicting Messaging Response Time in a Long Distance Relationship

Predicting Messaging Response Time in a Long Distance Relationship Predicting Messaging Response Time in a Long Distance Relationship Meng-Chen Shieh m3shieh@ucsd.edu I. Introduction The key to any successful relationship is communication, especially during times when

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

Developing Crystal Reports on SAP BW

Developing Crystal Reports on SAP BW Developing Crystal Reports on SAP BW Applies to: SAP BusinessObjects Crystal Reports. Summary This white paper explores various methods of accessing SAP BW data through Crystal Reports. Author: Arka Roy

More information

Week 1 COLUMBIA HEALTH CARE CENTER FALL/WINTER WEEK 1 COLUMBIA HEALTH CARE CENTER FALL/WINTER

Week 1 COLUMBIA HEALTH CARE CENTER FALL/WINTER WEEK 1 COLUMBIA HEALTH CARE CENTER FALL/WINTER Week 1 OMI /WI 2018-2019 W 1 OMI /WI 2018-2019 OI O JI OM MD GG IMO O OW MI OI O OD O MGI/JY I OI O JI OM ID GG IG DO O OW MI OI O OD O MGI/JY OI O JI M O M O O/Y OW MI OI O OD O MGI/JY OI O JI OM G Y

More information

Creating a Family of Theoretical Curves 1

Creating a Family of Theoretical Curves 1 Version 4.0 Step-by-Step Examples Creating a Family of Theoretical Curves 1 It is common to show relationships between three or more variables as a set, or family of curves on a single graph. For each

More information

Two-Wire Serial EEPROM 512K (8-bit wide)

Two-Wire Serial EEPROM 512K (8-bit wide) Fremont Micro Devices wo-ire erial EEPOM 512 (8-bit wide) F24512 FEUE Low voltage and low power operations: F24512: V = 1.8V to 5.5V Maximum tandby current < 1µ (typically 0.02µ and 0.06µ @ 1.8V and 5.5V

More information

InDesign Tools Overview

InDesign Tools Overview InDesign Tools Overview REFERENCE If your palettes aren t visible you can activate them by selecting: Window > Tools Transform Color Tool Box A Use the selection tool to select, move, and resize objects.

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Please Join Us At the 2019 Breakfast With Friends

Please Join Us At the 2019 Breakfast With Friends ply m v ov ps sv s lp Coli Ciis Commuiy Svis p ou il of fis wo wok wi us o suppo os wi isbiliis sigifi l llgs. As w mbk o ou ig y of, w o gi ig ou o ou fis. Tos wo v suppo us i ps, os w o ou gy wo v b impss

More information

Automated Test Data Design

Automated Test Data Design Automating the Automation Automated Test Data Design How organizations can add Precision and Speed up their testing tasks A CONFORMIQ WHITEPAPER By Kimmo Nupponen 1 Abstract: Experimental evidence and

More information

2 Sets. 2.1 Notation. last edited January 26, 2016

2 Sets. 2.1 Notation. last edited January 26, 2016 2 Sets Sets show up in virtually every topic in mathematics, and so understanding their basics is a necessity for understanding advanced mathematics. As far as we re concerned, the word set means what

More information

IRMN Icons. IRMN Icons:

IRMN Icons. IRMN Icons: IRMN Training Logon Screen IRMN Icons IRMN Icons: Main The Main page is the first that will appear when you enter the website. The top of the page displays all the menu options available in IRMN Item Information

More information

InDesign Basics. Adobe

InDesign Basics. Adobe Adobe InDesign Basics Craig Polanowski 1. Begin by creating a new document. Chances are pretty good that you will want to turn off the facing pages setting and create single pages instead of spreads. One

More information

Computer Graphics: Graphics Output Primitives Line Drawing Algorithms

Computer Graphics: Graphics Output Primitives Line Drawing Algorithms Computer Graphics: Graphics Output Primitives Line Drawing Algorithms By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Basic concept of lines in OpenGL 2. Line Equation 3. DDA Algorithm 4. DDA

More information

CREATING BASIC METRICS AND REPORTS

CREATING BASIC METRICS AND REPORTS CREATING BASIC METRICS AND REPORTS Table of Contents Choosing between Metrics, Multi-Metrics, and Reports... 4 What capabilities are supported by different types of Elements?... 5 Should I use a Metric,

More information

BCT CAD / AVL / APIS SYTEM POWER USER TRAINING MANUAL

BCT CAD / AVL / APIS SYTEM POWER USER TRAINING MANUAL Contrat N BCT01 BCT CAD / AVL / APIS SYTEM POWER USER TRAINING MANUAL Name Signature Name Signature Lang. en Pages 42 Revisions Date Prepared by Status Version Comments 2014-08-06 Guillaume P. Hebert 00

More information

Unit 1. Application Servers

Unit 1. Application Servers Unit 1 pplication ervers DW DW Donna. Warren ducation ccounting B lectrical ngineering M omputer cience Work xperience 8 years as etwork ngineer and owner of a small IT consulting company 7 years as networking

More information

AUTOMATING THE COLLECTION OF DATA

AUTOMATING THE COLLECTION OF DATA AUTOMATING THE COLLECTION OF DATA Table of Contents Understanding Data Collection Triggers... 3 What are Data Collection Triggers?... 4 What options are available for triggering Data Collection?... 5 Setting

More information

IMAGE RETRIEVAL USING EFFICIENT FEATURE VECTORS GENERATED FROM COMPRESSED DOMAIN

IMAGE RETRIEVAL USING EFFICIENT FEATURE VECTORS GENERATED FROM COMPRESSED DOMAIN IMAGE RERIEVAL USING EFFICIEN FEAURE VECORS GENERAED FROM COMPRESSED DOMAIN Daidi Zhong, Irek Defée Department of Information echnology, ampere University of echnology. P.O. Box 553, FIN-33101 ampere,

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

OPUS Projects Manager Training

OPUS Projects Manager Training OPUS Projects Manager Training Step 1 : Creating a Project ngs.opus.projects@noaa.gov 1 I ve advanced to the second slide and I m reading it. Can you read this slide and hear me as I read it? Can you access

More information

************************************** FINDING WAYS TO USE TECHNOLOGY TO ASSIST OUR STUDENTS WITH GRAPHING A VARIETY OF LINEAR EQUATIONS!!

************************************** FINDING WAYS TO USE TECHNOLOGY TO ASSIST OUR STUDENTS WITH GRAPHING A VARIETY OF LINEAR EQUATIONS!! ************************************** FINDING WAYS TO USE TECHNOLOGY TO ASSIST OUR STUDENTS WITH GRAPHING A VARIETY OF LINEAR EQUATIONS!! ************************************** PROJECT SUMMARY 1. Title

More information

XR33180/81/83/84. 3V to 5.5V, 52Mbps, TSOT23 RS-485/RS-422 Receivers with ±15kV ESD Protection. Description. Typical Application

XR33180/81/83/84. 3V to 5.5V, 52Mbps, TSOT23 RS-485/RS-422 Receivers with ±15kV ESD Protection. Description. Typical Application 3V to 5.5V, 52Mbps, TSOT23 RS-485/RS-422 Receivers with ±15kV ESD Protection Description The XR33180, XR33181, XR33183 and XR33184 are high performance RS-485/RS-422 receivers designed to meet the increasing

More information

Relational Indexing. Mauro S. Costa 1 and Linda G. Shapiro 1,2 "

Relational Indexing. Mauro S. Costa 1 and Linda G. Shapiro 1,2 Relational Indexing Mauro S. Costa 1 and Linda G. Shapiro 1,2 " 1 Department of Electrical Engineering, Box 352500 2 Department of Computer Science & Engineering, Box 352350 University of Washington Seattle

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

EyeOnWater Webpage Resident Guide

EyeOnWater Webpage Resident Guide EyeOnWater Webpage Resident Guide Disclaimer The City of Lawrence Utilities currently utilizes two radio systems to read our water meters. The Orion Classic (Drive By) and the Orion Cellular (Cellular

More information

MyTrainingPlan. PocketPC User s Guide

MyTrainingPlan. PocketPC User s Guide MyTrainingPlan PocketPC User s Guide January 2005 This document applies for MyTrainingPlan 2.03 and subsequent versions. Copyright 2001-2005, Exposé Corp. All rights reserved. Table of Contents 1 Introduction...

More information

Chapter Eight: Contents

Chapter Eight: Contents Volume Three Modules 01 March 2002 i Chapter Eight: Contents (Output Visualizer 04 March 2002 LA-UR-00-1725 TRANSIMS 3.0) 1. INTRODUCTION...1 1.1 OVERVIEW... 1 1.2 REQUIREMENTS... 1 2. USING THE OUTPUT

More information

Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Copyright

More information

Two-Wire Serial EEPROM 32K, 64K (8-bit wide)

Two-Wire Serial EEPROM 32K, 64K (8-bit wide) wo-wire erial EEPOM 32, 64 (8-bit wide) FEUE Low voltage and low power operations: F2432/64: V = 1.8V to 5.5V Maximum tandby current < 1µ (typically 0.02µ and 0.06µ @ 1.8V and 5.5V respectively). 32 bytes

More information

Complete Thermal-Grid User Guide

Complete Thermal-Grid User Guide Complete Thermal-Grid User Guide For use by Building/Homeowners, Portfolio Managers & Technicians Table of Contents 1. Login... 2 1.1 PROFILE... 2 1.2 Manage Team (add or modify users (team members) access)...

More information

All-In-One-Designer Promotion Handbook. Promotion

All-In-One-Designer Promotion Handbook. Promotion All-In-One-Designer Promotion Handbook Promotion Introduction Promotions have been a stable sales strategy in retail since, well the beginning of time. Some say that it started with the Mesopotamian tribes

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

Adding a New Plotter using Tools/Preferences. First you must select tools from the menu bar, then select preferences to add a new plotter.

Adding a New Plotter using Tools/Preferences. First you must select tools from the menu bar, then select preferences to add a new plotter. Adding a New Plotter using Tools/Preferences First you must select tools from the menu bar, then select preferences to add a new plotter. Preferences Dialog Box In Order to add a new Printer you must select

More information

ENSURING SCADA NETWORK CONTINUITY WITH ROUTING AND TRAFFIC ANALYTICS

ENSURING SCADA NETWORK CONTINUITY WITH ROUTING AND TRAFFIC ANALYTICS ENSURING SCADA NETWORK CONTINUITY WITH ROUTING AND TRAFFIC ANALYTICS WHITE PAPER Table of Contents The Mandate of Utility Grid Uptime 3 Matching Information Network Reliability to Utility Grid Reliability

More information

SAPtips. Journal. Creating a Well-Developed Master Data Management Solution in BW. August/September 2005 Volume III Issue 4. SAPtips.

SAPtips. Journal. Creating a Well-Developed Master Data Management Solution in BW. August/September 2005 Volume III Issue 4. SAPtips. Page 1 Creating a Well-Developed Master Data Management Solution in BW By Arthur Pat Pesa, arthurpesa, inc Editor Note: Pat Pesa delivers another one-two-three punch with his discussion of developing,

More information

Network Monitoring: Probe-Subset Selection Using the Constrained Coverage Problem 1

Network Monitoring: Probe-Subset Selection Using the Constrained Coverage Problem 1 Network Monitoring: Probe-ubset election Using the onstrained overage Problem 1 Huseyin. Ozmutlu *a, ussell Barton a, Nataraan Gautam a, William J. Hery b a Dept. of Industrial and Manufacturing Engineering,

More information

Statistics, Data Analysis & Econometrics

Statistics, Data Analysis & Econometrics ST009 PROC MI as the Basis for a Macro for the Study of Patterns of Missing Data Carl E. Pierchala, National Highway Traffic Safety Administration, Washington ABSTRACT The study of missing data patterns

More information

Step-by-Step Guide to. Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications

Step-by-Step Guide to. Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications Step-by-Step Guide to Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications This guide has been created in-house at GAM to better help you, the client, with creating an easy to print;

More information

MACHMOTION. Tool Setup. Using MachMotion s CNC Control 12/23/2010. Everything you need to know to setup your tooling in Mach3.

MACHMOTION. Tool Setup. Using MachMotion s CNC Control 12/23/2010. Everything you need to know to setup your tooling in Mach3. MACHMOTION Tool Setup Using MachMotion s CNC Control 12/23/2010 Everything you need to know to setup your tooling in Mach3. Mach Motion Version 1.0.1 2 P a g e Copyright 2010, MachMotion.com All rights

More information

TNT 2 SYSTEM REQUIREMENTS. Produced by Alfred Music P.O. Box Van Nuys, CA alfred.com. Printed in USA.

TNT 2 SYSTEM REQUIREMENTS. Produced by Alfred Music P.O. Box Van Nuys, CA alfred.com. Printed in USA. GUIR PLY LONG N SYSM RQUIRMNS Windows, Vista, XP Quickime or higher 18 GHz processor or faster M hard drive space, G RM minimum Optical drive for installation Speakers or headphones Internet access required

More information

ViTraM: VIsualization of TRAnscriptional Modules

ViTraM: VIsualization of TRAnscriptional Modules ViTraM: VIsualization of TRAnscriptional Modules Version 2.0 October 1st, 2009 KULeuven, Belgium 1 Contents 1 INTRODUCTION AND INSTALLATION... 4 1.1 Introduction...4 1.2 Software structure...5 1.3 Requirements...5

More information

JASCO CANVAS PROGRAM OPERATION MANUAL

JASCO CANVAS PROGRAM OPERATION MANUAL JASCO CANVAS PROGRAM OPERATION MANUAL P/N: 0302-1840A April 1999 Contents 1. What is JASCO Canvas?...1 1.1 Features...1 1.2 About this Manual...1 2. Installation...1 3. Operating Procedure - Tutorial...2

More information

How To Analyze Nodularity Using PAX-it Version 5.1 or Higher

How To Analyze Nodularity Using PAX-it Version 5.1 or Higher How To nalyze Nodularity Using PX-it Version 5.1 or Higher LEO orporation; Saint Joseph, Michigan US Goal of This Document The goal of this document is to demonstrate how to configure the Nodularity feature

More information

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE CONTENTFAC.COM As an FYI, this document is designed to go along with our video by the same name. If you haven t checked that out yet, you

More information

Migrating Call Intelligence Settings for New CTC Clients

Migrating Call Intelligence Settings for New CTC Clients Information Bulletin CDK Global, LLC. 1950 Hassell Road Hoffman Estates, IL 60169-6308 Migrating Call Intelligence Settings for New CTC Clients Converting to a New Phone System... 2 Overview of Important

More information

System of Systems Complexity Identification and Control

System of Systems Complexity Identification and Control System of Systems Identification and ontrol Joseph J. Simpson Systems oncepts nd ve NW # Seattle, W jjs-sbw@eskimo.com Mary J. Simpson Systems oncepts nd ve NW # Seattle, W mjs-sbw@eskimo.com bstract System

More information

SOFTWARE PECO-GRAPH. User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE. User Manual version - 4.

SOFTWARE PECO-GRAPH. User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE. User Manual version - 4. SOFTWARE PECO-GRAPH User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE User Manual version - 4.10 ENGLISH Copyright 2018 AX Solutions, S.L. All rights reserved. Visual Tools products

More information

Oracle Sales Intelligence

Oracle Sales Intelligence Oracle Sales Intelligence Implementation Guide Release 11i December 2001 Part No. A96134-01 Implementing Oracle Sales Intelligence Use the following procedures to implement Oracle Sales Intelligence: Granting

More information

Lesson 5: Deadlocks Memory management (Part 1)

Lesson 5: Deadlocks Memory management (Part 1) Lesson 5: Deadlocks Memory management (Part 1) ontents he oncept of Deadlock esource-llocation Graph pproaches to Handling Deadlocks Deadlock voidance Deadlock Detection ecovery from Deadlock =====================

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

Cisco Service Control Business Intelligence Solution Guide,

Cisco Service Control Business Intelligence Solution Guide, CISCO SERVICE CONTROL SOLUTION GUIDE Cisco Service Control Business Intelligence Solution Guide, Release 4.1.x 1 Overview 2 Features Revised: December 23, 2013, OL-30603-01 Note This document supports

More information