Relevance for active analysis

Any way to pull the active analysis and how long it run or when it run using the relevance or query?

Complex question let me attempt to replay. A way to pull active analyses: The Session relevance (presentation debugger) can be used to retrieve the analyses activated by the Operator, as shown in the following example:

names of BES analyses whose (analysis flag of it and exists activation whose (active flag of it) of it)

When it run: Analyses contains properties that are the actual objects being run (evaluated). Properies are not evaluated in every cycle, but rather on a predefined period. The following session relevance shows the evaluation period for each property:

(names of it , evaluation periods of it) of BES properties

How long it run: Don’t have an inspector such as “track fixlets of evaluationcycle of client” for the properties, however the following client inspector can be used to retrieve the “Time taken performing property processing since agent start (milliseconds)”

Q: property duration of evaluationcycle of client
A: 00:00:53.865664
T: 0.028 ms

For more information see the session inspectors at: https://developer.bigfix.com/relevance/guide/session/
and the client inspectors at: https://developer.bigfix.com/relevance/search/

1 Like