#!/usr/bin/perl 
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# perf720 src/perf/cmdperft/usr/bin/topas/nmon.pl 1.11 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2011,2013 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 

system("/usr/bin/topas_nmon @ARGV");
if( $? != -1 )
{
exit($?>>8);
}
else
{
print STDERR "Failed to execute /usr/bin/topas_nmon.\n";
exit(-1);
}