Thank you Jason - you have saved the day for a Linux ignoramus.  I am
downloading the source RPM as we speak (err...type), and will dig through it
as soon as it is installed.

I cannot guarantee that all my fishing endeavors will be a success now, but
I should at least be able to come up with a good fish story ;-).  Thanx
again,

Cheers,
Jason

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jason Dixon
Sent: Tuesday, September 16, 2003 3:15 PM
To: Red Hat Mailing List
Subject: Re: <OT?> Kernel Tuning


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.  ;-)

--
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


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


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

Reply via email to