[ceph-users] Re: What is the specific meaning "total_time" in RGW ops log

2021-01-04 Thread Daniel Gryniewicz
total_time is calculated from the top of process_request() until the bottom of process_request(). I know that's not hugely helpful, but it's accurate. This means it starts after the front-end passes the request off, and counts until after a response is sent to the client. I'm not sure if it

[ceph-users] Re: What is the specific meaning "total_time" in RGW ops log

2020-12-23 Thread opengers
In other words, I want to figure out when "total_time" is calculated from and when it ends opengers 于2020年12月24日周四 上午11:14写道: > Hello everyone,I enabled rgw ops log by setting "rgw_enable_ops_log = > true",There is a "total_time" field in rgw ops log > > But I want to figure out whether "total_