diff options
author | David Howells <dhowells@redhat.com> | 2015-02-25 08:21:15 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2015-04-02 09:28:53 -0400 |
commit | 03cdd0e4b9a98ae995b81cd8f58e992ec3f44ae2 (patch) | |
tree | 079c745fecdcf331840123b931a8602be6c37c1a /Documentation/filesystems | |
parent | 1339ec98e32b4bc8efb6fbb71c006a465130aaba (diff) |
FS-Cache: Count the number of initialised operations
Count and display through /proc/fs/fscache/stats the number of initialised
operations.
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Steve Dickson <steved@redhat.com>
Acked-by: Jeff Layton <jeff.layton@primarydata.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/caching/fscache.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/fscache.txt b/Documentation/filesystems/caching/fscache.txt index 66fa7fbccfa4..50f0a5757f48 100644 --- a/Documentation/filesystems/caching/fscache.txt +++ b/Documentation/filesystems/caching/fscache.txt | |||
@@ -284,8 +284,9 @@ proc files. | |||
284 | enq=N Number of times async ops queued for processing | 284 | enq=N Number of times async ops queued for processing |
285 | can=N Number of async ops cancelled | 285 | can=N Number of async ops cancelled |
286 | rej=N Number of async ops rejected due to object lookup/create failure | 286 | rej=N Number of async ops rejected due to object lookup/create failure |
287 | ini=N Number of async ops initialised | ||
287 | dfr=N Number of async ops queued for deferred release | 288 | dfr=N Number of async ops queued for deferred release |
288 | rel=N Number of async ops released | 289 | rel=N Number of async ops released (should equal ini=N when idle) |
289 | gc=N Number of deferred-release async ops garbage collected | 290 | gc=N Number of deferred-release async ops garbage collected |
290 | CacheOp alo=N Number of in-progress alloc_object() cache ops | 291 | CacheOp alo=N Number of in-progress alloc_object() cache ops |
291 | luo=N Number of in-progress lookup_object() cache ops | 292 | luo=N Number of in-progress lookup_object() cache ops |