catalog_history_filter(1)

NAME

catalog_history_filter - command line tool that filters streamed data from catalog_history_select, but keeps the format the same.

SYNOPSIS

catalog_history_filter [options] [filters]

DESCRIPTION

catalog_history_filter is a tool to reduce the amount of data returned by catalog_history_select. The arguments define which history results should be output and which should be ignored...

OPTIONS

-static Default: All filters should operate on static variables. A given series is included if the initialization fields match any filter, otherwise it can be ignored.
-dynamic All filters should operate on dynamic variables. A given series is assumed to be included unless it matches an argument, and at that point it can be ignored. This can consume a lot of memory.

ARGUMENTS

filters Any number of arguments of the form with no spaces in between such as: type=wq_master.

EXAMPLES

To include wq_master or chirp history data:
% catalog_history_filter type=wq_master type=chirp
To include only wq_master history running version 3.7.3:
% catalog_history_filter type=wq_master | catalog_history_filter version=3.7.3
To ignore any series which reports, at any point, less than 100000 for the field \'memory_avail\':
% catalog_history_filter -dynamic memory_avail<100000
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_select(1)
  • catalog_history_plot(1)

  • CCTools 4.2.3 released on 08/26/2014