mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +02:00
docs: event counter updates after readahead sanity improvements
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
e78e05e212
commit
088cbc951a
@ -264,7 +264,9 @@ readahead
|
|||||||
|
|
||||||
The `readahead` event group consists of events related to calls to `posix_fadvise`.
|
The `readahead` event group consists of events related to calls to `posix_fadvise`.
|
||||||
|
|
||||||
* `readahead_ms`: Total time spent running `posix_fadvise(..., POSIX_FADV_WILLNEED)` aka `readahead()`.
|
* `readahead_clear`: Number of times the duplicate read cache was cleared.
|
||||||
|
* `readahead_skip`: Number of times a duplicate read was identified in the cache and skipped.
|
||||||
|
* `readahead_ms`: Total time spent emulating readahead in user-space (kernel readahead is not measured).
|
||||||
* `readahead_unread_ms`: Total time spent running `posix_fadvise(..., POSIX_FADV_DONTNEED)`.
|
* `readahead_unread_ms`: Total time spent running `posix_fadvise(..., POSIX_FADV_DONTNEED)`.
|
||||||
|
|
||||||
replacedst
|
replacedst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user