title | description | services | author | manager | ms.assetid | ms.service | ms.devlang | ms.topic | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|
Monitor Azure Batch | Microsoft Docs |
Learn about Azure monitoring services, metrics, diagnostic logs, and other monitoring features for Azure Batch. |
batch |
dlepow |
jeconnoc |
batch |
multiple |
article |
na |
04/05/2018 |
danlep |
Azure and the Batch service provide a range of services, tools, and APIs to monitor your Batch solutions. This overview article helps you choose a monitoring approach that fits your needs.
For an overview of the Azure components and services available to monitor Azure resources, see Monitoring Azure applications and resources.
At the subscription level, which includes Batch accounts, the Azure activity log collects operational event data in several categories.
For Batch accounts specifically, the activity log collects events related to account creation and deletion and key management.
One way to retrieve events from your activity log is to use the Azure portal. Click All services > Activity Log. Or, query for events using the Azure CLI, PowerShell cmdlets, or the Azure Monitor REST API. You can also export the activity log, or configure activity log alerts.
Monitor each Batch account using features of Azure Monitor. Azure Monitor collects metrics and optionally diagnostic logs for resources scoped at the level of a Batch account, such as pools, jobs, and tasks. Collect and consume this data manually or programmatically to monitor activities in your Batch account and to diagnose issues. For details, see Batch metrics, alerts, and logs for diagnostic evaluation and monitoring.
Note
Metrics are available by default in your Batch account without additional configuration, and they have a 30-day rolling history. You must enable diagnostic logging for a Batch account, and you may incur additional costs to store or process diagnostic log data.
In your Batch applications, use the Batch APIs to monitor or query the status of your resources including jobs, tasks, nodes, and pools. For example:
- Count tasks and compute nodes by state
- Create queries to list Batch resources efficiently
- Create task dependencies
- Use a job manager task
- Monitor the task state
- Monitor the node state
- Monitor the pool state
- Monitor pool usage in the account
- Count pool nodes by state
-
Application Insights is an Azure service you can use to programmatically monitor the availability, performance, and usage of your Batch jobs and tasks. Easily get performance counters from compute nodes (VMs) and custom information for tasks off of the VMs.
For an example, see Monitor and debug a Batch .NET application with Application Insights and the accompanying code sample.
[!NOTE] You may incur additional costs to use Application Insights. See the pricing options.
-
Batch Explorer is a free, rich-featured, standalone client tool to help create, debug, and monitor Azure Batch applications. Download an installation package for Mac, Linux, or Windows. Optionally configure your Batch solution to display Application Insights data such as VM performance counters in Batch Explorer.
- Learn about the Batch APIs and tools available for building Batch solutions.
- Learn more about diagnostic logging with Batch.