public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: kernel profiling
@ 1999-07-26 19:59 Karim Yaghmour
  0 siblings, 0 replies; 14+ messages in thread
From: Karim Yaghmour @ 1999-07-26 19:59 UTC (permalink / raw)
  To: rjwalsh; +Cc: linux-kernel

On Thu, 8 Jul 1999, Robert Walsh wrote:

> We're currently profiling the kernel NFS daemon (the entire path from
> network to disk) using SPECsfs and other benchmarking mechanisms, and
> before I start working on a home-grown profiling mechanism I'd like to
> make sure I'm not reinventing the wheel.

You might want to check on the tool i've been working on, which enables
you to see exactly what if happening on your system at all times. It
would enable you to see what time is spent in kernel, what time is
spent in the rest of the system, and why.

Moreover, the mechanisms I use are easily extendable. Therefore, if
you find the information given insufficient, you can make the kernel
generate more information without modifying too many things.

You can find the Linux 
Trace Toolkit at the following address :

http://www.info.polymtl.ca/users/karym/www/trace/

The information on how to use it is there and so is some information
on how it works. If you need more info, don't hesitate to contact me
if you need more information.

Of course, it's all under GPL ...

Regards.

==============================================
              Karim Yaghmour
          karym@info.polymtl.ca
            Computer Engineer
      Ecole Polytechnique de Montreal
==============================================

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: KERNEL PROFILING
@ 2003-04-08 19:42 shesha bhushan
  2003-04-08 20:03 ` Randy.Dunlap
  0 siblings, 1 reply; 14+ messages in thread
From: shesha bhushan @ 2003-04-08 19:42 UTC (permalink / raw)
  To: rddunlap; +Cc: linux-kernel, kernelnewbies


Hi
If I use the command line option "profile=2" while booting the system, why 
/proc/profile file is not created? Should I have to create it manually?

Thanking You'
Shesha





>From: "Randy.Dunlap" <rddunlap@osdl.org>
>To: "shesha bhushan" <bhushan_vadulas@hotmail.com>
>CC: linux-kernel@vger.kernel.org, kernelnewbies@nl.linux.org
>Subject: Re: KERNEL PROFILING
>Date: Tue, 8 Apr 2003 08:01:55 -0700
>
>On Tue, 08 Apr 2003 07:58:54 +0000 "shesha bhushan" 
><bhushan_vadulas@hotmail.com> wrote:
>
>| HI ALL,
>|   I am trying to profile the linux kernel. Can any one suggest an easy 
>way
>| to do. Like, I wanted to see how much TCP is using CPU, how much of CPU 
>is
>| used in memcpy, etc.
>| Can any one please suggest me.
>
>Start with the file linux/Documentation/basic_profiling.txt
>(it's in Linux 2.5.66-or-so or later).
>
>It explains how to use oprofile and readprofile.
>
>You can read about oprofile at http://oprofile.sourceforge.net/ .
>
>You can read about basic in-kernel profiling using /proc/profile
>and readprofile via 'man readprofile'.  It's simple to use.
>
>--
>~Randy


_________________________________________________________________
Say it now. Say it online. http://www.msn.co.in/ecards/ Send e-cards to your 
love


^ permalink raw reply	[flat|nested] 14+ messages in thread
* KERNEL PROFILING
@ 2003-04-08  7:58 shesha bhushan
  2003-04-08 15:01 ` Randy.Dunlap
  0 siblings, 1 reply; 14+ messages in thread
From: shesha bhushan @ 2003-04-08  7:58 UTC (permalink / raw)
  To: linux-kernel, kernelnewbies

HI ALL,
  I am trying to profile the linux kernel. Can any one suggest an easy way 
to do. Like, I wanted to see how much TCP is using CPU, how much of CPU is 
used in memcpy, etc.
Can any one please suggest me.

Thanking You
Shesha

_________________________________________________________________
Say it now. Say it online. http://www.msn.co.in/ecards/ Send e-cards to your 
love


^ permalink raw reply	[flat|nested] 14+ messages in thread
* kernel profiling
@ 2003-02-06 16:22 Yours Lovingly
  0 siblings, 0 replies; 14+ messages in thread
