From: lvshuhua Date: Tue, 4 Sep 2018 08:00:21 +0000 (+0800) Subject: rgw: add latency info in the log of req done X-Git-Tag: v14.1.0~979^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2e98edfe4922d50f2a75109e10191d0f67531b30;p=ceph.git rgw: add latency info in the log of req done Signed-off-by: lvshuhua --- diff --git a/src/rgw/rgw_process.cc b/src/rgw/rgw_process.cc index c1cfbb02e624..c21a98b60c85 100644 --- a/src/rgw/rgw_process.cc +++ b/src/rgw/rgw_process.cc @@ -245,6 +245,7 @@ done: dout(1) << "====== req done req=" << hex << req << dec << " op status=" << op_ret << " http_status=" << s->err.http_ret + << " latency=" << s->time_elapsed() << " ======" << dendl;