Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72664186EE for ; Fri, 25 Sep 2015 09:39:27 +0000 (UTC) Received: (qmail 80254 invoked by uid 500); 25 Sep 2015 09:39:24 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 80182 invoked by uid 500); 25 Sep 2015 09:39:24 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 80170 invoked by uid 99); 25 Sep 2015 09:39:24 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 09:39:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8DDD018104B for ; Fri, 25 Sep 2015 09:39:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.131 X-Spam-Level: *** X-Spam-Status: No, score=3.131 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 5w8zAq7qZhWf for ; Fri, 25 Sep 2015 09:39:12 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 1B6742318D for ; Fri, 25 Sep 2015 09:39:12 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so14086966wic.1 for ; Fri, 25 Sep 2015 02:39:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=azd404FlKcLMKugZP4DSD55ALCUO2IU/iH3q65TNU5w=; b=qEkTFr3eQ9faQo+HiwyBdWG1LOoE4BeRLlweHDmhNmJvq1UExLzhGbz/gEMwpMNRrE K455e4l8PLDY7Cpk45o5uYFB53ILKtuhjyeI5S3qYRTAG+I0uYkYVqy692+6c4t+85NL vTi8QouAjvOQrIzPC+070+1kGhb1bIkMHrsjyO0ACVLm9Lmv3Kv+O8Ol4jK8e/1tmr1a dNcekSv8c0mqJa+HDeDdH+wrM4JqElQClmZN+KpSc0aIFX1dQM8TrCuZwawJW9QzTSBW dxT9B+TPurcPnvJ367CNzwHEdj+iiUYUCls/tVoxEF9+H08dg0NwebjKXiRDSna9Nzk/ 4w+w== X-Received: by 10.194.112.162 with SMTP id ir2mr5700938wjb.40.1443173945561; Fri, 25 Sep 2015 02:39:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.139.130 with HTTP; Fri, 25 Sep 2015 02:38:46 -0700 (PDT) In-Reply-To: References: From: Aman Tandon Date: Fri, 25 Sep 2015 15:08:46 +0530 Message-ID: Subject: Re: How to know index file in OS Cache To: "solr-user@lucene.apache.org" Content-Type: multipart/alternative; boundary=001a1130cca05fd87505208f1e8d --001a1130cca05fd87505208f1e8d Content-Type: text/plain; charset=UTF-8 Awesome thank you Mikhail. This is what I was looking for. This was just a random question poped up in my mind. So I just asked this on the group. With Regards Aman Tandon On Fri, Sep 25, 2015 at 2:49 PM, Mikhail Khludnev < mkhludnev@griddynamics.com> wrote: > What about Linux: > $less /proc//maps > $pmap > > On Fri, Sep 25, 2015 at 10:57 AM, Markus Jelsma < > markus.jelsma@openindex.io> > wrote: > > > Hello - as far as i remember, you don't. A file itself is not the unit to > > cache, but blocks are. > > Markus > > > > > > -----Original message----- > > > From:Aman Tandon > > > Sent: Friday 25th September 2015 5:56 > > > To: solr-user@lucene.apache.org > > > Subject: How to know index file in OS Cache > > > > > > Hi, > > > > > > Is there any way to know that the index file/s is present in the OS > cache > > > or RAM. I want to check if the index is present in the RAM or in OS > cache > > > and which files are not in either of them. > > > > > > With Regards > > > Aman Tandon > > > > > > > > > -- > Sincerely yours > Mikhail Khludnev > Principal Engineer, > Grid Dynamics > > > > --001a1130cca05fd87505208f1e8d--