GithubHelp home page GithubHelp logo

isabella232 / argus-gephi-connector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from containersolutions/argus-gephi-connector

0.0 0.0 0.0 148 KB

Argus with Gephi integrated together to get real-time visualisation of infrastructure

License: Apache License 2.0

Python 100.00%

argus-gephi-connector's Introduction

argus-gephi-connector

Argus with Gephi integrated together to get real-time visualisation of infrastructure

Demo at http://container-solutions.com/?p=1856

Installation

  1. run Gephi locally (on Yosemite you will have a problem with Java version - use instructions from here
  2. via Gephi UI install Gephi streaming plugin
  3. turn on streaming - here is a video that shows how to do it
  4. run Argus radium on collector server - a machine that collect monitoring data from all machines
    radium -X -d  -S argus-udp://0.0.0.0:10500 -P 10569
    
  5. run Argus daemon http://qosient.com/argus/ (v3.8.1 used in the demo) on all machines to monitor
    argus -S 5 -M 45 -i any -w argus-udp://COLLECTOR_IP:10500 -Z
    
  6. install python libraries
    pip install mock ipwhois cachetools 
    
  7. copy https://github.com/panisson/pygephi_graphstreaming code to here
  8. connect argus collector to Gephi by running this python script
    ra -S COLLECTOR_IP:10569  -n -c $'\t' -M uni | python argus-gephi-connector.py
    

argus-gephi-connector's People

Contributors

lguminski 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.