Consultor Eletrônico



Kbase P11788: How to monitor after-image (AI) growth online with VST's
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/26/2009
Status: Verified

GOAL:

How to monitor after-image (AI) growth

GOAL:

How to monitor after-image (AI) growth online with VST's

GOAL:

4GL to monitor after-image (AI) growth online with VST's

FACT(s) (Environment):

Progress 8.2X
Progress 8.3X
Progress 9.X
OpenEdge 10.0X

FIX:

As with all VST monitoring, routines may be customised according to needs.
Below is a sample

/* after-image (AI) logging information*/
for each _Logging NO-LOCK:
DISPLAY
_Logging-AiGenNum LABEL "0 means AI not enabled"
COLON 32
/* _Logging-AiJournal LABEL "After-imaging enabled"
COLON 32 is incorrect up to OpenEdge 10.1C04, it always returns enabled */
_Logging-AiOpen LABEL "Last After-image log open date"
COLON 32
_Logging-AiBegin LABEL "Last AIMAGE BEGIN date"
COLON 32
_Logging-AiNew LABEL "Last AIMAGE NEW date"
COLON 32
_Logging-AiCurrExt LABEL "Current After-image extent"
COLON 32
_Logging-AiGenNum LABEL "Current AI generation number"
COLON 32
_Logging-AiExtents LABEL "Number of After-image extents"
COLON 32
_Logging-AiBuffs LABEL "Number of AI buffers"
COLON 32
_Logging-AiBlkSize LABEL "After-image block size"
COLON 32
_Logging-AiLogSize LABEL "Variable After-image log size (kb)"
COLON 32
with frame Bi-Logging-Frame TITLE "AI logging status"
SIDE-LABELS THREE-D CENTERED.
end.

/* _ActAILog table displays the after-image log activity in more detail */