Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Analytics query memory #189

Open
cchenshu opened this issue Jul 11, 2022 · 0 comments
Open

Log Analytics query memory #189

cchenshu opened this issue Jul 11, 2022 · 0 comments
Labels
documentation enhancement New feature or request

Comments

@cchenshu
Copy link

cchenshu commented Jul 11, 2022

SparkMetric_CL
| where name_s contains "driver.jvm.total."
| where executorId_s == "driver"
| extend memUsed_GB = value_d / 1000000000
| project TimeGenerated, name_s, memUsed_GB
| summarize max(memUsed_GB) by tostring(name_s), bin(TimeGenerated, 1m)

Hi, I know Driver memory consumption could use the above one to query. I am now using Azure log analytics to monitor Databricks, and it has one driver and one worker node.
So, how about worker node? How could I query memory usage for worker node(or the total memory usage)?

Many Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants