open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
61 stars 47 forks source link

Add debugging options to the web interface #234

Open ompiteam opened 10 years ago

ompiteam commented 10 years ago

Various debugging options (see below) are easy to turn on in [source:/trunk/server/php/reporter.php the reporter], but are cumbersome to turn off because one needs to find them buried in the mile-long query string to manually change them.

{{{

!php

        "sql"            => "SQL",
        "cgi"            => "Display input selections",
        "stats"          => "Display query statistics",
        'debug'          => "Debug",
        'explain'        => 'Use EXPLAIN',
        'analyze'        => 'Use ANALYZE',
        'no_cache'       => 'Turn off SQL caching',
        'no_cookies'     => 'Turn off cookies',
        'dynamic_view'   => 'Create the SQL VIEW dynamically',
        'use_speedy'     => 'SELECT only FROM "speedy" TABLEs',
        'use_archive'    => 'SELECT only FROM "archive" TABLEs',

}}}

ompiteam commented 10 years ago

Imported from trac issue 233. Created by emallove on 2007-05-03T17:58:52, last modified: 2007-09-11T15:05:17