X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-readahead-replay.service.xml;h=a00f7e589b2a288e5dda1c0bf6f991e8a67da9bc;hb=74d005783e355acc784d123024e33bbb66ef9ef1;hp=e37b1a9edff9dd9c653ea539251cf753a42e37cf;hpb=56a379a97e91380630653b85e5cb3612bf22ecf4;p=elogind.git diff --git a/man/systemd-readahead-replay.service.xml b/man/systemd-readahead-replay.service.xml index e37b1a9ed..a00f7e589 100644 --- a/man/systemd-readahead-replay.service.xml +++ b/man/systemd-readahead-replay.service.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + systemd-readahead-replay.service @@ -48,7 +48,7 @@ systemd-readahead-done.service systemd-readahead-done.timer systemd-readahead - systemd Disk Read Ahead Logic + Disk read ahead logic @@ -56,7 +56,12 @@ systemd-readahead-collect.service systemd-readahead-done.service systemd-readahead-done.timer - /usr/lib/systemd/systemd-readahead + + /usr/lib/systemd/systemd-readahead/systemd-readahead + OPTIONS + COMMAND + DIRECTORY | FILE + @@ -85,7 +90,7 @@ and systemd-readahead-replay.service are activated at boot so that access patterns from the - preceeding boot are replayed and new data collected + preceding boot are replayed and new data collected for the subsequent boot. However, on read-only media where the collected data cannot be stored it might be a good idea to disable @@ -103,6 +108,95 @@ optimize subsequent boot times. + + Options + + systemd-readahead understands + the following options: + + + + + + + Prints a short help text + and exits. + + + + + + Maximum number of + files to read ahead. Only valid + for thes collect + command. + + + + + + Maximum size of files + (in bytes) to read ahead. Only valid + for the collect + and replay + commands. + + + + + + Maximum time (in usec) + to to spend collecting data. Only valid + for the collect + command. + + + + + + + Commands + + The following commands are understood by + systemd-readahead: + + collect + [DIRECTORY] + + Collect read-ahead data on + early boot. When terminating it will + write out a pack file to the indicated + directory containing the read-ahead + data. + + + + + replay + [DIRECTORY] + + Perform read-ahead on the + specified directory tree. + + + + + analyze + [FILE] + + Dumps the content of the + read-ahead pack file to the + terminal. The output lists + approximately for each file + how much will be read-ahead by + the replay + command. + + + + + + See Also