InnoDB Plugin  1.0
Data Fields
buf_buddy_stat_t Struct Reference

#include <buf0buf.h>

Data Fields

ulint used
ib_uint64_t relocated
ib_uint64_t relocated_usec

Detailed Description

Statistics of buddy blocks of a given size.

Field Documentation

ib_uint64_t buf_buddy_stat_t::relocated

Number of blocks relocated by the buddy system.

ib_uint64_t buf_buddy_stat_t::relocated_usec

Total duration of block relocations, in microseconds.

ulint buf_buddy_stat_t::used

Number of blocks allocated from the buddy system.


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