Report (H/RT) CellsRetrieved
|
Total number of cells (rows times columns) that have been
retrieved from all data sources.
|
Report (H/RT) CellsRetrievedInterval
|
Total number of cells (rows times columns) that have been
retrieved from all data sources over the last interval.
|
Report (H/RT) Completed
|
Total number of reports that have been successfully
executed.
|
Report (H/RT) CompletedInterval
|
Change of counter Report (H/RT) Completed over the last
interval.
|
Report (H/RT) Data PreprocessingTimeChart
|
Total amount of time spent processing report's data to
display it in charts.
|
Report (H/RT) Data PreprocessingTimeChartInterval
|
Change of counter Report (H/RT) DataPreprocessingTimeChart
over the last interval.
|
Report (H/RT) Data PreprocessingTimeGauge
|
Total amount of time spent processing report's data to
display it in gauges.
|
Report (H/RT) Data PreprocessingTimeGaugeInterval
|
Change of counter Report (H/RT) DataPreprocessingTimeGauge
over the last interval.
|
Report (H/RT) Data PreprocessingTimeGrid
|
Total amount of time spent processing report's data to
display it in grids.
|
Report (H/RT) Data PreprocessingTimeGridInterval
|
Change of counter Report (H/RT) DataPreprocessingTimeGrid
over the last interval.
|
Report (H/RT) DataSetFetch Accepted
|
The total number of times that a request to fetch a DataSet
has been accepted. Not all requests to fetch a DataSet are accepted. If the
data for a report is already being fetched, another worker thread is not
created to retrieve the same data.
|
Report (H/RT) DataSetFetch AcceptedInterval
|
The interval measure of the above counter.
|
Report (H/RT) DataSetFetch Requests
|
The total number of times that a request to fetch data from
a Data Source has been received.
This happens every time a report is launched for the first
time (in which case, there is also a request to create a new DataSetInfo
object), and every time there is a request to refresh a report that has already
been launched.
|
Report (H/RT) DataSetFetch RequestsInterval
|
The interval measure of the Report (H/RT)
DataSetFetchRequests counter.
|
Report (H/RT) DataSetInfo Created
|
Out of all the requests for a new DataSetInfo object (Report
(H/RT) DataSetInfoRequested), how many times a new object has actually been
created.
An object is actually created only when one does not already
exist for the same Report Definition and Filter. This is the case if no user
has ever run that Report Definition with that Filter or if the Purge mechanism
of the Unified Intelligence Center DB has cleared up any record of previous
users running that Report Definition with that Filter.
|
Report (H/RT) DataSetInfo CreatedInterval
|
The interval measure of the Report (H/RT) DataSetInfoCreated
counter.
|
Report (H/RT) DataSetInfo Requested
|
The total number of times that a request to create a new
DataSetInfo object has been received.
A new DataSetInfo object is created when a report is being
launched for the very first time. By report what is meant is the combination of
a Report Definition and a Filter. For example, executing Report Definition
(template) R1 with Filter F1 produces DataSetInfo D1<R1, F1>. Executing
Report Definition R2 with Filter F2 produces DataSetInfo D2<R2, F2>.
If another user runs Report Definition (template) R1 with
Filter F1, a request to create a new DataSetInfo object is received, but a new
object will not be created. Instead, D1 will be reused, DataSetInfo D1<R1,
F1>.
|
Report (H/RT) DataSetInfo RequestedInterval
|
The interval measure of the Report (H/RT)
DataSetInfoRequested counter.
|
Report (H/RT) DataSetInfo Read
|
The number of times that a view (grid/gauge/chart) has read
the data of a (H/RT) report. This tells how many times the data of reports is
being prepared to be displayed to a user (turned into HTML or XML).
|
Report (H/RT) DataSetInfo ReadInterval
|
The interval measurement of the Report (H/RT)
DataSetReadTotal counter.
|
ReportExecutionSqlStatementPrepareTime
|
Time taken to prepare the SQL statement (milliSeconds).
|
ReportExecutionSqlStatementPrepareTimeInterval
|
Change of counter ReportExecutionSqlStatementPrepareTime over the last interval.
|
Report (H/RT) Failed
|
The total number of reports that have failed. The total
number of times that Unified Intelligence Center has tried to fetch data from a
Data Source but it has not been able to.
|
Report (H/RT) FailedInterval
|
The interval measurement of the Report (H/RT) Failed
counter.
|
ReportGridHtmlGenerationTime
|
Time taken to generate grid html (milliSeconds)
|
ReportGridHtmlGenerationTimeInterval
|
Change of counter ReportGridHtmlGenerationTime over the last interval
|
Report (H/RT) RenderedChart
|
Total number of times that the data of a report has been
turned into a Chart and sent to a browser (or any other client).
|
Report (H/RT) RenderedChart Interval
|
The interval measurement of the Report (H/RT) RenderedChart
counter.
|
Report (H/RT) RenderedGauge
|
Total number of times that the data of a report has been
turned into a Gauge and sent to a browser (or any other client).
|
Report (H/RT) RenderedGauge Interval
|
The interval measurement of the Report (H/RT) RenderedGauge
counter.
|
Report (H/RT) RenderedGrid
|
Total number of times that the data of a report has been
turned into a Grid and sent to a browser (or any other client).
|
Report (H/RT) RenderedGrid Interval
|
The interval measurement of the Report (H/RT) RenderedGrid
counter.
|
Report (H/RT) RenderedRows Retrieved
|
The total number of rows that have been retrieved by Unified
Intelligence Center from data sources.
|
Report (H/RT) RenderedRows RetrievedInterval
|
The interval measurement of the Report (H/RT)
RowsRetrievedTotal counter.
|
Report (H/RT) Running
|
The number of (H/RT) reports that are currently running. A
report is currently running when the Runnable object has been assigned a thread
from the pool. It does not include those that are waiting in a queue for a
thread to become available.
|
Report (H/RT) Running Interval
|
The interval measurement of the Report (H/RT) Running
counter.
|
Report (H/RT) Runtime
|
Total amount of seconds spent running reports.
|
Report (H/RT) RuntimeInterval
|
Change of counter Report (H/RT) Runtime over the last
interval.
|
Report (H/RT) Runtime DatasourceTime
|
The number of seconds or milliseconds that Unified
Intelligence Center has spent waiting for ICM, or any other database, to return
the data of a query. This includes the time from the moment Unified
Intelligence Center commits the JDBC query to the moment Unified Intelligence
Center gets control back (when the worker thread stops being in an I/O blocked
state).
Subset of Report (H/RT) Runtime. Amount of time that was
spent waiting for data sources to return the report's data.
|
Report (H/RT) Runtime DatasourceTimeInterval
|
The interval measurement of the Report (H/RT)
DataSourceTimeTotal counter.
|
Report (H/RT) Waiting
|
Total number of reports that are currently queued for
execution.
|
Report (H/RT) Waiting Interval
|
Change of counter ReportRealtimeWaiting over the last
interval.
|
ReportWorkerThreadQueueLatency
|
Total latency for worker thread to be available for report execution (milliSeconds).
|
ReportWorkerThreadQueueLatencyInterval
|
Change of counter ReportWorkerThreadQueueLatency over the last interval.
|
ReportsUniqueUsersLoggedinInterval
|
Total number of unique logged-in users over the past
interval. Does not count same user who leaves and comes back within the
interval.
|
ReportsUsersFailedLoginAttempts
|
Total number of failed login attempts.
|
ReportsUsersFailedLoginAttemptsInterval
|
Change of counter ReportsUsersFailedLoginAttempts over the
last interval.
|
ReportsUsersLoggedin
|
Total number of users that are currently logged in.
|