Add bar chart for worker occupancy
See original GitHub issueWe currently have bar charts for worker memory and the number of tasks processing. A similar chart to number of tasks processing would be worker occupancy, which records the sum of the amount of compute time of all tasks currently residing on the worker. This would be exactly like the number of tasks processing chart, but use ws.occupancy
rather than len(ws.processing)
I would have used this today when trying to diagnose work stealing issues.
The relevant code for the number of processing tasks is here. It’s made slightly complex because the code for this chart is currently merged with the memory chart. It might make sense to break these apart.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Free Bar Graph Templates - Customize & Download - Visme
UK Employment by Occupation Bar Graph. Showcase occupations with the highest employment rates using this bar graph template.
Read more >Create a bar chart - Microsoft Support
Try it! Add a bar chart right on a form. In the ribbon, select Create > Form Design. Select Insert Chart > Bar...
Read more >Reports - People - Periodic - Resource Allocation Bar Chart
This chart can be run to provide information regarding how booked your resources are in terms of either plans, assignments or actuals (and...
Read more >Making Side-by-Side Bar Charts & Line Graph in R
Making Side-by-Side Bar Charts & Line Graph in R. Weekly Income and Number of Workers of Each Gender in Each Type of Occupation...
Read more >Is there a way to insert custom people shape in Tableau bar ...
I am trying to create a bar chart with small people icons in Tableau. Kinda like the following image. peopleViz Is there a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s a good question. For now I think an
/individual-occupancy
plot would be a good start. I think @ncclementi is currently working on adding thisI think that this chart should probably look like the charts on the status page, with number of processing tasks and the amount of memory used. Both are horizontally aligned bar-charts that update sub-second-ish. We probably want all three of these plots to be somewhat consistent.
On Tue, Jun 22, 2021 at 4:50 PM James Bourbeau @.***> wrote: