The wi_resourceproperties get its data from the LSF_RESOURCE_PROPERTIES table.
This is the column description of each data column of WI_RESOURCEPROPERTIES and how each column is filled with data.
Columns |
Description |
Key |
CLUSTER_NAME |
This comes straight from the data file from the field Cluster. This is the name of the LSF Cluster. |
Primary key |
RESOURCE_NAME |
This comes straight from the data file from the field MetricName. This is the monitored resource. |
Primary key |
RESOURCE_TYPE |
This comes straight from the data file from the field Type. This indicates type of the unit of measure the resource is such as Numeric (indicate the resource value is a number) or Character (indicate the resource value is a string) |
|
INTERVAL |
This comes straight from the data file from the field Interval. |
|
BUILDIN |
This comes straight from the data file from the field BuildIn. This indicates whether this is a user defined resource or a build-in resource. |
|
DYNAMIC |
This comes straight from the data file from the field Dynamic. This indicates whether this is a dynamic or a static resource. |
|
TOTAL_AVAIL |
Not used. |
|
LIC_FEATURE_NAME |
This is a mapped value. This maps the MetricName from the file to the Lic_feature_name from a user defined "resource to license" mapping. |
|
INCREASING |
This comes straight from the data file from the field Increasing. Indicate the direction of usage, whether increasing or decreasing. |
|
INSERT_SEQ |
This is a system generated sequence number. For each new record inserted, an unique sequence number is being assigned to this column. |
|