In the SPARQL query log analyzer, add GROUP statements to partitions.

This commit is contained in:
j2blake 2014-09-30 17:31:36 -04:00
parent 61fcd6f37b
commit 0ab6d244f5
2 changed files with 66 additions and 5 deletions

View file

@ -41,6 +41,11 @@ Partitioning expressions: parse the lines in the file
If a line begins with the word "QUERY ", then the remainder of the line
(trimmed) is a regular expression to be matched against the query text of
each log record.
If a line begins with the word "GROUP ", then the remainder of the line
(trimmed) is the text name of the group. All matchers that follow are
included in that named group, for summary output purposes. Matcher found
before the first GROUP line are in the unnamed group, as are any that
follow a GROUP line with no name.
Otherwise, abort.
--------------------------------------------------------------------------------