debian man page for systune

Query: systune

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYSTUNE(8)							 Debian GNU/Linux							SYSTUNE(8)

NAME
systune - Kernel tuning through the /proc filesystem.
SYNOPSIS
systune [ -c, --config configfile ] [ -h, --help ] [ -v, --verbose ]
DESCRIPTION
This program writes kernel parameters, previously saved in a configuration file, to the /proc filesystem. This enables kernel performance to be adjusted without recompiling the kernel.
OPTIONS
-c, --config configfile Specify an alternative config file. The default is /etc/systune.conf -h, --help Print a short explanation of syntax to standard output. -v, --verbose Verbose mode: cause non-existent paths in the configuration to generate error output to standard error. Without this option, erro- neous paths are discarded silently.
CONFIGURATION FILE FORMAT
Each definition takes a single line, in the form path:definition, where path must begin with /proc/sys/. Paths beginning with any other sequence are silently ignored. Comments are introduced by the character #. The whole line from the # character onwards is discarded, together with any whitespace immedi- ately preceding it. Blank lines are ignored.
FILES
/etc/systune.conf A file with saved kernel parameters. It is possible to generate this file with the systunedump (8) command.
SEE ALSO
systunedump(8).
AUTHOR
Piotr Roszatycki <dexter@debian.org>.
THANKS
Daniel Podlejski, Oliver Elphick. Debian Project 20 Apr 1999 SYSTUNE(8)
Related Man Pages
gitit(1) - debian
psadwatchd(8) - debian
systune(8) - debian
mk_kernel(1m) - hpux
psadwatchd(8) - centos
Similar Topics in the Unix Linux Community
Linux Kernel configuration (laptop)
Question about /proc/acpi (Debian 7.2 w/ 3.2.0-4-686-pae kernel)