Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measuring Fiware performance with MQTT and Time Series #52

Open
sfl0r3nz05 opened this issue Aug 16, 2022 · 0 comments
Open

Measuring Fiware performance with MQTT and Time Series #52

sfl0r3nz05 opened this issue Aug 16, 2022 · 0 comments

Comments

@sfl0r3nz05
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant