From: Minchan Kim <minchan@kernel.org>
To: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Cc: akpm@linux-foundation.org, ddstreet@ieee.org, gunho.lee@lge.com,
iamjoonsoo.kim@lge.com, jmarchan@redhat.com, juno.choi@lge.com,
mel@csn.ul.ie, ngupta@vflare.org, semenzato@google.com,
sergey.senozhatsky@gmail.com, sjennings@variantweb.net,
mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: + zram-support-compaction.patch added to -mm tree
Date: Mon, 9 Mar 2015 10:05:22 +0900 [thread overview]
Message-ID: <20150309010522.GD15184@blaptop> (raw)
In-Reply-To: <20150309005718.GA794@swordfish>
On Mon, Mar 09, 2015 at 09:57:18AM +0900, Sergey Senozhatsky wrote:
> On (03/09/15 09:49), Minchan Kim wrote:
> > > rather a discussion question.
> > >
> > > Minchan, do you want to provide num_migrated as part of zsmalloc stats rather
> > > than having yet another zram attr? we already provide zsmalloc stats and this
> > > type of information seems to belong there. just idea.
> >
> > Hmm, CONFIG_ZSMALLOC_STAT is actually to show zsmalloc internals.
>
> well, to be fair, compaction is a zsmalloc internal. zram has nothing to do with
> it.
>
> but do we we even need this stat? it seems that
>
> mem_total_used (before compaction) - mem_total_user (after comapction)
>
> will give user an idea on how much memory was compacted.
It's not enough. What I want to know is compaction efficiency per client of
zsmalloc(ie, zram). IOW, (how many of freed pages / how many of objects) per
zs_compact.
>
> -ss
>
> > That's why it is on debugfs. If we add the stat into zsmalloc, we should turn on debugfs
> > and CONFIG_ZSMALLOC_STAT to see *a* stat. Even, CONFIG_ZSMALLOC_STAT will add
> > unncessary overheads to account another stats fo zsmalloc internals.
> >
> > As well, if we add auto-compacion like stuff in zsmalloc(ie, it will trigger
> > by itself if fragmention is over to predefined theshold), the stat will
> > accumulate stat while someone want to see snapshot compaction effiecieny
> > of the moment.
> >
> > So, I want to keep it in zram now.
> >
> > --
> > Kind regards,
> > Minchan Kim
> >
--
Kind regards,
Minchan Kim
next prev parent reply other threads:[~2015-03-09 1:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 22:02 + zram-support-compaction.patch added to -mm tree akpm
2015-03-05 0:18 ` Sergey Senozhatsky
2015-03-05 0:30 ` Minchan Kim
2015-03-05 5:29 ` Sergey Senozhatsky
2015-03-05 11:43 ` Sergey Senozhatsky
2015-03-09 0:49 ` Minchan Kim
2015-03-09 0:57 ` Sergey Senozhatsky
2015-03-09 1:05 ` Minchan Kim [this message]
2015-03-09 1:27 ` Sergey Senozhatsky
2015-03-09 1:47 ` Minchan Kim
2015-03-09 2:07 ` Sergey Senozhatsky
2015-03-09 2:21 ` Minchan Kim
2015-03-09 6:48 ` Sergey Senozhatsky
2015-03-09 14:56 ` Minchan Kim
2015-03-10 5:37 ` Sergey Senozhatsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150309010522.GD15184@blaptop \
--to=minchan@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=ddstreet@ieee.org \
--cc=gunho.lee@lge.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=jmarchan@redhat.com \
--cc=juno.choi@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mel@csn.ul.ie \
--cc=mm-commits@vger.kernel.org \
--cc=ngupta@vflare.org \
--cc=semenzato@google.com \
--cc=sergey.senozhatsky.work@gmail.com \
--cc=sergey.senozhatsky@gmail.com \
--cc=sjennings@variantweb.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.