From patchwork Wed Jan 8 10:41:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiubo Li X-Patchwork-Id: 11323185 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BAD27109A for ; Wed, 8 Jan 2020 10:42:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9871E205F4 for ; Wed, 8 Jan 2020 10:42:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Yb5wh0mi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727888AbgAHKmc (ORCPT ); Wed, 8 Jan 2020 05:42:32 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:29224 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727878AbgAHKmc (ORCPT ); Wed, 8 Jan 2020 05:42:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578480151; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CdLgKgJXxydZ0e0uKmvd2XUkt/FeF+/XI7yFA7eUfOU=; b=Yb5wh0mi+48XwyER/cutitFjI8rZV/UYcp+T2Ej9CQaTb44GN7XFg7xcOnJyDD0SV74Fce 9g1q/t1dh+rlocQYxlxFgkkdPHGS1R8nd5W168P2Cpt4ovVN0zPsi5KKbzl40GJ1em6AkJ cpRvi/4aUK8ZMxpVKvQdPXDQAfzA1Es= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-212-J5w_McSuPEejozsySXd4xg-1; Wed, 08 Jan 2020 05:42:29 -0500 X-MC-Unique: J5w_McSuPEejozsySXd4xg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8F9208C8B42; Wed, 8 Jan 2020 10:42:28 +0000 (UTC) Received: from localhost.localdomain (ovpn-12-70.pek2.redhat.com [10.72.12.70]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8E718272CB; Wed, 8 Jan 2020 10:42:23 +0000 (UTC) From: xiubli@redhat.com To: jlayton@kernel.org, idryomov@gmail.com, zyan@redhat.com Cc: sage@redhat.com, pdonnell@redhat.com, ceph-devel@vger.kernel.org, Xiubo Li Subject: [PATCH v2 5/8] ceph: add global metadata perf metric support Date: Wed, 8 Jan 2020 05:41:49 -0500 Message-Id: <20200108104152.28468-6-xiubli@redhat.com> In-Reply-To: <20200108104152.28468-1-xiubli@redhat.com> References: <20200108104152.28468-1-xiubli@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org From: Xiubo Li item total sum_lat(us) avg_lat(us) ----------------------------------------------------- write 756 9225615920 12418192 Signed-off-by: Xiubo Li --- fs/ceph/debugfs.c | 8 ++++++++ fs/ceph/mds_client.c | 25 +++++++++++++++++++++++++ fs/ceph/mds_client.h | 6 ++++++ 3 files changed, 39 insertions(+) diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 3fdb15af0a83..df8c1cc685d9 100644 --- a/fs/ceph/debugfs.c +++ b/fs/ceph/debugfs.c @@ -150,6 +150,14 @@ static int metric_show(struct seq_file *s, void *p) seq_printf(s, "%-14s%-12lld%-16lld%lld\n", "write", total, sum / NSEC_PER_USEC, avg / NSEC_PER_USEC); + spin_lock(&mdsc->metric.metadata_lock); + total = atomic64_read(&mdsc->metric.total_metadatas), + sum = timespec64_to_ns(&mdsc->metric.metadata_latency_sum); + spin_unlock(&mdsc->metric.metadata_lock); + avg = total ? sum / total : 0; + seq_printf(s, "%-14s%-12lld%-16lld%lld\n", "metadata", + total, sum / NSEC_PER_USEC, avg / NSEC_PER_USEC); + seq_printf(s, "\n"); seq_printf(s, "item total miss hit\n"); seq_printf(s, "-------------------------------------------------\n"); diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 865ff33aac0b..ae2fe0277c6c 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c @@ -2894,6 +2894,11 @@ static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) result = le32_to_cpu(head->result); + if (!result || result == -ESTALE || result == -ENOENT) { + s64 latency = jiffies - req->r_started; + ceph_mdsc_update_metadata_latency(&mdsc->metric, latency); + } + /* * Handle an ESTALE * if we're not talking to the authority, send to them @@ -4127,6 +4132,22 @@ void ceph_mdsc_update_write_latency(struct ceph_client_metric *m, spin_unlock(&m->write_lock); } +void ceph_mdsc_update_metadata_latency(struct ceph_client_metric *m, + s64 latency) +{ + struct timespec64 ts; + + if (!m) + return; + + jiffies_to_timespec64(latency, &ts); + + spin_lock(&m->metadata_lock); + atomic64_inc(&m->total_metadatas); + m->metadata_latency_sum = timespec64_add(m->metadata_latency_sum, ts); + spin_unlock(&m->metadata_lock); +} + /* * delayed work -- periodically trim expired leases, renew caps with mds */ @@ -4231,6 +4252,10 @@ static int ceph_mdsc_metric_init(struct ceph_client_metric *metric) memset(&metric->write_latency_sum, 0, sizeof(struct timespec64)); atomic64_set(&metric->total_writes, 0); + spin_lock_init(&metric->metadata_lock); + memset(&metric->metadata_latency_sum, 0, sizeof(struct timespec64)); + atomic64_set(&metric->total_metadatas, 0); + return 0; } diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index 1c8c446fb7bb..ee36ab87e5f6 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -374,6 +374,10 @@ struct ceph_client_metric { spinlock_t write_lock; atomic64_t total_writes; struct timespec64 write_latency_sum; + + spinlock_t metadata_lock; + atomic64_t total_metadatas; + struct timespec64 metadata_latency_sum; }; /* @@ -562,4 +566,6 @@ extern void ceph_mdsc_update_read_latency(struct ceph_client_metric *m, s64 latency); extern void ceph_mdsc_update_write_latency(struct ceph_client_metric *m, s64 latency); +extern void ceph_mdsc_update_metadata_latency(struct ceph_client_metric *m, + s64 latency); #endif