Commit graph

3 commits

Author SHA1 Message Date
Thomas Weißschuh
bb78a177cd fadvise: fix parsing of option -V 2022-12-28 04:52:15 +00:00
Masatake YAMATO
36697f4dd8 fadvice: delete a unused struct definition
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2022-10-18 05:12:23 +09:00
Masatake YAMATO
642e1c6994 fadvise: new command wrapping posix_fadvise
For measuring and monitoring the performance aspect of a command,
people may want to drop the page caches related to specified files.

In some cases, writing 1 to /proc/sys/vm/drop_caches is overkill.  The
fadvise command can be used for dropping page caches related to
specified files; the impact on a system is much smaller than
/proc/sys/vm/drop_caches.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2022-10-01 10:14:45 +09:00