Project

General

Profile

Actions

Bug #19870

closed

rgw: bytes_send and bytes_recv in the msg of usage show returning is 0 in master branch

Added by Enming Zhang almost 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
luminous
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

➜ build git:(master) ✗ ./bin/radosgw-admin usage show {
"entries": [ {
"user": "tester",
"buckets": [ {
"bucket": "",
"time": "2017-05-05 06:00:00.000000Z",
"epoch": 1493964000,
"owner": "tester",
"categories": [ {
"category": "list_buckets",
"bytes_sent": 0,
"bytes_received": 0,
"ops": 2,
"successful_ops": 2
}
]
}, {
"bucket": "222",
"time": "2017-05-05 06:00:00.000000Z",
"epoch": 1493964000,
"owner": "tester",
"categories": [ {
"category": "create_bucket",
"bytes_sent": 0,
"bytes_received": 0,
"ops": 1,
"successful_ops": 1
}
]
}
]
}
],
"summary": [ {
"user": "tester",
"categories": [ {
"category": "create_bucket",
"bytes_sent": 0,
"bytes_received": 0,
"ops": 1,
"successful_ops": 1
}, {
"category": "list_buckets",
"bytes_sent": 0,
"bytes_received": 0,
"ops": 2,
"successful_ops": 2
}
],
"total": {
"bytes_sent": 0,
"bytes_received": 0,
"ops": 3,
"successful_ops": 3
}
}
]
}


Related issues 2 (0 open2 closed)

Related to rgw - Bug #19194: after s3cmd put file to bucket, 'radosgw-admin usage show --categories=put_obj' bytes_received=0DuplicateMarcus Watts03/06/2017

Actions
Copied to rgw - Backport #20968: luminous: rgw: bytes_send and bytes_recv in the msg of usage show returning is 0 in master branchResolvedNathan CutlerActions
Actions

Also available in: Atom PDF