vovsim getpeakusage
vovsim_getpeakusage: Usage Message
DESCRIPTION:
Analyze database to determine peak SW resource usage, and place
output into "resmaps.stim.peak". Is useful when needing to create
an initial "resmap.stim" file for an LSF workload.
USAGE:
% vovsim_getpeakusage -db <DB> [-lsf] [-all | -start <TS> -finish <TS>]
[-v]
OPTIONS:
-db <DB> -- Specify input database
-lsf -- Specify that this is an LSF workload
(corresponding 'bqueues.out' must exist)
-all -- Process all jobs in DB (default)
-start <TS> -- Specify starting timestamp of jobs of interest
-finish <TS> -- Specify ending timestamp of jobs of interest
-v -- Verbose mode
EXAMPLES:
% vovsim_getpeakusage -db jobs.sq3 -all
% vovsim_getpeakusage -db jobs.sq3 -lsf -start 20090101 -finish 20090701