PL_ CreateExecution
Performance data for creation of executions.
|
Name |
Type (MS SQL) |
Type (Oracle) |
Type (PostgreSQL) |
Nullable |
Description |
|---|---|---|---|---|---|
|
Id |
BIGINT |
NUMBER(20,0) |
int8 |
not null unique |
Id of the object |
|
WorkflowId |
BIGINT |
NUMBER(20,0) |
int8 |
|
Reference to Workflow |
|
ProfileId |
BIGINT |
NUMBER(20,0) |
int8 |
|
Reference to Profile |
|
Timestamp |
DATETIME |
TIMESTAMP(4) |
timestamp |
|
Timestamp of check |
|
AeTime |
BIGINT |
NUMBER(20,0) |
int8 |
|
AE Time in milliseconds |
|
TotalTime |
BIGINT |
NUMBER(20,0) |
int8 |
|
Total Time in milliseconds |
|
Count |
BIGINT |
NUMBER(20,0) |
int8 |
|
Count of resources to be used for performance check |
|
CpuUsage |
BIGINT |
NUMBER(20,0) |
int8 |
|
CPU usage |
|
RamUsage |
BIGINT |
NUMBER(20,0) |
int8 |
|
RAM usage |
|
Hostname |
NVARCHAR(4000) |
NVARCHAR2(4000) |
varchar(4000) |
|
Hostname |