Giter Club home page Giter Club logo

Comments (4)

anarkiwi avatar anarkiwi commented on July 30, 2024

Looks like there is some kind of connectivity problem (gauge is not receiving replies). It would be good to troubleshoot gauge<->OVS connectivity.
If you find a bug within gauge that's causing the problem, please do reopen this issue with the details. You can also look at the existing unit tests that run Gauge for an example of running Gauge successfully within Mininet.

from faucet.

priyesh9875 avatar priyesh9875 commented on July 30, 2024

I tried ovs-vsctl, it shows me both controllers are connected

mininet>sh ovs-vsctl show
f1d910ec-c953-40bf-acdc-15d3ade32575
    Bridge "s1"
        Controller "tcp:192.168.16.129:6633"
            is_connected: true
        Controller "tcp:192.168.16.129:6663"
            is_connected: true

Can you specify how to troubleshoot gauge<->OVS connectivity?

from faucet.

priyesh9875 avatar priyesh9875 commented on July 30, 2024

If I change watchers db from influx type to text type, I am getting correct data written in file.

version: 2
faucet_configs:
    - '/etc/ryu/faucet/faucet.yaml'

watchers:
    port_stats_poller:
        type: 'port_stats'
        dps: ['s1']
        db: 'ft_file' # influx throws port stats request timed out 
        interval: 5
dbs:
    influx:
        type: 'influx'
        influx_db: 'faucet2'
        influx_host: 'localhost'
        influx_port: 8086

    ft_file:
        type: 'text'
        file: 'ports.out.json' # Getting correct data written in file



from faucet.

priyesh9875 avatar priyesh9875 commented on July 30, 2024

Finally got it working.
I don't know whether this is relevant but when I changed influx_host from localhost to 127.0.0.1 or VM IP aaddress, it worked

from faucet.

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.