Maven migration (first draft)

This commit is contained in:
Graham Triggs 2015-11-19 23:47:41 +00:00
parent da79ac3e1d
commit fee48b0b50
1711 changed files with 662 additions and 0 deletions

View file

@ -0,0 +1,16 @@
Ruby scripts for analyzing the SPARQL queries that were written to the log by RDFServiceLogger.
Run VIVO, enable logging of SPARQL queries, through the Developer panel, load the page of interest.
Then, run the script to summarize the results.
Run it like this:
./scan_query_times.rb partitions /Users/jeb228/Development/Performance/Weill/tomcat/logs/vivo.all.log overlap unmatched
where:
"partitions" is the file that defines how the timings will be broken down. Check the "partitions"
file in this directory for an example
"......vivo.all.log" is the VIVO log file to be analyzed.
"overlap" is the file where the queries are written to, if they match more than one criterion.
"unmatched" is the file where queries are written if they match no criteria.
Read the comments in scan_query_times.rb for more information.