1PRELOAD(8)              System Administration Utilities             PRELOAD(8)
2
3
4

NAME

6       preload - Adaptive readahead daemon
7

SYNOPSIS

9       preload [OPTION]...
10

DESCRIPTION

12       preload is an adaptive readahead daemon that prefetches files mapped by
13       applications from the disk to reduce application startup time.
14
15       -h, --help
16              Display command line parameters and their  default  values,  and
17              exit.
18
19       -v, --version
20              Display version information and exit.
21
22       -c, --conffile
23              Set  configuration  file.  Empty  string  means  no  conf  file.
24              (default is /etc/preload.conf)
25
26       -s, --statefile
27              Set state file  to  load/save.  Empty  string  means  no  state.
28              (default is /var/lib/preload/preload.state)
29
30       -l, --logfile
31              Set  log file. Empty string means to log to stderr.  (default is
32              /var/log/preload.log)
33
34       -f, --foreground
35              Run in foreground, do not daemonize.
36
37       -n, --nice
38              Nice level.  (default is 15)
39
40       -V, --verbose
41              Set the  verbosity  level.   Levels  0  to  10  are  recognized.
42              (default is 4)
43
44       -d, --debug
45              Debug mode: --logfile '' --foreground --verbose 9
46

SIGNALS

48       On  receipt of a SIGHUP, the daemon will close and reopen its log file,
49       and reread the configuratoin file.
50
51       On receipt of a SIGUSR1, the daemon dumps the currently loaded configu‐
52       ration into the log file.
53
54       On  receipt  of  a  SIGUSR2,  the daemon saves its state into the state
55       file.
56

AUTHOR

58       Written by Behdad Esfahbod <behdad@gnu.org>
59

REPORTING BUGS

61       Report bugs to <http://preload.sf.net/bug>
62
64       Copyright © 2005,2006,2007,2008 Behdad Esfahbod.
65       This is free software; see the source for copying conditions.  There is
66       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
67       PURPOSE.
68
69
70
71preload 0.6.4                      July 2009                        PRELOAD(8)
Impressum