Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Oracle::Trace 1.06

    Download button

    No screenshots available
    Downloads: 766  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Richard Foley | More programs
    Perl Artistic License / FREE
    April 25th, 2007, 21:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Oracle::Trace description

    Oracle::Trace is a Perl Module for parsing Oracle Trace files.

    Oracle::Trace is a Perl Module for parsing Oracle Trace files.

    SYNOPSIS

    use Oracle::Trace;

    print Oracle::Trace->new($tracefilename)->parse->test_report;

    Currently the parsing and statistics are very rudimentary, and in certain matters may be fundamentally flawed - you have been warned! Expect this to improve as further development takes place.

    new

    Create a new object for a given Orace Trace file.
    my $o_trc = Oracle::Trace->new($tracefile);

    init

    Initialise the object (check the tracefile).
    $o_trc->init.

    opentracefile

    Perform basic exists/read/etc. checks on given tracefile.
    Returns object or undef.
    $o_trc = $o_trc->checkfile($tfile);

    header

    Return the Header object.
    my $o_hdr = $o_trc->header;

    entries

    Return Entry objects which comply with given regex criteria.
    my @o_ents = $o_trc->entries('type'=>'EXEC #d+', 'key'=>dep, 'value'=>0);

    oids

    Return the unique object ids for the currently known Entryies
    my @oids = $o_trc->oids;

    footer

    Return the Footer object
    my $o_ftr = $o_trc->footer;

    test_report

    Return a simple test_report of the current object.
    print $o_trc->test_report('string');

    mini_report

    Return a simple string of descending order timings for the statements retrieved from the given objects.
    my $s_str = $o_trc->mini_report($i_max, @o_objs);

    Note that we use microsecond resolution for Oracle 9i and above and centisecond resolution otherwise

    Requirements:

    · Perl



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    parse trace files | Oracle trace | Perl module | Oracle::Trace | parsing | Oracle

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM