Considerations for worker metrics in dashboard / performance reports
See original GitHub issueMotivated by dask/distributed#4494, I’ve been thinking a lot about how worker metrics (including GPU memory/utilization) could be represented in the Distributed dashboard / performance reports; this has culminated in a bunch of PRs playing around with dashboard components and the system monitor on my end, but I realize that since most of that work has only included the same ~5 people, it could be good to open wider discussion on this.
Some of the information desired from #4494 is:
- information on a worker metric over the course of an operation
- peak/average value of a metric during an operation
Some questions/thoughts that come to mind:
- Would time series plots be useful for tracking worker metrics? My first thought was to have something like the dashboard’s System tab for workers, but it would require some progress in Bokeh (bokeh/bokeh#11101) to get working.
- Where could statistics (mean/max) of a metric be displayed? My first thought was either as a label / hover tool in a plot of the metric, or in a sortable table the the one currently used in the Workers tab.
- Should GPU metrics stay separate from other metrics? Currently, GPU information is only available in the standalone GPU tab added by dask/distributed#4556, but it shouldn’t be difficult to add it to something like the Workers table or a hypothetical Workers time series tab. One thing to note here is that since GPU info is collected and displayed conditional on a user having
pynvml
installed, GPU info will show up even if a user isn’t working with GPUs.
Interested to hear more opinions on this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
21 Employee Performance Metrics - AIHR
Discover 21 important employee performance metrics such as NPS, Number of errors, Revenue per employee, 360-degree feedback, and other KPIs!
Read more >How to Use Employee Performance Dashboards to Inform ...
5 ways HR departments can use employee performance dashboards to assess talent needs & set employee development goals · 1. Analyze the metrics...
Read more >10 Best Practices for Dashboard Reporting (With Examples)
For example, consider grouping employee churn rates with employee satisfaction rates. Use clear labels on content.
Read more >What Metrics Should A New HR Dashboard Include?
Training expenses per employee is the total cost of training divided by the number of employees who receive training. When compared with ...
Read more >Business Performance Dashboard Examples For Management
Our HR dashboard example concentrated on employee performance, offers a host of information on key areas including attendance, productivity, ...
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
Thank you for raising this @charlesbluca . If you’re ok with it I’m going to move this back to the dask/distributed issue tracker.
I’d like to keep the dask/community tracker free of technical feature discussion. The topic that you bring up is important I expect that folks will want to have a lively discussion around it. I’d like to keep this community tracker low enough volume that folks who don’t want to drink from the firehose remain comfortable subscribing here.
Generally the dashboards give us two things:
Assuming that this discussion is about the latter it may be helpful in this discussion to try and consider that questions users will be trying to answer with the dashboard. Specifically what questions can they not easily answer today. Then with those questions try to work backwards to the plots that we need to create to enable them to be answered.
Some examples: