vovsql_load_jobs
Load job-logs into the SQL database. Useful also to merge the data from multiple sites (or multiple clusters). The name of the site should preferably be short.
vovsql_load_jobs: Usage Message
DESCRIPTION:
Load job-logs into the SQL database. Useful also to merge
the data from multiple sites (or multiple clusters).
The name of the site should preferably be short.
USAGE:
% vovsql_load_jobs [OPTIONS] <listOfJobsLogs>
OPTIONS:
-db -- Override DB selection
-force -- Force loading of log files
-site <NAME> -- Specify a name of a site
-notools -- Disable processing of toolnames.
The toolname is normally the tail of the first
argument of a command. In some sites, the tools
are auto-generated and are unique for each
command, so that they have no meaning but cause
a tremendous overhead.
-v -- Increase verbosity
-q -- Quiet verbosity
EXAMPLES:
% vovsql_load_jobs ./jobs/2009*
% vovsql_load_jobs -site rome ./jobs/2009*
% vovsql_load_jobs -db ./jobs.sq3 jobs.log
% vovsql_load_jobs -notools jobs.log