Revision
1.21 -
(
view)
(
annotate)
-
[select for diffs]
Mon Feb 3 22:58:11 2014 UTC
(9 years, 7 months ago)
by
arta
Branch:
MAIN
CVS Tags:
HEAD,
Ver_8-10,
Ver_8-11,
Ver_8-12,
Ver_8-3,
Ver_8-4,
Ver_8-5,
Ver_8-6,
Ver_8-7,
Ver_8-8,
Ver_9-0,
Ver_9-1,
Ver_9-2,
Ver_9-3,
Ver_9-4,
Ver_9-41,
Ver_9-5,
Ver_LATEST
Changes since
1.20: +50 -19 lines
Diff to
previous 1.20
Add a new parameter that allows callers to specify a single tape group on which to collect usage statistics.
Revision
1.16 -
(
view)
(
annotate)
-
[select for diffs]
Sun Apr 17 21:48:59 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.15: +1 -1 lines
Diff to
previous 1.15
gensureports.pl will filter out irrelevant lines for report
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Sun Apr 17 21:20:18 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.14: +20 -2 lines
Diff to
previous 1.14
When sorting by group for a single metric, print only one column of data (for the one metric)
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Sun Apr 17 20:31:58 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.12: +86 -26 lines
Diff to
previous 1.12
When the caller specifies a metric other than all metrics, just print out the relevant metric column (not all columns)
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Mon Apr 11 15:58:26 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.11: +4 -4 lines
Diff to
previous 1.11
Print series names in mixed case (but still sort blind to case).
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Fri Apr 1 20:04:02 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.10: +151 -241 lines
Diff to
previous 1.10
This script now uses temporary tables in the database to facilitate sorting and grouping, instead of doing the sorting and grouping itself.
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 30 20:43:01 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.9: +1 -1 lines
Diff to
previous 1.9
Forgot to turn off debug flag before last commit.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 30 20:35:08 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.8: +84 -12 lines
Diff to
previous 1.8
Add a new parameter to the end of the parameter list, a single char. If this is provided, then it is used as a delimiter between columns that are printed.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 25 00:39:08 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.7: +24 -7 lines
Diff to
previous 1.7
Add support for grouping raw queries by group (then series)
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 24 18:55:55 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.5: +38 -30 lines
Diff to
previous 1.5
Fix bug where the counter of the number of elements in each of the data-element containers was not being reset at the beginning of each loop (over groups). Also, clean up - use the hash array of containers instead of the containers themselves.
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 24 17:37:12 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.4: +154 -84 lines
Diff to
previous 1.4
Disallow 'raw' queries that attempt to generate more than one metric
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 24 02:36:05 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.3: +424 -49 lines
Diff to
previous 1.3
Starting to add functionality for printing non-aggregated bytes (with sunum, sudir)
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 22 16:52:03 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.2: +132 -129 lines
Diff to
previous 1.2
Clean up - make new functions that contain redundant code.
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 22 15:33:29 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.1: +121 -20 lines
Diff to
previous 1.1
Handle grouping by groups within series name better.