NCP Utilization Plot

NCP Utilization Plot indicates the NCP, buffer, and slowdown percentages for each hour of the day.
mics142
A user-specified maximum CCU utilization reference line is drawn on the chart to indicate the objective response time for the NCP. Zone reference lines are also drawn on the plot and can be modified to match those zones that are established at the site.
Format
This display produces an overlay plot showing average CCU, buffer, and slowdown percentages by hour of day fo 24 hours. It can be used to identify periods of time when utilization exceeded the established user maximum. The data is summarized and presented by NETWRKID, SYSID, NCPNAME, Year, Month, and Day, by Hour.
Inquiry ID
SNTPDV
Data Source (File/Timespan)
SNTNAF - Days
Data elements used
  • NAFPCCCU
  • NAFPCTIS
  • NAFPCNBU
  • DATE
  • TIME
  • CURRENT
  • IQ
  • PERCENT
  • NETWRKID
  • SYSID
  • NCPNAME
  • YEAR
  • MONTH
  • DAY
  • HOUR
Calculations
/* Data Element Derivation (DATE) */; FORMAT DATE DATE7.; LABEL DATE="Date Selection Field"; DATE = DATEPART(ENDTS); ; /* Data Element Derivation (TIME) */; FORMAT TIME TIME11.2; LABEL TIME="Time Selection Field"; TIME = TIMEPART(ENDTS); ; /* Data Element Derivation (CURRENT, &C) */; FORMAT CURRENT WEEKDATE15.; LABEL CURRENT="CURRENT DATE"; CURRENT = TODAY(); C=PUT(CURRENT,WEEKDATE15.); C=COMPRESS(C) ; CALL SYMPUT('C',PUT(C,$CHAR12.)); %GLOBAL C; ; /* Data Element Derivation (IQ, &I) */; LENGTH IQ $8; FORMAT IQ $CHAR8.; LABEL IQ="Inquire Name"; IQ = ' '; SUBSTR(IQ,1,1)='('; SUBSTR(IQ,2,6)=SYMGET('INQINAME'); SUBSTR(IQ,8,1)=')'; CALL SYMPUT('I',PUT(IQ,$CHAR8.)); %GLOBAL I; ; /* Data Element Derivation (PERCENT) */; FORMAT PERCENT 8.; LABEL PERCENT="PERCENT UTILIZATION"; PERCENT = .; ;
Usage considerations
None

NCP Utilization Plot Sample

(SNTPDV) PLOT NCP CCU/BUFFERS/SLOWDOWN PERCENT BY HOUR 1 * * * AVERAGE PERCENTAGES BY HOUR * * * RUN DATE: Wed,Sep3,yy , TIMESPAN: DAYS, DBID: 8, FILE: NAF --------------------------- NETWORK ID=NETWORK1 SYSTEM ID=SYS1 NCP NAME=NCPT15D YEAR=** MONTH=4 DAY=6 ----------------------------- Plot of NAFPCCCU*HOUR. Symbol used is 'C'. Plot of NAFPCTIS*HOUR. Symbol used is 'S'. Plot of NAFPCNBU*HOUR. Symbol used is 'B'. 100.00 % + | | P | | | E 90.00 % + | | R | | | C 80.00 % + | | E | | | N 70.00 % +------------------------+--------------------------+------------------ T | | | 60.00 % + | | U | | | T 50.00 % + | | I | | | L 40.00 % + | | I | | | Z 30.00 % + | | A | | | T 20.00 % + | | I | | | O 10.00 % + | | N | C C C C C C C C C C C C C B B B B B B B B B B B B B 0.00 % + S S S S S S S S S S S S S -+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 HOUR