rolapMetricNumber
Defines the numeric values for the dynamic cube metric values.
This class inherits properties from the bibus » rolapMetric
class.
What's new
- New in Version 10.2.2 — Dynamic cube metrics
-
This class was added.
Properties
This class has the following property
- value
- Specifies the metric value. The possible values and a description of each value follow.
- aggregateTableHitRate
- The percentage of data obtained from in-database aggregate tables when attempts are made to retrieve data from them since the start of the cube.
- aggregateTableHitRateInLastHour
- The percentage of data obtained from the in-database aggregate tables when attempts are made to retrieve data from them in the last hour.
- averageSuccessfulRequestTime
- The average time in milliseconds to execute a request for data since the start of a cube.
- averageSuccessfulRequestTimeInLastHour
- The average time in milliseconds to execute a request for data in the last hour.
- dataCacheHitRate
- The percentage of data obtained from the date cache when attempts are made to retrieve data from it since the start of the cube.
- dataCacheHitRateInLastHour
- The percentage of data obtained from the date cache when attempts are made to retrieve data from it in the last hour.
- definedInMemoryAggregates
- The number of in-memory aggregates defined for a cube.
- definedSizeOfDataCache
- The size in MB specified for a cube?s data cache.
- definedSizeOfInMemoryAggregateCache
- The size in MB specified for a cube?s in-memory aggregate cache.
- definedSizeOfResultSetCache
- The size in MB specified for a cube?s on-disk result set cache.
- inMemoryAggregateCacheHitRate
- The percentage of data obtained from the in-memory aggregate cache when attempts are made to retrieve data from it since the start of the cube.
- inMemoryAggregateCacheHitRateInLastHour
- The percentage of data obtained from the in-memory aggregate cache when attempts are made to retrieve data from in the last hour.
- lastMetadataLoadTime
- The amount of time in milliseconds required to load all members in the a cube?s member cache.
- lastResponseTime
- The amount of time in milliseconds required to execute the most recent request for data.
- loadedInMemoryAggregates
- The number of in-memory aggregates currently loaded for a cube.
- numberOfMembersInMemberCache
- The number of members loaded into a cube?s member cache.
- numberOfProcessedRequests
- The number of requests for data processed by a cube.
- percentageTimeSpentRetrievingData
- Percentage of time spent within a cube processing queries retrieving data from the underlying relational database since the start of a cube.
- percentageTimeSpentRetrievingDataInLastHour
- Percentage of time spent within a cube processing queries retrieving data from the underlying relational database in the last hour.
- resultSetCacheHitRate
- The percentage of queries for which results are obtained from the result set cache when attempts are made to retrieve results from it since the start of the cube.
- resultSetCacheHitRateInLastHour
- The percentage of queries for which results are obtained from the result set cache when attempts are made to retrieve results from it in the last hour.
- timeSpentLoadingInMemoryAggregates
- Length of time in milliseconds required to load the current set of in-memory aggregates in the cache.
- timeToApplyLastNearRealTimeUpdates
- The time in milliseconds required to apply the last set of near real time updates.
- upTime
- Length of time in milliseconds that a cube has been in a ?running? state.
- usedSizeOfDataCache
- The used portion of a cube?s data cache in MB.
- usedSizeOfInMemoryAggregateCache
- The used portion of a cube?s in-memory aggregate cache in MB.
- usedSizeOfResultSetCache
- The used portion of a cube?s result set cache in MB.
This property
- is of type
integer
is encoded as type
xs:integer