From owner-freebsd-questions@freebsd.org Fri Nov 18 15:41:12 2016 Return-Path: Delivered-To: freebsd-questions@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 82909C481D7 for ; Fri, 18 Nov 2016 15:41:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53A1BE4A for ; Fri, 18 Nov 2016 15:41:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id uAIFfARI083705 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Nov 2016 08:41:10 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id uAIFfAC2083702; Fri, 18 Nov 2016 08:41:10 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 18 Nov 2016 08:41:10 -0700 (MST) From: Warren Block To: "Christoph P.U. Kukulies" cc: "freebsd-questions@freebsd.org" Subject: Re: testing SSD performance In-Reply-To: <9966b2a4-8812-3de1-8a9e-05bc96c8ef3c@kukulies.org> Message-ID: References: <9966b2a4-8812-3de1-8a9e-05bc96c8ef3c@kukulies.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Fri, 18 Nov 2016 08:41:10 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 15:41:12 -0000 On Fri, 18 Nov 2016, Christoph P.U. Kukulies wrote: > I was running an older FreeBSD (9.2) for quite a while now with the root FS > (and swap) an an SSD drive (100GB). > > While upgrading the system to 11.0 and while observing quit elong buildworld > times I'm wondering myself if my SSD possibly might have gotten degraded > some extent. buildworld is mostly just CPU bound. I remember comparing it between hard disk and SSD and finding an amazingly small difference. The buildworld process in 11.0 and later is just much slower. Some of that can be reduced by not building the LLDB debugger by setting WITHOUT_LLDB=yes in /etc/src.conf. > I've read that SSD tend to run slow on writes over time, > especially when no provisions were taken to e.g. fill them up just up to 2/3 > of their max capacity to leave room for firmware storage management. It's possible that is the cause, but unlikely.