Disabled Delay Report
The Disabled Delay Report is a two-page report that is produced by using the DISTIM Extractor control statement.
No Analyzer control statement is required. This report is produced at the end of every interval, as specified in the REPORT Extractor control statement.
The first page of the report shows the values of the LODELAY and HIDELAY values used by the DISTIM control statement as well as a total count for the values below, within, and above these parameters. It also displays a graph of the frequency of occurrence for each value of disabled delay.
The horizontal axis of the graph shows the possible values (in microseconds) of the disabled delay. The vertical axis shows the number of times each particular value occurred. Each asterisk (*) represents one occurrence of a disabled delay of a particular value.
The shift parameter eliminates all values that fall below the value that you specify. If you specify SHIFT=20, for example, the values from 1 to 19 do not appear on the graph.
The second page of the report shows the number of times that each address space was the last one dispatched before a sample is taken, where the delay time falls in the range of LODELAY to HIDELAY.
A sample of the Disabled Delay Report is shown in the following figure.
BMC SOFTWARE, INC. FOR 5 MINUTES INTERVAL: 10 JUN 03 17:50/17:55
---------------------------------------------------< CONSTANTS AND COUNTERS >----------------------------------------------------
LOW DELAY HI DELAY 0 TO LO LO TO HI OVER HI CPU BUSY % CT OVFL DL OVFL
70 140 471 1032 367 34 0 131
|
|
|
+
|
|
| *
| *
| *
| *
| * *
| * *
| * *
+ * *
| * *
| * *
| * *
| * *
| * *
| * *
| ** *
| * ** * *
| ** ** * * **
+ ** ** * * **
| ** *** *** **
| * * ** *** *** **
| * * ** *** **** **
| * * * * **** ********* **
| * * * * **** ********* **
| * * * * * ************** **
| ** * * * * ************** **
| ** * *** * ***************** *
| **** ***** ***************** * *
+ ********** * ***************** * *
| ********** * * ***************** * **
| *********** * *************************
| *********** * ************************* *
| * *********** * ************************* *
| ************* * ************************** *
| ************* ** **************************** *
| **************** ******************************* * * *
| ***************** ******************************** * * * *
| ****************** ******************************** * * ** ** *
+ * ******************* ******************************** *** ** ** * *
| * ******************* * ******************************** *** ** ** * * *
| ** ******************* * ************************************* **** ** ** * *
| *********************** ** *********************************************** ** * * * *
| *********************** ** ** * ************************************************* ** * * * * * *
| *********************** ****** * * ****************************************************** *** * ** * *
| ******************************** * * ****************************************************** ****** ** **** *
| *************************************** ******************************************************* ************** * **
| * **************************************************************************************************************** * **
| SHIFT 20 *******************************************************************************************************************
+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
PRODUCED BY CMF MONITOR (5.5.00) DISABLED DELAY REPORT STEM ID: SYSB PAGE 2
BMC SOFTWARE, INC. FOR 5 MINUTES INTERVAL: 10 JUN 03 17:50/17:55
---------------------------------------------------< LAST ASID IN LO TO HI RANGE >------------------------------------------------
ASID COUNT ASID COUNT ASID COUNT ASID COUNT ASID COUNT ASID COUNT
1 255 10 6 14 2 18 4 23 1 24 1
29 7 31 1 38 12 60 2 81 1 89 1
92 1 99 4 111 1 116 2 151 2 172 4
177 1 179 1 202 1 213 1 245 2 259 1
284 1 288 2 362 4 365 1 367 1 509 3
Disabled Delay Report field descriptions
The table below describes each field in the Disabled Delay Report.
Field | Description |
---|---|
LOW DELAY | LODELAY value specified on the control card |
HI DELAY | HIDELAY value specified on the control card |
0 to LO | number of samples that fell below the LODELAY value specified on the control card |
LO TO HI | number of samples that fell into the range of LODELAY and HIDELAY values specified on the control card |
OVER HI | number of samples that occurred above the HIDELAY value specified on the control card |
CPU BUSY % | percentage of samples during which the CPU was running |
CT OVFL | number of samples that went over 212, which is the maximum number of samples for a particular delay value |
DL OVFL | number of delay samples that were over 511 microseconds |
ASID | ID number of the address space |
COUNT | number of times that a particular address space was the last one dispatched before a sample is taken, where the delay time is in the range of LODELAY to HIDELAY |
Related topics