From owner-freebsd-ports@freebsd.org Fri Sep 14 16:14:13 2018 Return-Path: Delivered-To: freebsd-ports@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 718B0108D204 for ; Fri, 14 Sep 2018 16:14:13 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC7AC88A90 for ; Fri, 14 Sep 2018 16:14:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w8EGDvH6057207 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 14 Sep 2018 18:14:04 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu To: freebsd-ports@freebsd.org From: Andrea Venturoli Subject: Firefox constantly trashing disk Message-ID: <4ec4e2c1-21ec-e889-3105-304ee9a7e63f@netfence.it> Date: Fri, 14 Sep 2018 18:13:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 16:14:13 -0000 Hello. I think FireFox (ESR) on my system makes really too much disk I/O. My profile is on an NFS drive, but I hear local disks spinning, so I guess it's writing to /tmp or /var/tmp (or another local folder). Looks like animations are what really make him go mad: just opening https://get.webgl.org/ will start heavy disk activity which will only stop when that page is closed; however even a simple gallery, where images "slide" smoothly, will give a spin any time a button is pressed and the image changes. I'd like to dig into this and understand what it is doing. Is there a way I can see what file Firefox is writing too? I tried "lsof|grep firefox", but that will list some 1200-1300 entries and I still don't know which is the one. bye & Thanks av.