From: Yours Lovingly @ 2003-02-06 16:22 UTC (permalink / raw)
  To: linux-kernel

hello, 
i m trying to use kernel profiling to study nfs client
cache performance in 2.4.18.
But unfortunately :
i turned on profiling on the kernel command line with
profile=2
but whenever i give a readprofile command, all i get
is a single line that goes like:
     0 total                 0.0000

1. please suggest a way to make readprofile work.
2. please suggest someother profiling mechanism that
could be of more help

thanks a lot

abhishek

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

^ permalink raw reply	[flat|nested] 14+ messages in thread
* kernel profiling
@ 2003-02-05 10:56 Yours Lovingly
  0 siblings, 0 replies; 14+ messages in thread
From: Yours Lovingly @ 2003-02-05 10:56 UTC (permalink / raw)
  To: linux-kernel

hello, 
i m trying to use kernel profiling to optimize nfs
cache performance in 2.4.18. But unfortunately i m
unable to access sgi's ftp site hosting kernprof.
But more unfortunately :
i turned on profiling on the kernel command line with
profile=2
but whenever i give a readprofile command, all i get
is a single line that goes like:
     0 total                 0.0000

1. please suggest a way to make readprofile work.
2. please suggest someother profiling mechanism that
could be of more help

thanks a lot

abhishek

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

^ permalink raw reply	[flat|nested] 14+ messages in thread
* kernel profiling
@ 2003-01-22  0:34 Hui_Ning
  2003-01-22 17:07 ` Hanna Linder
  0 siblings, 1 reply; 14+ messages in thread
From: Hui_Ning @ 2003-01-22  0:34 UTC (permalink / raw)
  To: linux-kernel


hi,

I am trying to do kernel profile using kernprof with the patch provided by
SGI on 2.4.18. I can't find the 2.95.3 gcc patch that must be used to
compile the kernel( the info on sgi's web site somehow is broken).  Does
anybody know where the patch is ? or any alternative I can use, like
a more stable gcc version without the need for a patch?

thanks for your help

hui


^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <3C8E5712.20E5E317@scali.com.suse.lists.linux.kernel>]
* Kernel profiling
@ 2002-03-12 19:29 Steffen Persvold
  2002-03-12 21:11 ` John Levon
  0 siblings, 1 reply; 14+ messages in thread
From: Steffen Persvold @ 2002-03-12 19:29 UTC (permalink / raw)
  To: lkml

List readers,

Is it possible to use the kernel profiling functionality to do profiling on loadable modules ? If
no, is there any other easy method ?

Regards,
-- 
  Steffen Persvold   | Scalable Linux Systems |   Try out the world's best
 mailto:sp@scali.com |  http://www.scali.com  | performing MPI implementation:
Tel: (+47) 2262 8950 |   Olaf Helsets vei 6   |      - ScaMPI 1.13.8 -
Fax: (+47) 2262 8951 |   N0621 Oslo, NORWAY   | >320MBytes/s and <4uS latency

^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <7m3tm8$7lvnt@fido.engr.sgi.com>]

end of thread, other threads:[~2003-04-08 20:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-26 19:59 kernel profiling Karim Yaghmour
  -- strict thread matches above, loose matches on Subject: below --
2003-04-08 19:42 KERNEL PROFILING shesha bhushan
2003-04-08 20:03 ` Randy.Dunlap
2003-04-08 20:53   ` Andy Pfiffer
2003-04-08  7:58 shesha bhushan
2003-04-08 15:01 ` Randy.Dunlap
2003-02-06 16:22 kernel profiling Yours Lovingly
2003-02-05 10:56 Yours Lovingly
2003-01-22  0:34 Hui_Ning
2003-01-22 17:07 ` Hanna Linder
     [not found] <3C8E5712.20E5E317@scali.com.suse.lists.linux.kernel>
2002-03-12 21:17 ` Kernel profiling Andi Kleen
2002-03-12 19:29 Steffen Persvold
2002-03-12 21:11 ` John Levon
     [not found] <7m3tm8$7lvnt@fido.engr.sgi.com>
1999-07-09 20:43 ` kernel profiling Dimitris Michailidis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox