From: Anton Blanchard <anton@samba.org>
To: William Lee Irwin III <wli@holomorphy.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
akpm@zip.com.au, riel@surriel.com
Subject: Re: statm_pgd_range() sucks!
Date: Fri, 30 Aug 2002 18:24:56 +1000 [thread overview]
Message-ID: <20020830082456.GC10656@krispykreme> (raw)
In-Reply-To: <20020830015814.GN18114@holomorphy.com>
> Okay, I have *had it* with statm_pgd_range()!
On a related note, it would be nice if procps would not parse things it
doesnt need:
strace ps 2>&1 | grep open | grep '/proc'
open("/proc/12467/stat", O_RDONLY) = 7
open("/proc/12467/statm", O_RDONLY) = 7
open("/proc/12467/status", O_RDONLY) = 7
open("/proc/12467/cmdline", O_RDONLY) = 7
open("/proc/12467/environ", O_RDONLY) = 7
It always opens statm even when its not required.
Anton
WARNING: multiple messages have this Message-ID (diff)
From: Anton Blanchard <anton@samba.org>
To: William Lee Irwin III <wli@holomorphy.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
akpm@zip.com.au, riel@surriel.com
Subject: Re: statm_pgd_range() sucks!
Date: Fri, 30 Aug 2002 18:24:56 +1000 [thread overview]
Message-ID: <20020830082456.GC10656@krispykreme> (raw)
In-Reply-To: <20020830015814.GN18114@holomorphy.com>
> Okay, I have *had it* with statm_pgd_range()!
On a related note, it would be nice if procps would not parse things it
doesnt need:
strace ps 2>&1 | grep open | grep '/proc'
open("/proc/12467/stat", O_RDONLY) = 7
open("/proc/12467/statm", O_RDONLY) = 7
open("/proc/12467/status", O_RDONLY) = 7
open("/proc/12467/cmdline", O_RDONLY) = 7
open("/proc/12467/environ", O_RDONLY) = 7
It always opens statm even when its not required.
Anton
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
next prev parent reply other threads:[~2002-08-30 8:21 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-30 1:58 statm_pgd_range() sucks! William Lee Irwin III
2002-08-30 1:58 ` William Lee Irwin III
2002-08-30 2:51 ` Andrew Morton
2002-08-30 2:51 ` Andrew Morton
2002-08-30 3:12 ` William Lee Irwin III
2002-08-30 3:12 ` William Lee Irwin III
2002-08-30 3:54 ` Andrew Morton
2002-08-30 3:54 ` Andrew Morton
2002-08-30 17:45 ` Gerrit Huizenga
2002-08-30 17:45 ` Gerrit Huizenga
2002-09-01 22:02 ` Daniel Phillips
2002-09-01 22:02 ` Daniel Phillips
2002-09-05 3:20 ` William Lee Irwin III
2002-09-05 3:20 ` William Lee Irwin III
2002-09-05 4:48 ` Andrew Morton
2002-09-05 4:48 ` Andrew Morton
2002-09-05 6:05 ` William Lee Irwin III
2002-09-05 6:05 ` William Lee Irwin III
2002-09-05 6:49 ` Andrew Morton
2002-09-05 6:49 ` Andrew Morton
2002-09-05 7:07 ` William Lee Irwin III
2002-09-05 7:07 ` William Lee Irwin III
2002-09-05 6:22 ` William Lee Irwin III
2002-09-05 6:22 ` William Lee Irwin III
2002-08-30 8:24 ` Anton Blanchard [this message]
2002-08-30 8:24 ` Anton Blanchard
2002-08-30 8:31 ` William Lee Irwin III
2002-08-30 8:31 ` William Lee Irwin III
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=20020830082456.GC10656@krispykreme \
--to=anton@samba.org \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=riel@surriel.com \
--cc=wli@holomorphy.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 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.