What is the specific meaning "total_time" in RGW ops log
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_time" includes the period of time when rgw returns a response to the client?
In other words, I want to figure out when "total_time" is calculated from and when it ends opengers <zijian1012@gmail.com> 于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_time" includes the period of time when rgw returns a response to the client?
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 includes reading data from the client or not; some amount of metadata work at least has been done before total_time is started. Daniel On 12/23/20 10:50 PM, opengers wrote:
In other words, I want to figure out when "total_time" is calculated from and when it ends
opengers <zijian1012@gmail.com> 于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_time" includes the period of time when rgw returns a response to the client?
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Daniel Gryniewicz
-
opengers