Code Monkey home page Code Monkey logo

labrador's Introduction

labrador

Overview

Labrador is a web based Erlang process monitor.

  • Simplify the framework and web interface
  • Support Cowboy 0.8.x (i will update it to support latest version soon)
  • Support Erlang cluster monitoring
  • Supervise memory and CPU utilization for EVM

Get Started

###Download Labrador rebar is required to build the project:

~% git clone [email protected]:ruanhao/labrador.git
~% cd labrador
~/labrador% rebar get-deps

Notice: if you see something like:
ERROR: git clone -n git://github.com/extend/ranch.git ranch failed with error: 128
please manually update the entry in deps/cowboy/rebar.config as:
{ranch, ".*", {git, "[email protected]:extend/ranch.git", {tag, "0.6.1"}}}.

###Configure labrador.config you have to specify the central_node. Here, we set:

{central_node, 'hello@hao'}.

###Start Labrador Notice: you have to confirm that the cookie you set in bootstrap is the same as Erlang cluster.
run ./bootstrap under git root and wait to see message like:
labrador is rocking on: hao.shanghai, please visit http://hao.shanghai:40829/.

###Enjoy Labrador in navigator homepage process_info

Note

You'd better use navigator that supports Websocket. Chrome and FireFox are fine.

Acknowledgement

SMELLS LIKE BEAM SPIRIT

Do you like Labrador

If you appreciate Labrador, how about a cup of coffee? Donate

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.