X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-readahead-replay.service.xml;h=a00f7e589b2a288e5dda1c0bf6f991e8a67da9bc;hb=a432cb691ca3c1e18b012cb8e9f6e5654b3652a2;hp=b56fdb81000f1ba744441fb629a76e84fa7735c5;hpb=49f43d5f91a99b23f745726aa351d8f159774357;p=elogind.git diff --git a/man/systemd-readahead-replay.service.xml b/man/systemd-readahead-replay.service.xml index b56fdb810..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 + @@ -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