%DeepSee.Diagnostic.Monitor
class %DeepSee.Diagnostic.Monitor
Method Inventory
Methods
Conversion a single stack piece of appFrame data to a printable string.
Export current activity recorded in the AppFrameInfo to a file. The pTag parameter can filter the export to
a collection of AppFrameInfo entries pushed to the stack with that identification tag at $LB(frameInfo,1). By default
this will collect all AppFrameInfo entries which use the "%BI" tag anywhere in the stack.
Fetch the list of all processes which have AppFrameInfo set. Current activity is returned in
pActivity(ID) = appFrameInfo
Optionally pTag may be supplied to limit the collection to appFrameInfo which contains the requested tag.
pActivity(ID) = appFrameInfo
Optionally pTag may be supplied to limit the collection to appFrameInfo which contains the requested tag.
classmethod %PrintActivity(pTag As %String = "%BI")
Write current activity to the current device. The pTag parameter can filter the export to
a collection of AppFrameInfo entries pushed to the stack with that identification tag at $LB(frameInfo,1). By default
this will collect all AppFrameInfo entries which use the "%BI" tag anywhere in the stack.