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

WIP: log dask task stream and rmm events into results dir #225

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Conversation

kevingerman
Copy link

Adds a couple of utilities to capture metrics per query triggered in benchmark_runner.py
rmm_monitor logs Cuda allocations from each dask worker
dask_task_logger grabs the tasks into a json file

TBD:

  • gate with an environment variable as the logs add up quickly.
  • mark rmm logs with worker ID

Chris Jarrett and others added 30 commits August 12, 2021 11:01
Q28: Reset index on train/test df's after sorting
Updating bdb_tools & test dask-sql queries for shared Context
Update q22 date logic to go via int
Copy link
Contributor

@randerzander randerzander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this work.

Can you maybe include some README changes about this configuration? Do you have a parser that uses these logs or just eyeball them so far?

gpu_bdb/benchmark_runner.py Outdated Show resolved Hide resolved
@kevingerman
Copy link
Author

I have another commit pending which fetches the logs into a single df which can then be serialized (parquet?)
Still need an example analysis. Probably go back to a bokeh plot that works as a standalone example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants