$ radosgw-admin bucket unlink --bucket=foo
-Show the logs of a bucket from April 1st 2011::
+Show the logs of a bucket from April 1st, 2012::
- $ radosgw-admin log show --bucket=foo --date=2011=04-01
+ $ radosgw-admin log show --bucket=foo --date=2012=04-01
+
+Show usage information for user from March 1st to April 1st, 2012::
+
+ $ radosgw-admin usage show --uid=johnny \
+ --start-date=2012-03-01 --end-date=2012-04-01
+
+Show only summary of usage information for all users::
+
+ $ radosgw-admin usage show --show-log-entries=false
+
+Trim usage information for user until March 1st, 2012::
+
+ $ radosgw-admin usage trim --uid=johnny --end-date=2012-04-01
Availability
============
statistics about user operations and flushes it periodically. The
logs can be accessed and managed through **radosgw-admin**.
-The information that is being logged contains total data transfr,
+The information that is being logged contains total data transfer,
total operations, and total successful operations. The data is being
-accounted under the bucket owner, unless the operation was done on
-the service (e.g., when listing a bucket) in which case it is
-accounted under the operating user.
+accounted in an hourly resolution under the bucket owner, unless the
+operation was done on the service (e.g., when listing a bucket) in
+which case it is accounted under the operating user.
Following is an example configuration::