From: William Lee Irwin III <wli@holomorphy.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: "Martin J. Bligh" <mbligh@aracnet.com>,
Andrew Morton <akpm@digeo.com>, Dave McCracken <dmccr@us.ibm.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix obj vma sorting
Date: Wed, 9 Apr 2003 13:11:00 -0700 [thread overview]
Message-ID: <20030409201100.GB30376@holomorphy.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0304092007040.2595-100000@localhost.localdomain>
On Wed, Apr 09, 2003 at 08:20:28PM +0100, Hugh Dickins wrote:
> Thanks. Yes, seems conclusive, but I'm puzzled.
> I hope a fresh pair of eyes can work it out for us.
They're pounding ->i_shared_sem, which you already knew.
Here's what I see as far as number of processes mapping what. It seems
to indicate large scale sharing occurs for a number of objects, which
could very well lead to mutual interference for several objects.
It seems to indicate more than glibc is involved, and that there's some
shm involved with large vma count files on "normal" systems as well.
-- wli
how many processes were mapping a given file
(i.e. remove dups in /proc/$PID/maps)
---------------------------------------------
/lib/libc-2.2.5.so 151
/lib/ld-2.2.5.so 151
/lib/libnsl-2.2.5.so 110
/lib/libnss_compat-2.2.5.so 107
/lib/libdl-2.2.5.so 85
/lib/libm-2.2.5.so 70
/lib/libncurses.so.5.2 65
/usr/X11R6/lib/libX11.so.6.2 44
/usr/X11R6/lib/libSM.so.6.0 43
/usr/X11R6/lib/libICE.so.6.3 43
/lib/libcap.so.1.10 39
/usr/lib/zsh/4.0.4/zsh/zle.so 35
/usr/lib/zsh/4.0.4/zsh/rlimits.so 35
/usr/lib/zsh/4.0.4/zsh/complete.so 35
/usr/lib/zsh/4.0.4/zsh/compctl.so 35
/usr/X11R6/lib/libXpm.so.4.11 35
/bin/zsh4 35
/lib/libnss_files-2.2.5.so 32
/usr/lib/libz.so.1.1.4 31
/usr/X11R6/lib/libXext.so.6.4 24
/lib/libcrypt-2.2.5.so 22
/lib/libresolv-2.2.5.so 21
/lib/libnss_dns-2.2.5.so 21
How many vma's total mapped a given file:
-----------------------------------------
/lib/libc-2.2.5.so 302
/lib/ld-2.2.5.so 302
/lib/libnsl-2.2.5.so 220
/SYSV00000000 220
/lib/libnss_compat-2.2.5.so 214
/lib/libdl-2.2.5.so 170
/lib/libm-2.2.5.so 140
/lib/libncurses.so.5.2 130
/usr/X11R6/lib/libX11.so.6.2 88
/usr/X11R6/lib/libSM.so.6.0 86
/usr/X11R6/lib/libICE.so.6.3 86
/lib/libcap.so.1.10 78
/usr/lib/zsh/4.0.4/zsh/zle.so 70
/usr/X11R6/lib/libXpm.so.4.11 70
/bin/zsh4 70
/lib/libnss_files-2.2.5.so 64
/usr/lib/libz.so.1.1.4 62
/usr/X11R6/lib/libXext.so.6.4 48
/lib/libcrypt-2.2.5.so 44
/lib/libresolv-2.2.5.so 42
/lib/libnss_dns-2.2.5.so 42
/usr/X11R6/lib/libXt.so.6.0 40
/usr/X11R6/bin/wterm 40
next prev parent reply other threads:[~2003-04-09 20:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-08 18:16 [PATCH] fix obj vma sorting Hugh Dickins
2003-04-09 17:07 ` Martin J. Bligh
2003-04-09 18:24 ` Hugh Dickins
2003-04-09 18:33 ` Martin J. Bligh
2003-04-09 19:20 ` Hugh Dickins
2003-04-09 20:11 ` William Lee Irwin III [this message]
2003-04-10 13:52 ` Hugh Dickins
2003-04-10 14:29 ` Martin J. Bligh
2003-04-10 14:39 ` Hugh Dickins
2003-04-10 14:50 ` Dave McCracken
2003-04-10 14:57 ` Martin J. Bligh
2003-04-10 15:21 ` Hugh Dickins
2003-04-10 15:24 ` Martin J. Bligh
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=20030409201100.GB30376@holomorphy.com \
--to=wli@holomorphy.com \
--cc=akpm@digeo.com \
--cc=dmccr@us.ibm.com \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
/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