public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [announce/OT] kerneltop ver. 0.7
@ 2004-05-24 23:20 Albert Cahalan
  0 siblings, 0 replies; 10+ messages in thread
From: Albert Cahalan @ 2004-05-24 23:20 UTC (permalink / raw)
  To: linux-kernel mailing list; +Cc: cef-lkml, rddunlap, wli

Cef writes:

> Might want to add support for /boot/System.map containing
> the version number (eg: /boot/System.map-`uname -r` ),
> if /boot/System.map doesn't exist, before  just dropping
> out with an error.

Please search for this data in a procps-like order:

$PS_SYSMAP
$PS_SYSTEM_MAP
** see note **
/boot/System.map-`uname -r`
/boot/System.map
/lib/modules/`uname -r`/System.map
/usr/src/linux/System.map
/System.map

Where I mark "see note" would be a good place to
try /proc/kallsyms or similar. Also, you should
give up if the user gave a bad environment variable
rather than using some undesired data source.



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [announce/OT] kerneltop ver. 0.7
@ 2004-05-24  4:50 Randy.Dunlap
  2004-05-24  5:31 ` William Lee Irwin III
  2004-05-24  5:53 ` Cef (LKML)
  0 siblings, 2 replies; 10+ messages in thread
From: Randy.Dunlap @ 2004-05-24  4:50 UTC (permalink / raw)
  To: lkml


just a little note about kerneltop...

'kerneltop' is similar to 'top', but shows only kernel function usage
(modules not included).

I have updated it a bit (now version 0.7) and made sure that it
works OK on Linux 2.6.x.

It's available here:
	http://www.xenotime.net/linux/kerneltop/

--
~Randy

changelog:
version 0.6 (never released/announced):
 * . add interactive keyboard inputs for l(ines), s(econds), t(icks),
 *   u(nsort), h(elp) or ?(help), q(uit)

version 0.7:
 * . make a difference in profile_lines and console_lines; they were
 *   the same, which caused some heading lines to scroll off the
 *   top of the console and make general garbage of the headings;
 * . reduce the fixed heading info by 2 lines (no version, no dash line);


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-05-27 19:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-24 23:20 [announce/OT] kerneltop ver. 0.7 Albert Cahalan
  -- strict thread matches above, loose matches on Subject: below --
2004-05-24  4:50 Randy.Dunlap
2004-05-24  5:31 ` William Lee Irwin III
2004-05-24  9:55   ` Cef (LKML)
2004-05-24 21:49     ` Randy.Dunlap
2004-05-24 21:47   ` Randy.Dunlap
2004-05-24  5:53 ` Cef (LKML)
2004-05-24  6:00   ` William Lee Irwin III
2004-05-24  7:18     ` Cef (LKML)
2004-05-25 19:12     ` Pavel Machek

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