vovsim getsummary
From the database of all jobs (e.g. sq3/jobs.sq3), get a summary report with statistics on wait times, duration, etc. The time interval defined by the -start and -end options restrict the statistics to the jobs that have been SUBMITTED in the given interval.
vovsim_getsummary: Usage Message
DESCRIPTION:
From the database of all jobs (e.g. sq3/jobs.sq3), get a summary report
with statistics on wait times, duration, etc. The time interval defined
by the -start and -end options restrict the statistics to the jobs that
have been SUBMITTED in the given interval.
SYNOPSIS:
% vovsim_getsummary [OPTIONS]
OPTIONS:
-db <DBNAME> -- Specify DB (defaults to \$SWD/sq3/jobs.sq3))
-all -- Get all jobs (no need to specify -start
and -end)
-start <STARTTIME> -- Specify start time
-end <ENDTIME> -- Specify end time
-out <SUMMARYFILE> -- Specify output file
-hostwaves -- Generate the host waves + gif. (expensive)
-v -- Increase verbosity
-q -- Quiet verbosity
EXAMPLES:
% vovsim_getsummary -start 20070801T000000 -end 20070901T000000
-out m200708.sum
% vovsim_getsummary -start 1-jan-2007 -end 1-apr-2007 -out q20071.sum
% vovsim_getsummary -all -db jobs.sq3 -out all.sum