How to view Azure Data Factory SSIS Cluster utilization

Chris Courtney 20 Reputation points
2023-09-25T10:44:52.34+00:00

Hi ,

We are running SSIS Integration Runtime in our Data Factory instance to execute our SSIS workloads. For the work loads we have deployed in production I believe the the SSIS Cluster is over spec'ed, we have 2 nodes in a cluster executing SSIS packages.

My question what is the best approach for determining what compute we need for the SSIS Integration Runtime? Is there any documentation detailing how the SSIS packages are executed on each node? Are they load balanced across both available nodes or only executed on another node once max parallel executions is reached etc?

I am unable to find in the logs which SSIS packages are executed on which nodes.

Any help is appreciated.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,681 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
532 questions
{count} votes

Accepted answer
  1. Amira Bedhiafi 24,531 Reputation points
    2023-09-25T10:50:47.58+00:00

    You can use Azure Monitor and Azure Log Analytics to collect performance and diagnostics data and to determine compute needs. This documentation can help you : https://video2.skills-academy.com/en-us/azure/azure-monitor/

    Also, Azure provides cost management and budgeting features that can help you track and manage your spending on SSIS Integration Runtime. https://azure.microsoft.com/fr-fr/products/cost-management/

    If you need more : https://video2.skills-academy.com/en-us/sql/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview?view=sql-server-ver16

    1 person found this answer helpful.

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.