Class Innodb::Stats
In: lib/innodb/stats.rb
Parent: Object

Collect stats globally within innodb_ruby for comparison purposes and for correctness checking.

Methods

data   get   increment   print_report   reset  

Public Class methods

Return the data hash directly.

Get a statistic by name.

Increment a statistic by name (typically a symbol), optionally by a value provided.

Print a simple report of collected statistics, optionally to the IO object provided, or by default to STDOUT.

Reset all statistics.

[Validate]