From owner-svn-src-all@freebsd.org Sat Aug 11 16:30:55 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EE3D107291F; Sat, 11 Aug 2018 16:30:55 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 90BFF86C5D; Sat, 11 Aug 2018 16:30:54 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id oWmqfWB2Ip5A1oWmsfXtsY; Sat, 11 Aug 2018 10:30:47 -0600 X-Authority-Analysis: v=2.3 cv=JLKPTPCb c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=dapMudl6Dx4A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=QAepSRUV8d__2oafRqkA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9187826C; Sat, 11 Aug 2018 09:31:06 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w7BGUjgX095414; Sat, 11 Aug 2018 09:30:45 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w7BGUigO095292; Sat, 11 Aug 2018 09:30:44 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201808111630.w7BGUigO095292@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Kristof Provost" cc: "Devin Teske" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec In-Reply-To: Message from "Kristof Provost" of "Sat, 11 Aug 2018 15:06:00 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 11 Aug 2018 09:30:44 -0700 X-CMAE-Envelope: MS4wfCma1PSQ7Cqi0OxLJrlax016YsCe/P9jooZS80WMCWOCV9RP7JLu1/dT2u/M2FDBPHfPyKvpcxGF//MeutWYm4uev26tZ618GLnFAkckhaoQxDOQO1Al s6sQDsPGfyh2RNRYws/2NYjB/qhvSG2EORayvl9pBJGvAqdl4vm8DYJIZJ//B7fJl6P5cBCVm6RDzS6cuO+gcx3msG2rdm28uKEau3zG9EV6yeDtLzRBI4AB i0Zu+SyamtdunWdu+cRtPx/altxL1O6OH+H/acNkQkVhoUns2/cJcDXkgvD5NqsvRVZ/tcRiAvxOmAF+AxIGGPRQQjiY5VcNDEVRbT3bd6Y= X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2018 16:30:55 -0000 In message , "Kristof Provost " writes: > > --=_MailMate_CF172F01-6AF0-4E9D-A175-454A09953300_= > Content-Type: text/plain; format=flowed > > Hi Devin, > > On 11 Aug 2018, at 8:32, Devin Teske wrote: > > Author: dteske > > Date: Sat Aug 11 06:32:31 2018 > > New Revision: 337611 > > URL: https://svnweb.freebsd.org/changeset/base/337611 > > > > Log: > > dwatch(1): Add systop profile > > > > Provides a top-like view of syscall consumers. > > > > MFC after: 3 days > > X-MFC-to: stable/11 > > Sponsored by: Smule, Inc. > > > > Added: > > head/cddl/usr.sbin/dwatch/libexec/systop (contents, props changed) > > Modified: > > head/cddl/usr.sbin/dwatch/libexec/Makefile > > > > Modified: head/cddl/usr.sbin/dwatch/libexec/Makefile > > =========================================================================== > === > > --- head/cddl/usr.sbin/dwatch/libexec/Makefile Sat Aug 11 06:13:11 > > 2018 (r337610) > > +++ head/cddl/usr.sbin/dwatch/libexec/Makefile Sat Aug 11 06:32:31 > > 2018 (r337611) > > @@ -62,6 +62,7 @@ LINKS+= ${LIBEXECDIR}/dwatch/sendrecv > > ${LIBEXECDIR}/dw > > LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/send > > LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendmsg > > LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendto > > +LINKS+= ${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop > > This breaks install world: > install: link > /usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop > -> > /usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop: > No such file or directory > > Regards, > Kristof Hi Kristof, This should get you going. Index: /opt/src/svn-current/cddl/usr.sbin/dwatch/libexec/Makefile =================================================================== --- /opt/src/svn-current/cddl/usr.sbin/dwatch/libexec/Makefile (revision 337628) +++ /opt/src/svn-current/cddl/usr.sbin/dwatch/libexec/Makefile (working copy) @@ -12,6 +12,7 @@ rw \ sched \ sendrecv \ + systop \ tcp \ udp \ udplite \ @@ -62,7 +63,6 @@ LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/send LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendmsg LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendto -LINKS+= ${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-establ ished LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-refuse d -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.