Stat Server API Flashcards
What is OpenServer()
Request from Stat Server client to connect to the application.
What is CloseServer()
Request from client to close connection and unregistered from the Stat Server
What is OpenStat()
Request from client to Stat Server to get statistic value. Usef by the URS and does not pull from define statistical object in the Stat Server option. Stat def parameters(stat type) are specified explicitly instead of referencing a pre existing one.
What isNewAPIOpenStat()
Request from client that reference the name of stat object in the stat server option to get statistic value. CCPulse and CCA use this.
What is PeekStat()
Return current value of requested statistics
What is Request ID
A id that references messages between Stat Server and Client(Info, Peek, CloseStat messages)
What is CloseStat()
Client to longer gets the value of the requested statistics as Stat Server stop tracking it
What is GetProfile()
Request of Stat type,Time Profile, Time range, and filter
What is ServerProfile
Successful return of validated Stat Type, Time profile, time range, and filters
What is ClientRegistered
Successful connection of client to Stat Server
What is Info
Successful return of current statistic value(PeekStat request)
What is StatClosed
Indicates that the statistic has been closed.
What is StatValid
Indicates the statistics is valid and can be tracked
What is StatInvalid
The statistics is invalid and cannot be tracked. It is caused by stat server being unable to register the DN or could not connect to the T-Server to which it belong to.
ObjectID
Specified which object is being tracked and measured
What determine when Stat Server will update client with value for requested statistics?
Notification Mode, Insensitivity Percentage, and Notification Frequency
Change Based Notification
Notification Mode where updates are sent when Statistic value are changed more than Insensitivity Percentage
Timed Base Notification
Statistic value are sent based on a regular interval specific in Notification Frequency. Stat Updates is sent only if the statistic value has changed more than the insensitivity percentage since last update.
Reset Notification
Updates are only sent if the time profile has been. Used by WFM and CCA.
What is StatOpened
Response to request for statistics value was successful
Stat Server supports three type statistics gathering?
No Notification allow client to retrieve stats whenever they want, Periodical will send stats based on a specific time period. Immediate when send stats whenever a stat value changes and periodically based on Notification Frequency for real time statistics.