Ask HN: Engineering managers – how do you measure developer productivity?

3 points by Jefro118 ↗ HN
Curious to know what metrics or strategies managers (and individual developers) are using to track productivity of individuals and teams. I'd like to get some ideas here for how best to do this myself

6 comments

[ 2.1 ms ] story [ 26.3 ms ] thread
Check out the 4 key metrics from Accelerate - deployment frequency, lead time, change rate failure and mean time to recovery. This is good for teams. IMHO, tracking productivity for individuals is irrelevant.
This looks good, do you use any tools to keep track of these?
I don't think anything exists out of the box unfortunately. You should be able to start tracking them manually as a starting point. Do read the book (Accelerate by Dr Nicole Forsgren) for more information about why these are important.
I started putting PR/deployment data in Elasticsearch and configured a Kibana dashboard to visualize it.
I would love to see that blog post!