Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Azure 数据同步将数据从一个数据库加载到另一个数据库。我想监控两个数据库之间数据同步的性能和资源消耗。我知道 Azure 门户有一些监控工具,但我如何使用它来检查数据同步过程?请有任何建议。
您可以做的最好的事情是使用 Log Analytics 来监控 Azure 数据同步,如此处所述。它将为您提供一个仪表板来监视 Azure SQL 数据同步,如下所示。
Log Analytics 还将为您提供电子邮件通知,如下所示:
有关如何配置此解决方案的详细信息,您可以访问此文档。
此外,如果您使用 Azure Monitor(Azure Log Analytics 的新名称)进行监控,您可以获得有关 CPU 使用率、日志 IO、Azure SQL 数据库存储空间的指标。有关更多信息,请访问此文档。