Queue::Q4M::Status - A Q4M Status Object


Queue-Q4M documentation  | view source Contained in the Queue-Q4M distribution.

Index


NAME

Top

Queue::Q4M::Status - A Q4M Status Object

SYNPSIS

Top

  my $q4m = Queue::Q4M->connect(...);
  my $status = $q4m->status;

  print "rows written: ", $status->rows_written, "\n";

DESCRIPTION

Top

For a list of possible attributes (such as rows_written) please see the actual q4m manual. This module will parse the output of

  SHOW ENGINE QUEUE STATUS

and generates accessors for these attributes automatically

METHODS

Top

fetch($dbh)

Given a database handle, creates a Queue::Q4M::Status instance


Queue-Q4M documentation  | view source Contained in the Queue-Q4M distribution.