Hi, I am trying to dig deeper into where time is spent during a PUT request. I added a timer (datetime.datetime) at the start and end of proxy/controllers/obj.py:PUT(). I am seeing the time reported here to be in the range of 100ms - 800ms. I believe this also includes the time required to do the IO on the object-server: issuing the request to the object-servers, getting the responses and choosing the best responses.
However, the response time reported in the client side tool (which issued the HTTP request) is ~2 seconds. Any ideas how I can debug this further? Thanks in advance. -Shri _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack