Как мне использовать утилиту time
чтобы показать количество незначительных ошибок на странице?
1 ответ
1
Согласно справочной странице для time
:
%R Number of minor, or recoverable, page faults. These are faults
for pages that are not valid but which have not yet been claimed
by other virtual pages. Thus the data in the page is still
valid but the system tables must be updated.
а также
-f FORMAT, --format=FORMAT
Specify output format, possibly overriding the format specified
in the environment variable TIME.
Таким образом:
time -f %R command