# Copyright Yves Dorfsman 2006. # # version: 0.001 - 2006/03/19 # This is a very early very crude version. I will finish it, but I have a need # to extract data very soon.... # extrallator is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License.
# extrallator is a simple perl script used to extract one column from a list # of files that were produced by an Orca (http://orcaware.com/orca) data # gatherer such as orcallator, procallator or winallator. # # syntax for now is: # extrallator column_name list_of_files [file [directory]] # # eg: extrallator 'mem_used%' /var/orca/procallator/ginette # # Assumptions: # -the columns name are on the first line # -the file extensions are correct (gz = gziped etc...) # -.gz ==> gzip'ed, .bz2 ==> bzip2'd # -gzip and bzip2 are in the path