[ale] Kernel Parameters

Chris Ricker kaboom at gatech.edu
Tue Apr 13 10:06:41 EDT 1999


On Tue, 13 Apr 1999, Wandered Inn wrote:

> Along these same lines, there was a tool on SVR4 UNIX that would display
> all the kernel tunable values.  Does such an animal exist for Linux? 
> That would be a bit easier than parsing through the source code...

Many of them are tunable via /proc.

eg,

cat /proc/foo/bar

to read it, and

echo "baz" > /proc/foo/bar

to change it.  But there's no integrated tool to see and change everything
beyond that.  If you're bored, writing one would be a good way to gain Linux
fame ;-).

For example, shmmax can be tuned like this.  Look at /proc/sys/kernel/shmmax
(at least with 2.2).

later,
chris

--
Chris Ricker                                               kaboom at gatech.edu
                                                  chris.ricker at m.cc.utah.edu






More information about the Ale mailing list