Giter Club home page Giter Club logo

otinanai's Introduction

otinanai

Description

OtiNanai is a Simple graphing tool, designed to graph anything.
The main idea is that you can chuck anything at it, and then easily find what you are looking for.
Also, it's meant to run with very little i/o + system requirements.
The search bar is pretty simple, and makes it easy to narrow down on something,
but at the same time, allows you to browse data you didn't recall you were graphing.
All in all, it makes finding patterns and correlations relatively simple and it doesn't require a cluster of supercomputers to run.

Screenshot

Features

  • Multiple data types (gauge, sum, freq, counter)
  • SUM option allows you to easily graph apache traffic per virtualhost.
  • Redis backend: Lightweight, in memory, so you don't need umpteen spinning disks for decent performance.
  • js front end: Browser hog rather than server hog :)
  • Automatic spike handling. No need to clear rrd spikes just because you restarted something :)
  • Multiple metrics per graph. Mean, avg, 99th, min, max all within the timeframe you choose.
  • Relevant graph viewport. By default spikes are outside graphing area, making graphs relevant.
  • For the outliers lovers, percentiles graph has been added.
  • Multiple output visualizations (merged, stacked, gauge, percentiles or individual)
  • Automatic spike and valley detection and notification
  • Graphs generated on the fly, no need to set up in advance.
  • No fancy queries or programming needed. Just pipe it data, and type keywords in web field.

Limitations

  • Persistence depends on redis with all it's pros and cons. So don't rely on this to store critical data.
  • Percentiles may or may not be accurate depending on data aggregation.

Docker

Redis on remote host 1.2.3.4

docker run -d -p 9876:9876 -p 9876:9876/udp phaistos/otinanai -rh 1.2.3.4

Linked redis instance

docker run --name redis -d redis docker run -d --link redis:redis -p 9876:9876 -p 9876:9876/udp phaistos/otinanai

Notify script

docker run -d --link redis:redis -p 9876:9876 -p 9876:9876/udp -v /path/to/myscript.sh:/myscript.sh phaistos/otinanai -notify /myscript.sh

Other Options

docker run -ti --rm phaistos/otinanai -help

System Requirements

  • java 7+
  • redis

HOWTO build

  1. git clone https://github.com/phaistos-networks/otinanai.git
  2. cd otinanai
  3. make
  4. sudo apt-get install redis-server

HOWTO run

$ java -cp jars/commons-pool2.jar:jars/jedis.jar:. gr.phaistosnetworks.admin.otinanai.OtiNanai -lf out.log

Getting data in

https://github.com/phaistos-networks/otinanai/wiki/Data-Input

Graphing

https://github.com/phaistos-networks/otinanai/wiki/Search-Bar-options

Command line arguments

  • -help to view command line arguments with explanations.

otinanai's People

Contributors

rkrambovitis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

otinanai's Issues

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.