POKE ME for any consultancy

Monday, August 17, 2015

How Devops can be improved?

Few tips to improve Devops:

Frequency of deployments – The number should either remain steady or go up week to week.
Volume of changes – Measure the volume and complexity of user stories and new lines of code deployed.
Amount of time from development to deployment – The lead time from when the code begins development till it’s deployed to production. The amount of time should decline as the team develops – and is a central gauge of how efficient the process is and where it must be improved.
What is the ratio of unsuccessful deployments? – How often do deployments fail or even cause outages? As DevOps is implemented, the quality of the deployments should go up and the percentage of failed deployments should go down.
Recovery Time – This is perhaps the greatest test of the quality of the team – how long does it take to recover when a failure does occur. Although the time should generally trend downwards, teams should not be discouraged by the occasional spike as they run into issues for the first time.
Customer Tickets – The goal of DevOps is to increase deployments without causing failures. By reviewing the number of customer tickets you’ll have a good idea how well you’re doing.
Increase in user volume – By tracking how many users are signing up you can make sure the organization can handle the new requests.
Response Time – This number should remain steady no matter the percentages of change in user volume as the product should be functioning in predetermined thresholds.

No comments:

Post a Comment