ceph / cephmetrics

ceph metric collectors with collectd integration
GNU Lesser General Public License v3.0
65 stars 32 forks source link

RGW dashboard should show load by client #80

Open pcuzner opened 7 years ago

pcuzner commented 7 years ago

Ideally the RGW information should be broken down by client, so you can see which client is potentially monopolizing a radosgw.

pcuzner commented 7 years ago

so I looked at various ways to implement this - but without the per client data being exposed by radosgw they all revolve around packet capture and summarisation. I'm currently working on an additional plugin outside of the rgw cephmetrics module to deliver this.