From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D12FEC433ED for ; Wed, 12 May 2021 09:34:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9FE36613BA for ; Wed, 12 May 2021 09:34:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230149AbhELJgA (ORCPT ); Wed, 12 May 2021 05:36:00 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:29549 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230037AbhELJf7 (ORCPT ); Wed, 12 May 2021 05:35:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620812091; 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; bh=rtDztLwhDFInSAVGylZcT7UETsl2VSf87QEIzlbKTC4=; b=Y0eI1RCDsETp/qE7osnpRx+wO4Qsea94tXOdWGc+zXW5T0o+jFBO/WoC8cIW7RpNaBS2Ja lTJ4+YsTbneXp0pwe/clG/lMTxOh77R+c3kCZeLzT0jmApE2QBw5OCTLj44u5rWjUUhBEX e/iE17t1vF9yeuWw18ppYmY3cmTNrFA= 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-279-HlEFEOB3NquGeFQhTM_KrA-1; Wed, 12 May 2021 05:34:49 -0400 X-MC-Unique: HlEFEOB3NquGeFQhTM_KrA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7A863107ACC7; Wed, 12 May 2021 09:34:48 +0000 (UTC) Received: from lxbceph1.gsslab.pek2.redhat.com (unknown [10.72.47.117]) by smtp.corp.redhat.com (Postfix) with ESMTP id A85D25C232; Wed, 12 May 2021 09:34:46 +0000 (UTC) From: xiubli@redhat.com To: jlayton@kernel.org Cc: idryomov@gmail.com, pdonnell@redhat.com, ceph-devel@vger.kernel.org, Xiubo Li Subject: [PATCH 0/2] ceph: send io size metrics to mds daemon Date: Wed, 12 May 2021 17:34:41 +0800 Message-Id: <20210512093443.35128-1-xiubli@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org From: Xiubo Li Xiubo Li (2): ceph: send the read/write io size metrics to mds ceph: simplify the metrics struct fs/ceph/metric.c | 89 ++++++++++++++++++++++++++++++------------------ fs/ceph/metric.h | 79 +++++++++++++++++------------------------- 2 files changed, 88 insertions(+), 80 deletions(-) -- 2.27.0