preload --version (return code: 0)
preload 0.6.4
Copyright (C) 2005,2006,2007,2008 Behdad Esfahbod.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Behdad Esfahbod <behdad@gnu.org>
preload --help (return code: 0)
Usage: preload [OPTION]...
preload is an adaptive readahead daemon that prefetches files mapped by
applications from the disk to reduce application startup time.
-h, --help Display this information and exit.
-v, --version Display version information and exit.
-c, --conffile Set configuration file. Empty string means no conf file.
(default is /etc/preload.conf)
-s, --statefile Set state file to load/save. Empty string means no state.
(default is /var/lib/preload/preload.state)
-l, --logfile Set log file. Empty string means to log to stderr.
(default is /var/log/preload.log)
-f, --foreground Run in foreground, do not daemonize.
-n, --nice Nice level.
(default is 15)
-V, --verbose Set the verbosity level. Levels 0 to 10 are recognized.
(default is 4)
-d, --debug Debug mode: --logfile '' --foreground --verbose 9
Report bugs to <http://preload.sf.net/bug>