|
Open CAS Framework
Open source framework of Cache Acceleration Software
|
Errors statistics. More...
#include <ocf_stats.h>
Data Fields | |
| struct ocf_stat | core_volume_rd |
| struct ocf_stat | core_volume_wr |
| struct ocf_stat | core_volume_total |
| struct ocf_stat | cache_volume_rd |
| struct ocf_stat | cache_volume_wr |
| struct ocf_stat | cache_volume_total |
| struct ocf_stat | total |
Errors statistics.
An example of presenting statistics:
╔════════════════════╤═══════╤═════╤══════════╗ ║ Error statistics │ Count │ % │ Units ║ ╠════════════════════╪═══════╪═════╪══════════╣ ║ Cache read errors │ 0 │ 0.0 │ Requests ║ ║ Cache write errors │ 0 │ 0.0 │ Requests ║ ║ Cache total errors │ 0 │ 0.0 │ Requests ║ ╟────────────────────┼───────┼─────┼──────────╢ ║ Core read errors │ 0 │ 0.0 │ Requests ║ ║ Core write errors │ 0 │ 0.0 │ Requests ║ ║ Core total errors │ 0 │ 0.0 │ Requests ║ ╟────────────────────┼───────┼─────┼──────────╢ ║ Total errors │ 0 │ 0.0 │ Requests ║ ╚════════════════════╧═══════╧═════╧══════════╝
1.8.13