|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
clearAgentStatData () |
/* Empties the cached agent request stats */ |
|||||
|
LOGICAL getAgentConnectionData (table-handle) |
|
|||||
|
LOGICAL getAgentRequestData (table-handle) |
/*
This method used to give all the requests that are running on the agent.
But because of the Issue:PSC00364863, we limited the API to return only
last 1000 requests information.
*/ |
|||||
|
INT64 getAgentRequestQty () |
/* Returns the number of agent requests being monitored
return int64 The number of agent requests. Returns -1 if not enabled */ |
|||||
|
LOGICAL getAgentSessionData (table-handle) |
|
|||||
|
INTEGER getAgentSessionID (character) |
|
|||||
|
LOGICAL getAgentSessionStack (character, longchar) |
/* Returns the agent call stack for a given session
@param character The session id for which to return a call stack
@param longchar out JSON representation of the stack
@return logical */ |
|||||
|
LOGICAL getAgentSessionStack (integer, longchar) |
/* Returns the agent call stack for a given session
@param integer The agent session id for which to return a call stack
@param longchar out JSON representation of the stack
@return logical */ |
|||||
|
LOGICAL getAgentStacks (longchar) |
/* Returns the agent call stack for all sessions
@param longchar out JSON representation of the stack
@return logical */ |
|||||
|
LOGICAL getAgentStatData (table-handle) |
|
|||||
|
LOGICAL getAgentThreadData (table-handle) |
|
|||||
|
LOGICAL getClientSessionID (integer, character) |
|
|||||
|
LOGICAL setArchiveAgentStats (logical) |
/* Toggles the agent stats archive on and off.
If we turn gathering stats OFF (a FALSE parameter) then we also
empty the cached stats
@param logical TRUE to enabled archiving; FALSE to disable
@return logical TRUE when stats are archived, false otherwise */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
AgentInfo () |
/* Default constructor */ |
Top
clearAgentStatData ()
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL getAgentConnectionData (table-handle)
|
||||||||||||||||||||||||
LOGICAL getAgentRequestData (table-handle)
|
||||||||||||||||||||||||
INT64 getAgentRequestQty ()
|
||||||||||||||||||||||||
LOGICAL getAgentSessionData (table-handle)
|
||||||||||||||||||||||||
INTEGER getAgentSessionID (character)
|
||||||||||||||||||||||||
LOGICAL getAgentSessionStack (character, longchar)
|
||||||||||||||||||||||||
LOGICAL getAgentSessionStack (integer, longchar)
|
||||||||||||||||||||||||
LOGICAL getAgentStacks (longchar)
|
||||||||||||||||||||||||
LOGICAL getAgentStatData (table-handle)
|
||||||||||||||||||||||||
LOGICAL getAgentThreadData (table-handle)
|
||||||||||||||||||||||||
LOGICAL getClientSessionID (integer, character)
|
||||||||||||||||||||||||
LOGICAL setArchiveAgentStats (logical)
|
AgentInfo ()
|
---|
Progress® OpenEdge® Release 11.7.15