oss-performance-tester

command module
v0.0.0-...-9d1a92b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2023 License: MIT Imports: 1 Imported by: 0

README

oss-performance-tester

Pre-requisites

  • Docker

How to

Spin up test data services
  • docker compose up -d
Run RabbitMQ stress-testing
  • go run main.go rabbitmq --help
  • Load test RabbitMQ with 10 publishers, 5 consumers, a 1MiB message payload and on a queue named "throughput-test": go run main.go rabbitmq -c 'amqp://localhost' -x 10 -y 5 -s 1000000 -q 'throughput-test'
  • Load test with 10 publishers, 5 consumers and Exchange and Queue details declared in an input file: go run main.go rabbitmq -c 'amqp://localhost' -x 10 -y 5 -f ./examples/quorum.json
Access the local RabbitMQ UI
  • http://localhost:15672

References

Documentation

Overview

Copyright © 2022 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL