Drizzled Public API Documentation

buf_buddy_stat_struct Struct Reference

#include <buf0buf.h>

Public Attributes

ulint used
 
ib_uint64_t relocated
 
ib_uint64_t relocated_usec
 

Detailed Description

Statistics of buddy blocks of a given size.

Definition at line 1520 of file buf0buf.h.

Member Data Documentation

ib_uint64_t buf_buddy_stat_struct::relocated

Number of blocks relocated by the buddy system.

Definition at line 1524 of file buf0buf.h.

ib_uint64_t buf_buddy_stat_struct::relocated_usec

Total duration of block relocations, in microseconds.

Definition at line 1526 of file buf0buf.h.

ulint buf_buddy_stat_struct::used

Number of blocks allocated from the buddy system.

Definition at line 1522 of file buf0buf.h.


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