Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1159998

Re: [PATCH v5 0/4] idle memory tracking

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Raghavendra KT <raghavendra.kt@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject Re: [PATCH v5 0/4] idle memory tracking
Date Sun, 07 Jun 2015 08:20:01 +0200
Message-ID <pyC65-7F5-5@gated-at.bofh.it> (permalink)
References <ppizE-1BN-5@gated-at.bofh.it>
X-Original-To Vladimir Davydov <vdavydov@parallels.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9DSKFAG/ujDxOQWCwKCy9AY8S4M00M9tdwhXD6ER+mk=; b=oez4bx0IeFkYeqHXJkimUvUMyT2u5xk4YlXEmyOJn8QECuAKalRLkZznz3zzEuqtjC ybW1IrkLftUDROjARalYAigSHBHhostZGc0REdS3c/+jzygBmfLQJwRZB1SBuF9TTnYS uXMDaYHcTACRCRRohoeWu1rQ0kEBwEBek2xa0En1uKAa0ClWXESXzFrItC7rTOY+jod7 nwvefqfA5jotAv84QcW/MlhxM8laJcdAv9bCr0SijDNKuIkcQ4FmuJYz2gigqhBjSUAj kstMns0vl+piWG28JJ5K5GJYuUtqGqpJxZDIZCdypEqCHMunDyEDQfVermzcE7GFIMjk ZB0A==
MIME-Version 1.0
X-Received by 10.180.206.211 with SMTP id lq19mr10943525wic.81.1433657475538; Sat, 06 Jun 2015 23:11:15 -0700 (PDT)
X-Google-Sender-Auth Y7mPzyfYsPWMDdTgmY-Z0jjmCBk
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 33
Organization linux.* mail to news gateway
X-Original-Cc Andrew Morton <akpm@linux-foundation.org>, Minchan Kim <minchan@kernel.org>, Johannes Weiner <hannes@cmpxchg.org>, Michal Hocko <mhocko@suse.cz>, Greg Thelen <gthelen@google.com>, Michel Lespinasse <walken@google.com>, David Rientjes <rientjes@google.com>, Pavel Emelyanov <xemul@parallels.com>, Cyrill Gorcunov <gorcunov@openvz.org>, Jonathan Corbet <corbet@lwn.net>, linux-api@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Raghavendra KT <raghavendra.kt@linux.vnet.ibm.com>
X-Original-Date Sun, 7 Jun 2015 11:41:15 +0530
X-Original-Message-ID <CAC4Lta1isOa+OK7mqCDjL+aV1j=mXBA8p5xnrMEMj+jy6dRMaw@mail.gmail.com>
X-Original-References <cover.1431437088.git.vdavydov@parallels.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1159998

Show key headers only | View raw


On Tue, May 12, 2015 at 7:04 PM, Vladimir Davydov
<vdavydov@parallels.com> wrote:
> Hi,
>
> This patch set introduces a new user API for tracking user memory pages
> that have not been used for a given period of time. The purpose of this
> is to provide the userspace with the means of tracking a workload's
> working set, i.e. the set of pages that are actively used by the
> workload. Knowing the working set size can be useful for partitioning
> the system more efficiently, e.g. by tuning memory cgroup limits
> appropriately, or for job placement within a compute cluster.
>
> ---- USE CASES ----
>
> The unified cgroup hierarchy has memory.low and memory.high knobs, which
> are defined as the low and high boundaries for the workload working set
> size. However, the working set size of a workload may be unknown or
> change in time. With this patch set, one can periodically estimate the
> amount of memory unused by each cgroup and tune their memory.low and
> memory.high parameters accordingly, therefore optimizing the overall
> memory utilization.
>

Hi Vladimir,

Thanks for the patches, I was able test how the series is helpful to determine
docker container workingset / idlemem with these patches. (tested on ppc64le
after porting to a distro kernel).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v5 0/4] idle memory tracking Raghavendra KT <raghavendra.kt@linux.vnet.ibm.com> - 2015-06-07 08:20 +0200
  Re: [PATCH v5 0/4] idle memory tracking Andrew Morton <akpm@linux-foundation.org> - 2015-06-08 21:40 +0200
    Re: [PATCH v5 0/4] idle memory tracking Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> - 2015-06-09 10:30 +0200

csiph-web