The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Presenter::Dbt2 - Perl module to parse output files from a DBT-2 test run.

SYNOPSIS

 use Test::Presenter::Dbt2;

 my $parser = new Test::Presenter::Dbt2;
 $parser->parse($text);

DESCRIPTION

This module transforms DBT-2 output into a hash that can be used to generate XML.

FUNCTIONS

Also see Test::Presenter for functions available from the base class.

new()

Creates a new Test::Presenter::Dbt2 instance. Also calls the Test::Presenter base class' new() routine. Takes no arguments.

set_devices()

Set the devices devices used for iostat analysis.

to_html()

Create HTML pages.

image_check()

Returns an HTML href a file exists.

AUTHOR

Mark Wong <markwkm@gmail.com>

COPYRIGHT

Copyright (C) 2006-2008 Mark Wong & Open Source Development Labs, Inc. All Rights Reserved.

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Test::Presenter

1 POD Error

The following errors were encountered while parsing the POD:

Around line 685:

'=end' without a target?