From: "Aneesh Kumar K.V" <aneesh.kumar@digital.com>
To: linux-kernel@vger.kernel.org
Subject: /proc/slabinfo doesn't give details of what it is showing.
Date: 01 Oct 2001 12:24:01 +0530 [thread overview]
Message-ID: <1001919241.1075.9.camel@satan.xko.dec.com> (raw)
Hi ,
If will be really nice to list out what these values are when one does
$more /proc/slabinfo. It is just a one line code that busy people
really don't have time to look into :) Any how here is the one line code
with some lines above.
len += sprintf(page+len, "slabinfo - version: 1.1"
#if STATS
" (statistics)"
#endif
#ifdef CONFIG_SMP
" (SMP)"
#endif
"\n");
len += sprintf(page+len,
"(cache-name)-----(num-active-objs)--(total-objs)--(obj-size)--(num-active-slabs)--(total-slabs)--(num-pages-per-slab)\n");
-aneesh
next reply other threads:[~2001-10-01 6:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-01 6:54 Aneesh Kumar K.V [this message]
[not found] <mailman.1001919360.11119.linux-kernel2news@redhat.com>
2001-10-01 17:09 ` Pete Zaitcev
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=1001919241.1075.9.camel@satan.xko.dec.com \
--to=aneesh.kumar@digital.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome