Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 440BDC433EF for ; Wed, 1 Dec 2021 17:43:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244105AbhLARqN (ORCPT ); Wed, 1 Dec 2021 12:46:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351919AbhLARpb (ORCPT ); Wed, 1 Dec 2021 12:45:31 -0500 Received: from fieldses.org (fieldses.org [IPv6:2600:3c00:e000:2f7::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 782F3C061574; Wed, 1 Dec 2021 09:42:06 -0800 (PST) Received: by fieldses.org (Postfix, from userid 2815) id 423A71BE1; Wed, 1 Dec 2021 12:42:05 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.11.0 fieldses.org 423A71BE1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fieldses.org; s=default; t=1638380525; bh=A30aG6M5+hAQonm9ndpgcauhCXJbfJjwrCjtdZK8oCY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S46sSQs7nAHZVyCSmSZlttGSI0xnoi9f+Gs1+Xb/B80ZNhoqKbt4rw+RgGEUYoSem evu6rkDloimerwoe1TILItoLWksLL90awdwbXvLXjUoNDj26bOidBOOEcdru+MPVWy pQ/14O++G7WXbSGgU1pBcqdDi00qtu+G4gsDwiGI= Date: Wed, 1 Dec 2021 12:42:05 -0500 From: Bruce Fields To: dai.ngo@oracle.com Cc: Chuck Lever III , Linux NFS Mailing List , "linux-fsdevel@vger.kernel.org" Subject: Re: [PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server Message-ID: <20211201174205.GB26415@fieldses.org> References: <1285F7E2-5D5F-4971-9195-BA664CAFF65F@oracle.com> <22000fe0-9b17-3d88-1730-c8704417cb92@oracle.com> <6f5a060d-17f6-ee46-6546-1217ac5dfa9c@oracle.com> <20211130153211.GB8837@fieldses.org> <20211201143630.GB24991@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211201143630.GB24991@fieldses.org> User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Wed, Dec 01, 2021 at 09:36:30AM -0500, Bruce Fields wrote: > OK, good to know. It'd be interesting to dig into where nfsdcltrack is > spending its time, which we could do by replacing it with a wrapper that > runs the real nfsdcltrack under strace. > > Though maybe it'd be better to do this on a system using nfsdcld, since > that's what we're transitioning to. Trying that on a test VM here, I see each upcall doing 3 fdatasyncs() of an sqlite-journal file. On my setup, each of those is taking a few milliseconds. I wonder if it an do better. --b.