Skip to content

MSrvComm/SLOPSClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SLOPS Message Generator

This generates messages using the Zipf distribution.

Parameters

./SLOPSClient -h
Usage of ./SLOPSClient:
  -burst int
        Maximum burst allowed (default 200)
  -iter int
        Number of times the test is run (default 1000)
  -keys int
        Number of keys to choose from (default 2800)
  -rate float
        Rate of requests per second (default 200)
  -url string
        URL to test (default "https://httpbin.org/anything/")

Usage

Get the exposed port for the SLOPS service:

PORT=$(kubectl get svc producer -o go-template='{{range.spec.ports}}{{if .nodePort}}{{.nodePort}}{{"\n"}}{{end}}{{end}}')
go run main.go -url http://localhost:$PORT/new

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages