Git Product home page Git Product logo

Comments (4)

ioolkos avatar ioolkos commented on May 30, 2024

@arjunashetty Thanks, I'm happy to help with specific questions. Unfortunately, I don't have enough bandwidth to develop full scenarios for you. Maybe gradually adapt the example scripts can be an approach?

from vmq_mzbench.

arjunashetty avatar arjunashetty commented on May 30, 2024

yes, thank you @ioolkos. meanwhile, can you provide some hints how this can be achieved by vmq_mzbench ? may be atleast for the first two points listed above ?

from vmq_mzbench.

arjunashetty avatar arjunashetty commented on May 30, 2024

@ioolkos I need to run 10 publishers in parallel, each publishing to 10 topics, and run each of the topics for 5 min, i tried something like below can you please , help me to correct the following scenario? :

pool(size = 1,
worker_type = mqtt_worker):

       connect([t(host, "mqtt-broker-stage-7f6880a9603aada4.elb.ap-southeast-1.amazonaws.com"),
                t(port,1883),
                t(username, "4ea5dbff-15c4-4ca2-a983-d9ebb538934f"),
                t(client,fixed_client_id("pool1", worker_id())),
                t(clean_session,true),
                t(keepalive_interval,60),
                t(proto_version,4), t(reconnect_timeout,4)
                ])

        set_signal(connect1, 1)
        wait_signal(connect1, 10)
        wait(4 sec)
        loop (iterator ="i", while = var("i")<10):
                        loop(time = 5 min, rate = 5 rps):
         publish("prefix/clients/topic- var("i")", random_binary(150), 2)
        disconnect()

from vmq_mzbench.

arjunashetty avatar arjunashetty commented on May 30, 2024

@ioolkos any updates on this ?

from vmq_mzbench.

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.