Project

General

Profile

Actions

Feature #39528

open

Adding number of buckets in radosgw-admin user stats command

Added by Vikhyat Umrao about 5 years ago. Updated about 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Something like:

- Current:

# radosgw-admin user stats --uid=ceetest
{
    "stats": {
        "total_entries": 334,
        "total_bytes": 86247782,
        "total_bytes_rounded": 87060480
    },
    "last_stats_sync": "2019-04-17 17:39:25.958492Z",
    "last_stats_update": "2019-04-17 17:39:25.937904Z" 
}

- Proposed:

# radosgw-admin user stats --uid=ceetest
{
    "stats": {
        "total_buckets_count": N <==================
        "total_entries": 334,
        "total_bytes": 86247782,
        "total_bytes_rounded": 87060480
    },
    "last_stats_sync": "2019-04-17 17:39:25.958492Z",
    "last_stats_update": "2019-04-17 17:39:25.937904Z" 
}
Actions

Also available in: Atom PDF