Hi guys, In perf dump of RGW instance I have two similar sections. First one: "objecter": { "op_active": 0, "op_laggy": 0, "op_send": 38816, "op_send_bytes": 199927218, "op_resend": 0, "op_reply": 38816, "oplen_avg": { "avgcount": 38816, "sum": 90408 }, "op": 38816, "op_r": 12624, "op_w": 26192, "op_rmw": 0, "op_pg": 0, … } Second one: "objecter-0x55b63c38fb80": { "op_active": 0, "op_laggy": 0, "op_send": 5540, "op_send_bytes": 217343, "op_resend": 0, "op_reply": 5540, "oplen_avg": { "avgcount": 5540, "sum": 5636 }, "op": 5540, "op_r": 680, "op_w": 4860, "op_rmw": 0, "op_pg": 0, … } What is 0x55b63c38fb80 ? I try to monitor ‘op_active’ metric, but this metric refreshes only in ‘objecter-0x55b63c38fb80’ section and always 0 in ‘objecter’ section and it’s so difficult to monitor this metric because this id is dynamic and will be changed on next rgw restart. _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx