From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 17:51:45 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB5E4996 for ; Wed, 26 Mar 2014 17:51:45 +0000 (UTC) Received: from mail-oa0-x22f.google.com (mail-oa0-x22f.google.com [IPv6:2607:f8b0:4003:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A02482D4 for ; Wed, 26 Mar 2014 17:51:45 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id i11so3008200oag.20 for ; Wed, 26 Mar 2014 10:51:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3zLhO2Ei+fCXBj1dYPD1IJCzaZlx7r+PQmt/pof7uJQ=; b=I4HU2q9zFxIkUlIliLafQ0tHqeRUqwUfP3OXg7uud/YIwhchITIdSg4iTjlWndbvP6 sjJu33OEwCedV1ir6s9m6XtfPMP/2Mjef6/3nKXI+0cE+ntGA6MQNvAzYIWe+2UnbZ9b GrVSLte9oFhmmjxFsB/IrpuTNF1hquwGH26LQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3zLhO2Ei+fCXBj1dYPD1IJCzaZlx7r+PQmt/pof7uJQ=; b=iTQz4lfMo2zsQs/4YKUj4eTGdgJJ8Xz4LsRr4gnTMzx2PfSqIj7avAz660qq5w/YWR QFcsjA2WEHVqPfxkAVsx44B7YX6mLghFiqUSreOXKNAFUcWaA3b2jGxPibhSXxxFA1ue WDIO8FdHaU0hZPobCF+JFXp57TVnHZVzMlPo4DI3l0lr60o7/UQuCmm5Rox5+oQ22OYz jeJitrODVlse5+5dXtEjagwQshh7GUU4knXaPBtCi1XlzANRihMcf6SveiFQwU41gfrS oXrC4rlpqPB/fXkrZjpndNbAjnlzupOqmUeuZfR8uJxmUsFdnN5F3RuFKp3NRcyoPEXv Oncw== X-Gm-Message-State: ALoCoQkXfIvL4uRj7zC5xg+BdDqVxiJkBEB6JvmdoY3zixrL0jEe1Mk13r5PaVAeTorARJeUjd1r MIME-Version: 1.0 X-Received: by 10.182.18.102 with SMTP id v6mr2534125obd.71.1395856305012; Wed, 26 Mar 2014 10:51:45 -0700 (PDT) Received: by 10.76.151.134 with HTTP; Wed, 26 Mar 2014 10:51:44 -0700 (PDT) In-Reply-To: <20140326161903.GA56292@neutralgood.org> References: <20140326161903.GA56292@neutralgood.org> Date: Wed, 26 Mar 2014 13:51:44 -0400 Message-ID: Subject: Re: ZFS l2arc stats not updating From: Vick Khera To: kpneal@pobox.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 17:51:45 -0000 On Wed, Mar 26, 2014 at 12:19 PM, wrote: > There's some trick I can't remember, but I think the L2ARC is filled from > data that expires from the main ARC. So if a type of data or metadata never > goes into the ARC then it never goes into the L2ARC. Don't hold me to that, > though. I think this is what is happening. The primary cache seems to be 100% hit rate and the data set is smaller than the cache....