#!/usr/local/bin/perl
# 
# $Header: spacePurge.pl 26-jun-2003.01:41:04 jochen Exp $
#
# spacePurge.pl
# 
# Copyright (c) 2003, Oracle Corporation.  All rights reserved.  
#
#    NAME
#      spacePurge.pl - Space Advisor purge trigger script
#
#    DESCRIPTION
#      Creates a result line consisting of the string passed in.
#
#    NOTES
#      <other useful comments, qualifications, etc.>
#
#    MODIFIED   (MM/DD/YY)
#    jochen      06/26/03 - Add tracing
#    abodge      04/29/03 - abodge_add_settings_metrics
#    abodge      04/16/03 - Creation
# 
require "emd_common.pl";

my $metricName = $ARGV[0];
print "em_result=$metricName\n";
EMD_PERL_DEBUG($metricName . "\n");
