catalog_history_select(1)

NAME

catalog_history_select - command line tool that returns catalog history for a specified time period.

SYNOPSIS

catalog_history_select [source_directory] [starting_point] [ending_point_or_duration]

DESCRIPTION

catalog_history_select is a tool that returns the status (or checkpoint) for a specified start time, and all following log data until a specified end time. Datetimes are viewed as representative of local time...

ARGUMENTS

source_directory Expects a directory containing the catalog data sorted into sub-directories based on year.
starting_point Expects the start time to be a timestamp or date and time in the format YYYY-MM-DD-HH-MM-SS.
ending_point_or_duration Expects a timestamp, duration, or date and time of the same format YYYY-MM-DD-HH-MM-SS. The duration can be in seconds (+180 or s180), minutes (m45), hours (h8), days (d16), weeks (w3), or years (y2).

EXAMPLES

To show 1 week worth of history starting on 15 April 2013:
% catalog_history_select /data/catalog.history 2013-04-15-01-01-01 w1
To show all history after 1 March 2013:
% catalog_history_select /data/catalog.history 2013-03-01-01-01
To see full results using all catalog history tools:
% catalog_history_select /data/catalog.history/ 2013-04-15-01-01-01 w1 | catalog_history_filter type=wq_master | catalog_history_plot 3600 SUM.MIN@task_running SUM.AVG@task_running SUM.MAX@task_running

COPYRIGHT

The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2011 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

SEE ALSO

  • The Cooperative Computing Tools
  • Catalog History User's Manual
  • catalog_history_filter(1)
  • catalog_history_plot(1)

  • CCTools 4.1.4rc2 released on 03/25/2014