File: systunedump.8

package info (click to toggle)
systune 0.5.3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 132 kB
  • ctags: 39
  • sloc: perl: 1,330; sh: 128; makefile: 15
file content (80 lines) | stat: -rw-r--r-- 2,021 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.\" Manual 1999 by Piotr Roszatycki
.\" Hey Emacs! This file is -*- nroff -*- source.
.TH SYSTUNEDUMP 8 "20 Apr 1999" "Debian Project" "Debian GNU/Linux"

.SH NAME
systunedump \- Dumps /proc files for kernel tuning.

.SH SYNOPSIS
.B systunedump
[
.BI \-c, \-\-config " configfile
] [
.BI "\-h, \-\-help"
] [
.BI "-p, \-\-path " dumppath
] [
.BI "-v, \-\-verbose"
]

.SH 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 
.B systune(8)
utility.

Common usage:

.BI "systunedump > " /etc/systune.conf

.BI "systunedump \-\-config " /etc/systune.kernel20.dump " > "
.BI "/etc/systune.kernel20.conf"

.BI "systunedump \-\-config " /dev/null " \-\-path " /proc/sys/vm " > "
.BI "/etc/systune.conf"


.SH OPTIONS
.TP
.BI "\-c, \-\-config " configfile
Specify an alternative configuration file.  The default is
.I /etc/systune.dump
.
.TP
.BI "\-h, \-\-help"
Print a short explanation of the command syntax.
.TP
.BI "\-p, \-\-path " dumppath
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 
.BR /proc/sys/ .
.TP
.BI "\-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.

.SH FILES
.TP 
.I /etc/systune.dump
A file containing a list of paths to dump.  Each pathname must begin with
.BR /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. 
.PP
The configuration file can be a file, such as
.IR /etc/systune.conf ,
that contains previously dumped data; the definition part of each line, after
and including the colon, is discarded.

.SH SEE ALSO
.B systune (8).

.SH AUTHOR
Piotr Roszatycki <dexter@debian.org>.

.SH THANKS
Daniel Podlejski,
Oliver Elphick.