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

systunedump - Dumps /proc files for kernel tuning.

Author

       Piotr Roszatycki <dexter@debian.org>.

Description

       This  program  dumps elements of the /proc filesystem to standard output in a format which, if redirected
       to a file, can be used by the systune(8) utility.

       Common usage:

       systunedump>/etc/systune.confsystunedump--config/etc/systune.kernel20.dump>/etc/systune.kernel20.confsystunedump--config/dev/null--path/proc/sys/vm>/etc/systune.conf

Files

/etc/systune.dump
              A file containing a list of paths to dump.  Each pathname must begin with  /proc/sys/.   Comments,
              introduced  by #, can be included; the whole line from the comment character onwards is discarded,
              together with any whitespace immediately preceding it.

       The configuration file can be a file, such as /etc/systune.conf, that contains  previously  dumped  data;
       the definition part of each line, after and including the colon, is discarded.

Name

       systunedump - Dumps /proc files for kernel tuning.

Options

-c,--configconfigfile
              Specify an alternative configuration file.  The default is /etc/systune.dump-h,--help
              Print a short explanation of the command syntax.

       -p,--pathdumppath
              Add the specified path to any items already listed in the configuration file.  Items in  the  path
              must be separated by whitespace.  All items in the path must begin /proc/sys/.

       -v,--verbose
              Verbose  mode:  allow  non-existent  items in the path and configuration file to produce errors to
              standard error.  Without this option, erroneous paths are discarded silently.

See Also

systune(8).

Synopsis

systunedump [ -c,--configconfigfile ] [ -h,--help ] [ -p,--pathdumppath ] [ -v,--verbose ]

Thanks

       Daniel Podlejski, Oliver Elphick.

Debian Project                                     20 Apr 1999                                    SYSTUNEDUMP(8)

See Also