Open CAS Framework
Open source framework of Cache Acceleration Software
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
ocf_stats_errors Struct Reference

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
 

Detailed Description

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 ║
╚════════════════════╧═══════╧═════╧══════════╝

The documentation for this struct was generated from the following file: