Skip to content

Commit

Permalink
add performance report to readme (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Mar 9, 2023
1 parent 6e0dd58 commit c368ed3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,25 @@ docker pull public.ecr.aws/xray/aws-xray-daemon:3.2.0

NOTE: We are not recommending to use daemon image with alpha tag in production environment. For production environment customer should pull in an image with released tag.

## X-Ray Daemon Performance Report

**EC2 Instance Type:** T2.Micro [1 vCPU, 1 GB Memory]

**Collection time:** 10 minutes per TPS (TPS = Number of segments sent to daemon in 1 second)

**Daemon version tested:** 3.3.6

| **TPS** | **Avg CPU Usage (%)** | **Avg Memory Usage (MB)** |
|---------|-----------------------|---------------------------|
| 0 | 0 | 17.07 |
| 100 | 0.9 | 28.5 |
| 200 | 1.87 | 29.3 |
| 400 | 3.76 | 29.1 |
| 1000 | 9.36 | 29.5 |
| 2000 | 18.9 | 29.7 |
| 4000 | 38.3 | 29.5 |


## Testing

`make test` will run unit tests for the X-Ray daemon.
Expand Down

0 comments on commit c368ed3

Please sign in to comment.