Feature #2635
benchmark for measuring rgw metadata operations
Status:
New
Priority:
High
Assignee:
-
Target version:
-
% Done:
0%
Source:
Tags:
CY2012
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
We need to come up with a benchmark that will measure the following operations:
- Service:
1. List buckets
- Buckets:
1. Bucket creation
- new bucket
- existing bucket
2. Bucket removal
3. Set bucket ACLs
4. List bucket
- Objects
When measuring metadata, data size should be 0. Should be measured on a single bucket, and on multiple buckets (ranging from all objects in a single bucket to every object has its own bucket). Also,we need to measure how the number of objects in a bucket affect the performance of each operation.
1. Create object
- with different attribute sizes
2, Overwrite object
3. Remove object
4. Set object ACLs
5. Copy object
6. Head object
History
#1 Updated by Anonymous about 11 years ago
- Project changed from Ceph to rgw
#2 Updated by Yehuda Sadeh about 11 years ago
- translation missing: en.field_position set to 304
#3 Updated by Anonymous about 11 years ago
- Priority changed from Normal to High
- Tags set to CY2012