Azure Analysis Services - current connection metrics

Kalpana Chauhan 21 Reputation points
2020-11-19T07:26:24.13+00:00

I am doing load testing of Azure analysis services where I have established 500 different sessions.

When my code was running for these 500 connections, I monitored current connections metrics on Azure portal.

There I saw max 15 current connections only at a time.

41003-image.png

How can I increase the number of current connections to be processed of AAS?
How the current connections set ?

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
454 questions
{count} votes

Accepted answer
  1. HarithaMaddi-MSFT 10,136 Reputation points
    2020-11-24T14:06:13.487+00:00

    Hi @Kalpana Chauhan ,

    Thanks for your patience. We got update from product team that "CurrentConnections" metric will be removed in near future and suggested to use current user sessions metric (CurrentUserSessions) instead. Also, they suggested below challenge in the AAS (Azure Analysis Services) while measuring this metric compared to SSAS.

    In SSAS, the TCP connections are being tracked, so the metrics are pretty accurate. But in AAS, there is an additional layer which abstracts away the physical connection so the engine sees connections from a connection pool, and therefore the number of physical connections could be very different than the number of logical client connections.

    Hope this helps! Please let us know for further queries and we will be glad to assist.

    --------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.