From owner-freebsd-fs@freebsd.org Fri Nov 20 03:10:57 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB9FA325F7 for ; Fri, 20 Nov 2015 03:10:57 +0000 (UTC) (envelope-from tjg@ucsc.edu) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A3C41B05 for ; Fri, 20 Nov 2015 03:10:56 +0000 (UTC) (envelope-from tjg@ucsc.edu) Received: by lfaz4 with SMTP id z4so60856779lfa.0 for ; Thu, 19 Nov 2015 19:10:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucsc.edu; s=ucsc-google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vXqRaX8BMgvG6s0bT79qE/DG+JFXUFb5QPA+8oatdHc=; b=VGuceQ+oxWUmJdwN4q95SLXHrfIJv+LxgvhLCnrCYAnnDbRDvdEIx87CS96ZWQwEjD gWfXMo7OEWMdBZX33NrJ+wnNezYhCBdRKwNIAP2SgOQQ2mE14ttA922AE/2cBR20acyV ZTFpe1kXGEGve085eHnuej3FxEp4RBJHGnn0w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=vXqRaX8BMgvG6s0bT79qE/DG+JFXUFb5QPA+8oatdHc=; b=hKmlEhc1iKw/2aaJKR6hlEJp6CdG+SY1k7sHKCVncbp6CkQCa4u2bLK1lNlXOxnaTT GLfXj8DDcKD7Vn4dE65Wf6G5hXEaRvoosRrwIsTRrqqHexeMOf62uZ9HWhWxvIceN1qw xLhouWYCEmQLrPQkKgxoqRx5y18tnKeqQ0OAmWPe8fe43KGxSQwUsDL3YUcfUV0UuGVw b507z0WLvPsObcJXbrzSwqTJZBMehQf5ebzr5yoSz+0MZKGOZm/3r4Zn7wBRGuizO4O6 jLXm2F1bn5f2caoAjpA6ZOTg4Tn6vvULePYlZ6y8hhjCIHNWBKvn6ZcktaRFHtUmCNvJ Q8dA== X-Gm-Message-State: ALoCoQmxs20VzPsMsnkndwWgEpmVF81aWwy8T144kNVz25o7piWtXt5/lKrY1ATFjeyRbOLT5A3N MIME-Version: 1.0 X-Received: by 10.25.44.213 with SMTP id s204mr4707901lfs.37.1447989053248; Thu, 19 Nov 2015 19:10:53 -0800 (PST) Received: by 10.25.205.200 with HTTP; Thu, 19 Nov 2015 19:10:53 -0800 (PST) Received: by 10.25.205.200 with HTTP; Thu, 19 Nov 2015 19:10:53 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Nov 2015 19:10:53 -0800 Message-ID: Subject: Monitoring nfsd From: Tim Gustafson To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 03:10:57 -0000 Is there any FreeBSD tool to show me real-time nfsd stats grouped by user? Something like iftop but per-nfs-user instead of per-network-host? I'd like to know which nfs users are hitting my nfs server the hardest.