Skip to content

Measuring Fiware performance with MQTT and Time Series #52

Description

@sfl0r3nz05

Hi, Is there a toolkit that allows performance measurements based on latencies and throughput in a Fiware deployment?

performance_question

At the moment, I am using as tools the MQTT client efrecon/mqtt-client, which contains the repeat and repeat-delay options. E.g.:

docker run -it --rm --name mqtt-publisher --network \
    fiware_default efrecon/mqtt-client pub -h mosquitto -m "c|19" \
    -t "/ul/4jggokgpepnvsb2uv4s40d59ov/motion001/attrs" \
    --repeat 1000 --repeat-delay 1

Thus, for the moment, I have been able to measure Δt1 and Δt6. In the case of Δt6 the measurement was done manually, retrieving the timestamp from Grafana. I guess I will use postman, curl, iperf3, ... as tools to perform the rest of the measurements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions