|
|
|
|
This is in GMT and is
always end in the hour such as 02:00:00. This marks the time that this record
is aggregated. For example, 02:00:00 means that all the records between
02:00:00 and 02:59:00 are aggregated into this record.
|
|
|
This comes from the
"LIC_FEATURE_NAME" field in the flexlm_license_usage
table. Once we get the license feature, we then look it up in the wi_licfeaturecode table to see if we have already has a
record of it in there. If we do, then we'll get the code back, otherwise, we
will insert it into the wi_licfeaturecode table and
generate the code. The code itself is a positive integer and each new code is
equal to the maximum of the existing code+1.
|
|
|
This comes from the
"LIC_VENDOR_NAME" field in the flexlm_license_usage
table. Once we get the license vendor, we then look it up in the wi_licvendorcode table to see if we have already has a
record of it in there. If we do, then we'll get the code back, otherwise, we
will insert it into the wi_licvendorcode table and
generate the code. The code itself is a positive integer and each new code is
equal to the maximum of the existing code+1.
|
|
|
This is the maximum
of the license usage for the hour after several interval aggregations.
|
|
|
This is the sum of
the license usage for the hour after several interval aggregations.
|
|
|
This is the number of
records of from the result of aggregated interval being aggregated for the
hour.
|
|
|
This is the sum of
the interval sum total available license for each sampling interval
aggregated for this hour.
|
|
SUM_RESERVATION
|
This is the sum of the license
reservation for the hour after several interval aggregations.
|
|
|
This comes from the
"Time_stamp" in this table. This is
transformed into local server time.
|
|
|
The maximum (peak)
number of available licenses for this hour.
|
|
|
This is the sum of
the utilization for the hour.
|
|
|
This is the maximum
of the license utilization for the hour.
|
|
|
This is used to
calculate the utilization of peak usage for this hour.
|
|
TOTAL_AVAIL_TIME |
This is the average of the maximum total available time for each sampling interval aggregated for this hour. |
|
|
This is a system
generated sequence number. For each new record inserted, a unique sequence
number is being assigned to this column.
|
|