Stat Server API Flashcards

1
Q

What is OpenServer()

A

Request from Stat Server client to connect to the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is CloseServer()

A

Request from client to close connection and unregistered from the Stat Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is OpenStat()

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What isNewAPIOpenStat()

A

Request from client that reference the name of stat object in the stat server option to get statistic value. CCPulse and CCA use this.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is PeekStat()

A

Return current value of requested statistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Request ID

A

A id that references messages between Stat Server and Client(Info, Peek, CloseStat messages)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is CloseStat()

A

Client to longer gets the value of the requested statistics as Stat Server stop tracking it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is GetProfile()

A

Request of Stat type,Time Profile, Time range, and filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ServerProfile

A

Successful return of validated Stat Type, Time profile, time range, and filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is ClientRegistered

A

Successful connection of client to Stat Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Info

A

Successful return of current statistic value(PeekStat request)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is StatClosed

A

Indicates that the statistic has been closed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is StatValid

A

Indicates the statistics is valid and can be tracked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is StatInvalid

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ObjectID

A

Specified which object is being tracked and measured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What determine when Stat Server will update client with value for requested statistics?

A

Notification Mode, Insensitivity Percentage, and Notification Frequency

17
Q

Change Based Notification

A

Notification Mode where updates are sent when Statistic value are changed more than Insensitivity Percentage

18
Q

Timed Base Notification

A

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.

19
Q

Reset Notification

A

Updates are only sent if the time profile has been. Used by WFM and CCA.

20
Q

What is StatOpened

A

Response to request for statistics value was successful

21
Q

Stat Server supports three type statistics gathering?

A

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.