openstack-ansible-ops/osa-gate-profile
Logan V afe1a99f74 Import osa-gate-profile
A few cobbled together scripts to perform analytics on OSA gate check
timings based on console logs retrieved from logstash.openstack.org.

Change-Id: I5f7664482751386cca2697954573a55be06e6b9b
2016-11-07 08:19:06 -06:00
..
branchprofile.php Import osa-gate-profile 2016-11-07 08:19:06 -06:00
fetchlogs.php Import osa-gate-profile 2016-11-07 08:19:06 -06:00
generatereports.php Import osa-gate-profile 2016-11-07 08:19:06 -06:00
parselogs.php Import osa-gate-profile 2016-11-07 08:19:06 -06:00
readme.rst Import osa-gate-profile 2016-11-07 08:19:06 -06:00

readme.rst

Generate metrics from openstack-ansible gate check console logs

date

2016-10-10

tags

openstack, ansible

category

*openstack, *nix

About this repository

These scripts will query logstash.openstack.org to find a set of OSA gate check console logs, download them, and perform task timing analytics.

  • step1: fetchlogs.php
  • step2: parselogs.php
  • step3: generatereports.php

Example run

mkdir dump
php fetchlogs.php
php parselogs.php > intermediary.json
php generatereports.php intermediary.json
rm -rf intermediary.json