From nobody Sat Jul 27 15:04:34 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WWSb25jcxz5R7pg for ; Sat, 27 Jul 2024 15:04:46 +0000 (UTC) (envelope-from zarychtam@plan-b.pwste.edu.pl) Received: from plan-b.pwste.edu.pl (plan-b.pwste.edu.pl [IPv6:2001:678:618::40]) (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 (2048 bits) client-digest SHA256) (Client CN "plan-b.pwste.edu.pl", Issuer "GEANT OV RSA CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WWSb20TGnz4X1v for ; Sat, 27 Jul 2024 15:04:45 +0000 (UTC) (envelope-from zarychtam@plan-b.pwste.edu.pl) Authentication-Results: mx1.freebsd.org; none Received: from plan-b.pwste.edu.pl (zarychtam@localhost [127.0.0.1]) by plan-b.pwste.edu.pl (8.18.1/8.17.2) with ESMTPS id 46RF4Yja076505 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 27 Jul 2024 17:04:34 +0200 (CEST) (envelope-from zarychtam@plan-b.pwste.edu.pl) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=plan-b.pwste.edu.pl; s=plan-b-mailer; t=1722092674; bh=9dbqBGkGq554sn632GVNepQhtpXw2Pi+qxtFqrrZIkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Xjgx6WbNayjy3xZdvvjx+98TN5JkCxeX0S2lwA00zWxcCd+mFi2VpvvIkkQZ++Q3x W16Eq4/BIvesBKliMHtjlAR9zlT0skeFY6fVCpkcLmxtwlkivMX74m+fcceGrTgNwE 0/Vkz56EXRQO8siLWRzLxfSxZOx0SeoVBZJFjR/TjRUT6fvgqgvojy/E3KaL1hW+jZ dd8JIhgeiE55rem6kxMkDyN5vLpUKvJ8f0O0TA9MVKZ9WcrjNI9u2lpZXoC4GwNxWx 5HYy9ptr7L07EWLMDTf1a2P8Opivy3G/Til6VLv8WntDiM9h9Q9LHWdEawHcae5LHZ 5a0U2BulWlBZg== Received: (from zarychtam@localhost) by plan-b.pwste.edu.pl (8.18.1/8.18.1/Submit) id 46RF4YEb076504; Sat, 27 Jul 2024 17:04:34 +0200 (CEST) (envelope-from zarychtam) Date: Sat, 27 Jul 2024 17:04:34 +0200 From: Marek Zarychta To: Nuno Teixeira Cc: freebsd-current@freebsd.org Subject: Re: filemon Message-ID: References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:206006, ipnet:2001:678:618::/48, country:PL] X-Rspamd-Queue-Id: 4WWSb20TGnz4X1v Dnia Sat, Jul 27, 2024 at 03:27:19PM +0100, Nuno Teixeira napisaƂ(a): > Hello, > > I use filemon for builds with WITH_META_MODE loaded from rc.conf: > kld_list="... filemon" for some years on both amd64 and aarch64. What about filesystem perfomnace ? Have you benchmarked your FS and whole system with and without filemon loaded ? I am not questionining the usecase, but loading this module only when it's required seems to be more resonable for me. -- Marek Zarychta