The following table lists performance counters from the Microsoft® SQL Server™ 2000 Analysis Services Proc Aggs object. The Proc Aggs object counters provide information about processing aggregations.
| Proc Aggs object counters | Description |
|---|---|
| Current partitions | Current number of partitions being processed. |
| Memory size bytes | Size of current aggregations in memory. This count is an estimate. |
| Memory size rows | Size of current aggregations in memory. This count is an estimate. |
| Rows created/sec | Number of aggregation rows created per second. |
| Rows merged/sec | Number of rows merged or inserted into an aggregation per second. |
| Temp file bytes written/sec | Number of bytes written to a temporary file per second. Temporary files are written when aggregations exceed memory limits. |
| Temp file rows written/sec | Number of temporary file rows written per second. Temporary files are written when aggregations exceed memory limits. |
| Total partitions | Total number of partitions processed (successfully or otherwise). |