example/

directory
v0.0.0-...-268cd68 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: Apache-2.0

README

Workload Simulation

Manual Workloads

Request

curl -X POST -i http://localhost:8080/bubblesort --data '{
  "numbers": [
    252346,
    323,
    3422,
    55523
  ]
}'

Result

{
  "numbers": [
    252346,
    323,
    3422,
    55523
  ],
  "sorted": [
    323,
    3422,
    55523,
    252346
  ]
}

Metrics

curl http://localhost:8080/metrics

Benchmarking

docker run --rm -it --network="host" -v $(pwd):/workload cbrgm/artillery:latest /bin/sh

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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