logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

systune - Kernel tuning through the /proc filesystem.

Author

       Piotr Roszatycki <dexter@debian.org>.

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 immediately preceding it.

       Blank lines are ignored.

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.

Files

/etc/systune.conf
              A file with saved kernel parameters. It is possible to generate this file with the systunedump(8)
              command.

Name

       systune - Kernel tuning through the /proc filesystem.

Options

-c,--configconfigfile
              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, erroneous paths are discarded silently.

See Also

systunedump(8).

Synopsis

systune [ -c,--configconfigfile ] [ -h,--help ] [ -v,--verbose ]

Thanks

       Daniel Podlejski, Oliver Elphick.

Debian Project                                     20 Apr 1999                                        SYSTUNE(8)

See Also