On Thu, Aug 17, 2023 at 12:14 PM <[email protected]> wrote: > > Hello, > > Yes, I can see that there are metrics to check the size of the compressed > data stored in a pool with ceph df detail (relevant columns are USED COMPR > and UNDER COMPR) > > Also the size of compressed data can be checked on osd level using perf dump > (relevant values "bluestore_compressed_allocated": and > "bluestore_compressed_original") > > I would like to see the size of the compressed data per S3 bucket and not > only per pool or osd. > > Is that even possible ?
bluestore's compression is at a different layer than rgw's compression: https://docs.ceph.com/en/reef/radosgw/compression/ 'radosgw-admin bucket stats' can report on the latter (size vs. size_utilized), but i don't believe rgw has any visibility into bluestore's compression > > Thanks > Yosr > _______________________________________________ > ceph-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
