Giter Club home page Giter Club logo

aws-reporting's Introduction

AWS-Reporting

AWS Reporting

Introduction

AWS-Reporting is AWS performance reporting tool.

AWS-Reporting fetches data from Amazon CloudWatch, and generates awesome HTML report like this:

Screenshot

Demo

A sample report is here: http://aws-reporting.xmisao.com/demo/

Installation

gem install aws-reporting

Usage

Configuration

Run aws-reporting config command, setting up your access key id and secret access key interactively. IAM is available.

aws-reporting config

Generating Report

Run aws-reporting run command, AWS-Reporting fetches data from Amazon CloudWatch, and saves report as HTML to /path/to/report.

aws-reporting run /path/to/report

Serve Report locally

If you use Fiefox, you can open a report directly without a HTTP server. For other browsers, AWS-Reporting includes a HTTP server.

Run aws-reporting serve command, serve report locally. Default URL is http://localhost:23456/.

aws-reporting serve /path/to/report

Tips

Schedule report generating using cron

Setting up daily reporting in crontab like this:

0 0 * * * aws-reporting run /path/to/report/`date +"\%Y\%m\%d"`

A report is saved as like /path/to/report/20140824.

Serve a report using your favorite HTTP Server

For example, virtual host setting in nginx like this:

server {
  listen 80;
  server_name your.domain;

  root /path/to/report;
  index index.html;
}

License

This software is distributed under the MIT license.

aws-reporting's People

Contributors

xmisao avatar

Watchers

James Cloos avatar Nick Tompkins avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.