Skip to content

Latest commit

 

History

History

osa-gate-profile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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