Missed out an important detail:

My HTTP request generator, Swift proxy server and Swift object server
are all on the same machine. Network latency itself shouldn't be high.

On Mon, Sep 21, 2015 at 9:57 PM, Shrinand Javadekar
<[email protected]> wrote:
> 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     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to