From: Mike Fedyk <mfedyk@matchmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Peter Chubb <peterc@gelato.unsw.edu.au>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.6.0-test4 -- add context switch counters
Date: Tue, 26 Aug 2003 18:29:14 -0700 [thread overview]
Message-ID: <20030827012914.GB5280@matchmail.com> (raw)
In-Reply-To: <20030826181807.1edb8c48.akpm@osdl.org>
On Tue, Aug 26, 2003 at 06:18:07PM -0700, Andrew Morton wrote:
> Peter Chubb <peterc@gelato.unsw.edu.au> wrote:
> >
> > Currently, the context switch counters reported by getrusage() are
> > always zero. The appended patch adds fields to struct task_struct to
> > count context switches, and adds code to do the counting.
> >
> > The patch adds 4 longs to struct task struct, and a single addition to
> > the fast path in schedule().
>
> OK... Why is this useful? A bit of googling doesn't show much interest in
> it.
>
> What apps should be reporting this info? /usr/bin/time?
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
Command exited with non-zero status 100
Command being timed: "apt-get update"
User time (seconds): 0.01
System time (seconds): 0.00
Percent of CPU this job got: 6%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.32
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
The averages might be nice...
Maximum resident set size (kbytes): 0
But the maximum would allow any polling app to do its polling less often.
As well as the averages above...
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 320
Minor (reclaiming a frame) page faults: 21
Voluntary context switches: 0
How can you have voluntary context switches in a preemptive environment?
Involuntary context switches: 0
Swaps: 0
Counting swaps would be nice too.
File system inputs: 0
File system outputs: 0
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Yes, yes, yes.
Page size (bytes): 4096
Exit status: 100
One more thing:
$ cat /proc/meminfo
MemTotal: 320628 kB
MemFree: 5148 kB
Buffers: 8316 kB
Where'd shared go, and why didn't rmap start populating this value? It
should be there in the pte-chain lists...
Cached: 127140 kB
SwapCached: 0 kB
Active: 266212 kB
Inactive: 10608 kB
HighTotal: 0 kB
HighFree: 0 kB
Why is high(total|free) there in a non-highmem kernel? If this file were
more dynamic, then we wouldn't have apps that counted on the line number
instead of the first colum's value...
Ok, so that was two more... ;)
next prev parent reply other threads:[~2003-08-27 1:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-27 0:57 [PATCH] 2.6.0-test4 -- add context switch counters Peter Chubb
2003-08-27 1:18 ` Andrew Morton
2003-08-27 1:29 ` Mike Fedyk [this message]
2003-08-27 1:52 ` Peter Chubb
2003-08-27 7:16 ` William Lee Irwin III
2003-08-27 7:39 ` Peter Chubb
2003-08-27 7:51 ` William Lee Irwin III
2003-08-28 16:55 ` Mike Fedyk
2003-08-28 17:07 ` William Lee Irwin III
2003-08-28 17:09 ` William Lee Irwin III
2003-08-28 17:48 ` Mike Fedyk
2003-08-27 8:10 ` William Lee Irwin III
2003-08-27 1:50 ` Peter Chubb
2003-08-27 7:26 ` William Lee Irwin III
2003-11-18 1:18 ` William Lee Irwin III
2003-08-27 14:41 ` bert hubert
2003-08-27 6:54 ` William Lee Irwin III
2003-08-27 15:52 ` Larry McVoy
2003-08-27 16:01 ` William Lee Irwin III
2003-08-27 16:09 ` Larry McVoy
2003-08-27 17:57 ` 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=20030827012914.GB5280@matchmail.com \
--to=mfedyk@matchmail.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterc@gelato.unsw.edu.au \
/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