- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:12 PM
Am trying to get azure databricks cluster metrics such as memory utilization, CPU utilization, memory swap utilization, free file system using REST API by writing pyspark code. Its showing always cpu utilization & memory usage as N/A where as data is showing in metrics data.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:03 AM
Hi @databricksdev You can use System tables for Azure Databricks cluster metrics.
Please refer below blog for the same -
Compute system tables reference | Databricks on AWS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:03 AM
Hi @databricksdev You can use System tables for Azure Databricks cluster metrics.
Please refer below blog for the same -
Compute system tables reference | Databricks on AWS

