diff options
author | David Howells <dhowells@redhat.com> | 2009-11-19 13:11:08 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-11-19 13:11:08 -0500 |
commit | 52bd75fdb135d6133d878ae60c6e7e3f4ebc1cfc (patch) | |
tree | 4fad4fa37ce533c520a4575e5b7df90e19c6a666 /Documentation/filesystems/caching | |
parent | 4fbf4291aa15926cd4fdca0ffe9122e89d0459db (diff) |
FS-Cache: Add counters for entry/exit to/from cache operation functions
Count entries to and exits from cache operation table functions. Maintain
these as a single counter that's added to or removed from as appropriate.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'Documentation/filesystems/caching')
-rw-r--r-- | Documentation/filesystems/caching/fscache.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/filesystems/caching/fscache.txt b/Documentation/filesystems/caching/fscache.txt index cac09e11ca30..b6c32c080ab1 100644 --- a/Documentation/filesystems/caching/fscache.txt +++ b/Documentation/filesystems/caching/fscache.txt | |||
@@ -274,6 +274,22 @@ proc files. | |||
274 | dfr=N Number of async ops queued for deferred release | 274 | dfr=N Number of async ops queued for deferred release |
275 | rel=N Number of async ops released | 275 | rel=N Number of async ops released |
276 | gc=N Number of deferred-release async ops garbage collected | 276 | gc=N Number of deferred-release async ops garbage collected |
277 | CacheOp alo=N Number of in-progress alloc_object() cache ops | ||
278 | luo=N Number of in-progress lookup_object() cache ops | ||
279 | luc=N Number of in-progress lookup_complete() cache ops | ||
280 | gro=N Number of in-progress grab_object() cache ops | ||
281 | upo=N Number of in-progress update_object() cache ops | ||
282 | dro=N Number of in-progress drop_object() cache ops | ||
283 | pto=N Number of in-progress put_object() cache ops | ||
284 | syn=N Number of in-progress sync_cache() cache ops | ||
285 | atc=N Number of in-progress attr_changed() cache ops | ||
286 | rap=N Number of in-progress read_or_alloc_page() cache ops | ||
287 | ras=N Number of in-progress read_or_alloc_pages() cache ops | ||
288 | alp=N Number of in-progress allocate_page() cache ops | ||
289 | als=N Number of in-progress allocate_pages() cache ops | ||
290 | wrp=N Number of in-progress write_page() cache ops | ||
291 | ucp=N Number of in-progress uncache_page() cache ops | ||
292 | dsp=N Number of in-progress dissociate_pages() cache ops | ||
277 | 293 | ||
278 | 294 | ||
279 | (*) /proc/fs/fscache/histogram | 295 | (*) /proc/fs/fscache/histogram |