WiscDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | Public Attributes
wiscdb::BufferStats Struct Reference

Class to maintain statistics of buffer usage. More...

#include <buffer.h>

List of all members.

Public Member Functions

void clear ()
 BufferStats ()

Public Attributes

int accesses
int diskreads
int diskwrites

Detailed Description

Class to maintain statistics of buffer usage.

Definition at line 92 of file buffer.h.


Constructor & Destructor Documentation

Constructor of BufferStats class

Definition at line 120 of file buffer.h.


Member Function Documentation

void wiscdb::BufferStats::clear ( ) [inline]

Clear all values

Definition at line 112 of file buffer.h.


Member Data Documentation

Total number of accesses to buffer pool

Definition at line 97 of file buffer.h.

Number of pages read from disk (including allocs)

Definition at line 102 of file buffer.h.

Number of pages written back to disk

Definition at line 107 of file buffer.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends