Skip to content

Commit

Permalink
Fixed siege command
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Apr 15, 2021
1 parent baa0cd7 commit 9395c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smartagent/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Use the Siege[^2] Load Testing command to generate some traffic to light up your
=== "Shell Command"

```base
CLUSTER_IP=$(sudo kubectl get svc nginx -n default -o jsonpath='{.spec.clusterIP}') \
CLUSTER_IP=$(sudo kubectl get svc nginx -n default -o jsonpath='{.spec.clusterIP}')
siege -b -r 200 -c 50 --no-parser http://${CLUSTER_IP}/ 1>/dev/null
```

Expand Down

0 comments on commit 9395c93

Please sign in to comment.