Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 793 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 793 Bytes

PrinkBenchmarking

Benchmarking Framework for Prink

Benchmark Configuration

SUT - Prink

Client - Load Generator

To start the client, cd into the client directory and run the following command:

go run main.go 

Grafana Dashboard

  • loicated at http://localhost:3000

🪧 Demo execution

  • Run the client
cd client
go run main.go
  • run grafana and victoria metrics
docker-compose up grafana -d
docker-compose up victoriametrics -d
  • go to http://localhost:3000 and login with username: admin and pw: grafana
  • connect a datasource: http://victoriammetrics:8428
  • import the dashboard from client/dashboard_references/*dashboard.json
  • enjoy the beautiful dashboard