Coder Social home page Coder Social logo

How traffic data is collected about vizceral HOT 1 OPEN

sparrow0930 avatar sparrow0930 commented on September 22, 2024
How traffic data is collected

from vizceral.

Comments (1)

Unfunctioned avatar Unfunctioned commented on September 22, 2024

Hello sparrow0930,
to my knowledge Vizceral is just a library/application that allows you to visualize traffic data that is provided to it. So, I do not think that there is any functionality that allows you to monitor node traffic.

Regarding your first question, the traffic data is supplied to Vizceral by providing a traffic graph using the graph format as specified here (in JSON-format):
https://github.com/Netflix/vizceral/wiki/How-to-Use

This data can be supplied by calling the components updateData()-function.

I am not aware of any functionality that allows you to generate this graph format though, so you possibly need to implement that yourself.

An example how sample JSON-files can provided to Viceral can also be found in the Vizceral-example project:
https://github.com/Netflix/vizceral-example

Specifically in the componentDidMount() and beginSampleData() functions of the traffixFlow.jsx-class
https://github.com/Netflix/vizceral-example/blob/master/src/components/trafficFlow.jsx

This class also suggest that the graph can supplied by setting the traffic-parameter of the Vizceral-object in the render-function.

I would like to point out that I only recently started looking at this project again, after not having worked with it in over a year. So I would not consider myself an expert on it.

Anyways I hope that I could be of some help.

from vizceral.

Related Issues (20)

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.