File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -45,31 +45,6 @@ The Drone Delivery application is a sample application that consists of several
45
45
46
46
![ ] ( ./architecture.png )
47
47
48
- ## Test results and metrics
49
- The Drone Delivery application has been tested up to 2000 messages/sec:
50
-
51
-
52
- | | Replicas | ~ Max CPU (mc) | ~ Max Mem (MB) | Avg. Throughput* | Max. Throughput* | Avg (ms) | 50<sup >th</sup > (ms) | 95<sup >th</sup > (ms) | 99<sup >th</sup > (ms) |
53
- | ------------------------------------------| ----------| ---------------| ---------------| -------------------------| -------------------------| ----------| -----------| -----------| -----------|
54
- | Nginx | 1 | N/A | N/A | serve: 1595 reqs/sec | serve: 1923 reqs/sec | N/A | N/A | N/A | N/A |
55
- | Ingestion | 10 | 474 | 488 | ingest: 1275 msgs/sec | ingest: 1710 msgs/sec | 251 | 50.1 | 1560 | 2540 |
56
- | Workflow (receive messages) | 35 | 1445 | 79 | egress: 1275 msgs/sec | egress: 1710 msgs/sec | 81.5 | 0 | 25.7 | 121 |
57
- | Workflow (call backend services + mark message as complete) | 35 | 1445 | 79 | complete: 1100 msgs/sec | complete: 1322 msgs/sec | 561.8 | 447 | 1350 | 2540 |
58
- | Package | 50 | 213 | 78 | N/A | N/A | 67.5 | 53.9 | 165 | 306 |
59
- | Delivery | 50 | 328 | 334 | N/A | N/A | 93.8 | 82.4 | 200 | 304 |
60
- | Dronescheduler | 50 | 402 | 301 | N/A | N/A | 85.9 | 72.6 | 203 | 308 |
61
-
62
-
63
-
64
- * sources:
65
- 1 . Serve: Visual Studio Load Test Throughout Request/Sec
66
- 2 . Ingest: Azure Service Bus metrics Incoming Messages/Sec
67
- 3 . Egress: Azure Service Bus metrics Outgoing Messages/Sec
68
- 4 . Complete: AI Service Bus Complete dependencies
69
- 5 . Avg/50<sup >th</sup >/95<sup >th</sup >/99<sup >th</sup >: AI dependencies
70
- 6 . CPU/Mem: Azure Monitor for Containers
71
-
72
-
73
48
## Deployment
74
49
75
50
To deploy the solution, follow the steps listed [ here] ( ./deployment.md ) .
You can’t perform that action at this time.
0 commit comments