final class BufferPool (View source)

Methods

__construct(string $innodbPageSize, string $pagesData, string $pagesDirty, string $pagesFlushed, string $pagesFree, string $pagesMisc, string $pagesTotal, string $readRequests, string $reads, string $waitFree, string $writeRequests, string|null $pagesLatched)

No description

static BufferPool
fromResult(array $result)

No description

Details

__construct(string $innodbPageSize, string $pagesData, string $pagesDirty, string $pagesFlushed, string $pagesFree, string $pagesMisc, string $pagesTotal, string $readRequests, string $reads, string $waitFree, string $writeRequests, string|null $pagesLatched)

No description

Parameters

string $innodbPageSize Innodb_page_size
string $pagesData Innodb_buffer_pool_pages_data
string $pagesDirty Innodb_buffer_pool_pages_dirty
string $pagesFlushed Innodb_buffer_pool_pages_flushed
string $pagesFree Innodb_buffer_pool_pages_free
string $pagesMisc Innodb_buffer_pool_pages_misc
string $pagesTotal Innodb_buffer_pool_pages_total
string $readRequests Innodb_buffer_pool_read_requests
string $reads Innodb_buffer_pool_reads
string $waitFree Innodb_buffer_pool_wait_free
string $writeRequests Innodb_buffer_pool_write_requests
string|null $pagesLatched Innodb_buffer_pool_pages_latched

static BufferPool fromResult(array $result)

No description

Parameters

array $result

Return Value

BufferPool