From owner-dev-commits-src-branches@freebsd.org Thu Apr 22 17:38:17 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46CB85F9F07; Thu, 22 Apr 2021 17:38:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FR4QK1YMzz4cjD; Thu, 22 Apr 2021 17:38:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27E271DBEA; Thu, 22 Apr 2021 17:38:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13MHcHSn006771; Thu, 22 Apr 2021 17:38:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13MHcHjw006770; Thu, 22 Apr 2021 17:38:17 GMT (envelope-from git) Date: Thu, 22 Apr 2021 17:38:17 GMT Message-Id: <202104221738.13MHcHjw006770@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: bddac53994b6 - stable/13 - stats.7: Add dwatch(1) to the list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: bddac53994b6c3c837f7e3087c2111c09e4a301a Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2021 17:38:17 -0000 The branch stable/13 has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bddac53994b6c3c837f7e3087c2111c09e4a301a commit bddac53994b6c3c837f7e3087c2111c09e4a301a Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-22 13:54:45 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-04-22 17:34:28 +0000 stats.7: Add dwatch(1) to the list PR: 255303 Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D29924 (cherry picked from commit 2e5929a75634504d388cc04d24e6a558840e18cb) --- share/man/man7/stats.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man7/stats.7 b/share/man/man7/stats.7 index 949e3fd6112b..50d33a53849b 100644 --- a/share/man/man7/stats.7 +++ b/share/man/man7/stats.7 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 6, 2020 +.Dd April 22, 2021 .Dt STATS 7 .Os .Sh NAME @@ -46,6 +46,8 @@ are currently included in the base system, with more appearing periodically. Show Bluetooth socket information .It Nm ctlstat CAM Target Layer statistics utility +.It Nm dwatch +watch processes as they trigger a particular DTrace probe .It Nm fstat Identify active files .It Nm gstat @@ -89,6 +91,7 @@ Report ZFS I/O statistics .El .Sh SEE ALSO .Xr btsockstat 1 , +.Xr dwatch 1 , .Xr fstat 1 , .Xr intro 1 , .Xr lockstat 1 ,