nice answer.. now thats what I like to see in mailing lists..

informative.. helpful.. but leads the OP to figure things out him/herself.. there should be more of this on mailing lists...

2p worth

Kel




Jason Dixon wrote:


On Tue, 2003-09-16 at 14:50, Jason Murray wrote:

I apologize - I think that this might be a little off topic, but I know that
a lot of you folks are Linux experts, and I was not sure where else to
turn...

I am trying to learn more about kernel tuning.  Right now, my specific
question is "what does the command echo "4 4 1 4" > /proc/sys/kernel/printk
do"?  I understand that (a) it writes the values "4 4 1 4" (without the "
marks) to the file /proc/sys/kernel/printk (b)which tunes certain kernel
parameters, but I have no idea what parameters it is tuning.  Having figured
out this much, I have googled on Linux kernel tuning and found a lot of
interesting articles on "how to tune parameter X"; however, I have not found
a definitive reference on all (or at least most) of the tunable parameters
and how to tune them.

Rather than ask someone to "give me a fish" by explaining just what the
.../printk file tunes, I thought I'd ask to be "taught how to fish", e.g.
for someone to nudge, push, shove me in the right direction.  Is there a
definitive reference on kernel tuning, and would someone be so kind as to
point me toward it?  Feel free to use the clue-by-four if necessary, but
please be gentle ;-).


/usr/src/linux-2.4/Documentation/filesystems/proc.txt

How did I find it?  First, I googled for your terms "linux kernel
parameters proc printk", which led me to this post:
http://www.ussg.iu.edu/hypermail/linux/kernel/0304.1/0922.html

I noticed that the diff refers back to the Documentation directory under
the kernel source.  Doing a recursive grep for some of those terms
(particularly printk) and piping it through your pager will reveal some
good sources.  When I ran across "The four values in printk denote", I
knew I'd struck gold.

Hope this helps your future fishing endeavors. ;-)




-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to