script_trace_run Table (475)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Traces of executed scripts
Fields
Name | Description | Type | Null |
---|---|---|---|
script_trace_run_id | Primary key | PK | |
script_trace_id | Id of parent script_trace record | FK script_trace | ● |
started_at | When the trace was started | DateTime | ● |
ended_at | When the trace was ended | DateTime | ● |
execution_time | Real seconds spent executing | Int | ● |
user_execution_time | CPU seconds spent executing | Int | ● |
peak_memory | The maximum amount of used memory during execution (in kB) | Int | ● |
num_frames | The number of frames saved | Int | ● |
file_size | The size of the trace file | Int | ● |
associate_id | Associate who the script was executed as | FK associate | ● |
status | The status of the script, or exception if it fails | String(2047) | ● |
frames | The frames of the the trace | Clob | ● |
Indexes
Fields | Types | Description |
---|---|---|
script_trace_run_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
script_trace | Scripts which should be traced |
Replication Flags
- None
Security Flags
- No access control via user's Role.