cachefsstat - Cache File System statistics
/usr/bin/cachefsstat [-z] [path]...
The cachefsstat command displays statistical information about the cache file system mounted on path. The statistical information includes cache hits and misses, consistency checking, and modification operations. If path is not specified, all mounted cache file systems are used.
cachefsstat can also be used to reinitialize this information (see -z option).
The statistical information has the following format:
<cache hit rate> <consistency checks> <modifies>
where:
hit rate
consistency checks
modifies
The following option is supported:
-z
See largefile(5) for the description of the behavior of cachefsstat when encountering files greater than or equal to 2 Gbyte (2^31 bytes).
Example 1 Using cachefsstat
The following example shows the cachefsstat command run on file system /test:
example# cachefsstat /test /test cache hit rate: 100% (0 hits, 0 misses) consistency checks: 0 (0 pass, 0 fail) modifies: 0 garbage collection: 0
The following exit values are returned:
0
non-zero
See attributes(5) for descriptions of the following attributes:
|
cachefslog(1M), cachefswssize(1M), cfsadmin(1M), attributes(5), largefile(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |