Fabasoft Mindbreeze Fabasoft app.telemetry Instrumentierung (eng, Spring 2011)
In this article the Fabasoft Mindbreeze app.telemetry instrumentation is described with some Use Case scenarios.
Use Cases
Client service search
Minimum/maximum/average search time and number of searches in a period of time
- Open the app.telemetry client in your webbrowser and click on the symbol TopX.
- Select from Log Source (Pool/Session) your log pool for the client service.
- Drill down to see only search request by choosing the dimension call:methodName.
- Enter you starttime and endtime.
- Press Start
Look out for the line with search as call:methodName because there you can see the average/min/max duration of the search requests within the timeframe you have specified. The column Count(#) indicates the number of search requests in your timeframe.
Inspect a single search request
- Look out for the line with search as call:methodName and perform a Double-click.
The app.telemetry client will switch to the Telemetry View where you will see all search requests and parameters.
The following parameters might be of your interest:
- identity:username (user who performed the search).
- search:count (number of requested hits).
- search:result_count (number of hits).
- search:total_count (overall number of hits)
- search:user_query_expr (query expression which was entered by the user)
- call:status (status of the searchrequest (sucess/timeout/...)
