Analysis Services
Analysis Server:Proc Object
The following table lists performance counters from the Microsoft® SQL Server™ 2000 Analysis Services Proc object. The Proc object counters provide information about processing data.
Proc object counters | Description |
---|---|
Current partitions | Current number of partitions being processed. |
Current threads merging | Current number of threads merging data. Decremented when blocked by pipeline of work. |
Current threads reading | Current number of threads reading source data. It is decremented when blocked by pipeline of work. |
Current threads writing | Current number of threads writing data to disk. It is decremented when blocked by pipeline of work. |
File bytes written/sec | Rate of bytes written to a multidimensional (MOLAP) file per second. |
File rows written/sec | Rate of rows written to a MOLAP file per second. |
Memory size bytes | Size of current rows in memory. |
Memory size rows | Count of rows in memory. |
Rows created/sec | Rate of aggregation rows created. This will be different from rows read/sec if duplicates exist. |
Rows merged/sec | Number of rows merged or inserted into an aggregation, per second. |
Rows read/sec | Number of rows read from source database per second. |
Total rows | Count of rows read from source database. |
Total partitions | Accumulating count of partitions processed. This count is incremented if process is successful or not. |