adding screenshot and including for loop to generate more data

master
lance 5 years ago
parent 696b59eabe
commit 1b0dcefc77

@ -66,8 +66,15 @@ curl localhost:5000/ -X POST -d '{"hello": "world"}' -H "Content-Type: applicati
"status": "success",
"version": "0.0.1"
}
# Let it run for a while
while True; do curl localhost:5000/ -X POST -d '{"hello": "world"}' -H "Content-Type: application/json"; sleep 1; done
```
See the metrics in Cloudwatch:
![](./static/cloudwatch.png)
# Teardown
```bash

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Loading…
Cancel
Save