https://github.com/devizer/amazonstoragelatency
Measuring latency of SimpleDB, DynamoDB, Simple Storage, Simplae Queue and IAM
https://github.com/devizer/amazonstoragelatency
Last synced: 7 months ago
JSON representation
Measuring latency of SimpleDB, DynamoDB, Simple Storage, Simplae Queue and IAM
- Host: GitHub
- URL: https://github.com/devizer/amazonstoragelatency
- Owner: devizer
- License: mit
- Created: 2016-09-29T18:51:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T09:34:36.000Z (about 8 years ago)
- Last Synced: 2025-06-26T16:06:14.864Z (7 months ago)
- Language: C#
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Amazon Storage Latency
Q: What is latency of SimpleDB, DynamoDB, Simple Storage, Simplae Queue and AIM?
| Operation | US-WEST-2, 10 GBit | US-WEST-2, Moderate network | Home |
| :------- | ---: | ---: | ---: |
| ping s3-us-west-2.amazonaws.com | <1 ms | <1 ms | 190 ms |
| DynamoDB, BatchWriteItem | 7 ms | 43 ms | 229 ms |
| DynamoDB, ListTables | 5 ms | 20 ms | 233 ms |
| SimpleDB, BatchPutAttributes | 28 ms | 42 ms | 293 ms |
| S3, PutObject (new) | 13 ms | 15 ms | 519 ms |
| S3, PutObject (update) | 10 ms | 25 ms | 499 ms |
| S3, GetObject | 11 ms | 7 ms | 307 ms |
| S3, ListObjects | 11 ms | 11 ms | 266 ms |
| S3, DeleteObjects | 12 ms | 12 ms | 244 ms |
| Redis, set@master | not yet | <1 (rarely up to 12) ms | 0.06 - 0.15 ms |
| Redis, Replication + get@slave | not yet | <1 (rarely up to 12) ms | 0.06 - 0.15 ms |