The eid-studio-metrics.log file contains the metrics logging information. It is located in the same directory as the eid-studio.log file.
| Column Name | Description |
|---|---|
| Total duration (msec) | The total time for this entry (End time minus Start time). |
| Start time (msec since epoch) | The time when this entry started.
For Endeca Server queries and server executions, uses the server's clock. For client executions, uses the client's clock. |
| End time (msec since epoch) | The time when this entry was finished.
For Endeca Server queries and server executions, uses the server's clock. For client executions, uses the client's clock. |
| Session ID | The session ID for the client. |
| Page ID | If client instrumentation is enabled, the
number of full page refreshes or actions the user has performed. Used to help
determine how long it takes to load a complete page.
Some actions that do not affect the overall state of a page, such as displaying attributes on an Available Refinements component, do not increment this counter. |
| Gesture ID | The full count of requests to the server. |
| Portlet ID | This is the ID associated with an individual
instance of a component.
It generally includes:
For example, if a page includes two Chart components, the ID can be used to differentiate them. |
| Entry Type | The type of entry. For example:
|
| Miscellaneous | A URL encoded JSON object containing miscellaneous information about the entry. |