This commit is contained in:
Christian Wade 2017-01-16 16:49:15 -08:00 коммит произвёл GitHub
Родитель 30e1b2acc5
Коммит 8ebdb88543
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,7 @@
Monitor Analysis Services memory usage broken out by database and other high-level allocations in a stacked bar that increments at set interval. Useful during processing especially with multiple databases on same server.
AsPerfMon can be used to check real-time memory usage during processing. It splits memory usage by database, which is informative when multiple databases share the same server.
This is useful for Azure AS since you cant use Task Manager or create Performance Monitor counters. Similar functionality is provided by the Metrics section in the control blade for an Azure AS server in the Azure Portal. By using Metrics, you can check usage for the past day or week. AsPerfMon is for real-time monitoring during processing.
![alt text](AsPerfMon.png "Stacked bar by memory allocation")