Provides an estimate of how a load profile impacts the workload score without enabling the profile. monWorkloadpreview includes one row for each logical cluster and instance on which this logical cluster is running. The load score and components are based on the current profile for that logical cluster. The monWorkloadPreview table has one row for each combination of instance and load profile configured on the system, allowing the administrator to see how workload scoring would be done for each profile.
Name |
Datatype |
Description |
---|---|---|
InstanceID |
tinyint1 |
ID of the instance within the cluster |
LoadProfileID |
tinyint1 |
Load profile ID |
LoadScore |
real4 |
Load score for this instance or logical cluster |
ConnectionScore |
real4 |
Weighted value for the |
CpuScore |
real4 |
Weighted value for the |
RunQueueScore |
real4 |
Weighted value for the |
IoLoadScore |
real4 |
Weighted value for the |
EngineScore |
real4 |
Weighted value for the |
UserScore |
real4 |
Weighted value for the |
InstanceName |
varchar(30) |
Instance name |
LoadProfileName |
varchar(30) |
Name of load profile used to generate the load score |
None