search for: stats_cache_hit_count

Displaying 1 result from an estimated 1 matches for "stats_cache_hit_count".

2009 Apr 29
0
Mail statistics
..._attr_lookup_count; /* number of files we've opened and read */ unsigned long stats_files_read_count; /* number of bytes we've had to read from files */ unsigned long long stats_files_read_bytes; /* number of cache lookup hits */ unsigned long stats_cache_hit_count; So it's possible to write a plugin that does whatever with those values. You can get them per-command or even per-single-mail-access. Any thoughts on if those are good variables? Like would it be useful to split dentry lookups to opens and stats? -------------- next part -------------- A non...