View previous topic :: View next topic |
Author |
Message |
nocturna_gr Tux's lil' helper


Joined: 04 Oct 2004 Posts: 96 Location: Athens, Greece
|
Posted: Sat Jul 02, 2005 6:15 pm Post subject: see linux kernel internals |
|
|
Hi,
is there a way to see the internals, like queues, descriptor tables, etc of the kernel?
Also is there a way/program, which i can i use in order to watch the memory and how processes (kernel and user) are ditributed in there?
Thanks |
|
Back to top |
|
 |
kmj0377 Guru


Joined: 26 Sep 2003 Posts: 397
|
Posted: Sun Jul 03, 2005 9:04 am Post subject: |
|
|
What do you mean "see the internals"? The source? Of course Just look in your source tree.
I believe "top" should just about do what you want on the second question. |
|
Back to top |
|
 |
nocturna_gr Tux's lil' helper


Joined: 04 Oct 2004 Posts: 96 Location: Athens, Greece
|
Posted: Sun Jul 03, 2005 12:06 pm Post subject: |
|
|
Thanks kmj0377,
With internals i mean the queues (like the dispather queue) and the descriptor tables (process, file), while the system is running; what happens to these tables when a file/program is opened, etc; not the source code. |
|
Back to top |
|
 |
nephros Advocate


Joined: 07 Feb 2003 Posts: 2139 Location: Graz, Austria (Europe - no kangaroos.)
|
Posted: Mon Jul 04, 2005 2:19 pm Post subject: |
|
|
Does /proc/${PID}/* suffice? _________________ Please put [SOLVED] in your topic if you are a moron. |
|
Back to top |
|
 |
nocturna_gr Tux's lil' helper


Joined: 04 Oct 2004 Posts: 96 Location: Athens, Greece
|
Posted: Tue Jul 05, 2005 8:57 am Post subject: |
|
|
nephros wrote: | Does /proc/${PID}/* suffice? |
Thanks, but i don't think, that it is what i want- or it seems i don't know how to use it. Anyway, i will do some search around "/proc".  |
|
Back to top |
|
 |
|