dask / dask/distributed

Fine Performance Metrics Dashboard nice-to-haves

Open
#7,832 0 comments 0 reactions 1 assignee Claimed by @milesgranger View on GitHub
diagnostics
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

- Part of #7665
- Follow-up to #7679

The new dashboard view for Fine Performance Metrics (#7725) could use some tweaking:

- [ ] Please add a plot for gather_dep (title: "Receive data, by activity"). It's not quite redundant with get_data, as for example it can highlight deserialization-specific issues.
- [ ] The bytes plot, as it is, is not very useful. The reason is that `memory-read` is going to eclipse everything else. The purpose of that metric is to compare it to disk-read and calculate cache hit ratios; nothing else. It would become instantly more useful if there was a filter by activity so that it can be excluded (just like the filter by prefix).

**EDIT: delivered in #7910**
- [x] The stacked bar charts could use a vertical axis
- [x] The pie charts could use an indication of percentage in the tooltip

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.