TrackerPerfs
Stores performance tracking metrics for user or system activity. This table supports system performance optimization and usage monitoring.
Columns
| Name | Type | ReadOnly | Description |
| Date_Modified | Datetime | True |
The date and time when this performance tracking record was most recently updated. This value supports audit history and diagnostic review. |
| Db_Round_Trips | Int | True |
The total number of database round trips that occurred during the tracked request or operation. This metric is used to evaluate query efficiency and performance impact. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this performance tracking record is marked as deleted. It returns a value of 'false' when the record remains active and available. |
| Files_Opened | Int | True |
The number of files that are opened during the tracked session or request. This metric helps identify disk input/output (I/O) overhead and resource utilization. |
| Id [KEY] | Int | True |
The unique identifier (Id) for this performance tracking record. This value is used to reference and analyze tracked system performance activity. |
| Memory_Usage | Int | True |
The amount of memory that is consumed during the tracked operation, measured at the time of logging. This metric assists in performance tuning and capacity planning. |
| Monitor_Id | String | False |
The Id of the monitoring session or process that generated this performance record. This value links the record to a broader monitoring or diagnostic context. |
| Server_Response_Time | Double | True |
The total time, in seconds, that the server required to respond to the tracked request. This value is used to assess system responsiveness and performance health. |