This commit is contained in:
christianwade 2017-02-21 19:10:54 -08:00
commit 54ab47536f
3 changed files with 4 additions and 1 deletions

View File

@ -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") ![alt text](AsPerfMon.png "Stacked bar by memory allocation")