Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Extract and summarise performance data for the GOV.UK applications

License

Notifications You must be signed in to change notification settings

alphagov/app-performance-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOV.UK App performance summary

Extracts error rate information from graphite.

Nomenclature

  • Error count: The total number of 5xx errors encountered within a 10m window.
  • Total response count: The total number of responses served within a 10m window.
  • Error rate: The error count as a percentage of total responses.

Technical documentation

Install dependencies using pipenv.

Dependencies

This script assumes the machine running it can access graphite.

Running the script

pipenv run python run_summary.py

You can check the data quality with: pipenv run lint_data.py output/*.csv

Licence

MIT License

About

Extract and summarise performance data for the GOV.UK applications

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published