This is a set of script to create a MySQL database for storing
the results of multiple reaim runs, and script to 
parse and graph the resulting data.

Very much a work in progress - and depends a lot on STP right now

Scripts so far:
----------------------------------------------------------
parse_detail.pl - for the 'request-details' file

INPUTS -infile < Full path/request-details > 
	-outfile < Full path/name of sql file >
	-db_config < location of Config::Simple w/db info >

If '-db_config' exists, the program will attempt to insert in the db.
The output file will be a series of SQL statements, which can be run
stand-alone to insert
----------------------------------------------------------
parse_run_data.pl 

Munges the .csv files generated by a reaim run. 

INPUTS -infile < Full Path/name - csv file >
	-outfile < Full Path/name of sql file >
	-db_config < location of Config::Simple file w/db info >
	-stp_id < Run Number >
	-pass < 1, 2,3 - for multiple passes on one test >
	-run < run type ( "max", "quick" ) >

-------------------------------
once you have a databse, you can use:
---------------------------
./reaim_db_parser.pl
Usage: Must specify all of:
 outfile ( -out )
  Number of CPUS ( -cpu )
   Workload type ( -load )

 You can compare one or all of(comma-separated list):
 Kernel Name(s) ( -kernel )
 PLM ID(s) ( -plm )
 STP Run ID(s) ( -run )

 ---------------
cliffw

