ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/util/scripts/sumstapestat.pl
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.20 - (view) (annotate) - [select for diffs]
Thu Aug 1 15:39:39 2013 UTC (10 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: Ver_8-1, Ver_8-2
Changes since 1.19: +478 -475 lines
Diff to previous 1.19
Remove perl switch statement - the new ActivePerl installation does not support it.

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Jul 31 23:44:27 2013 UTC (10 years, 1 month ago) by arta
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
Update the exe path for ActiveState updates.

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Feb 3 15:58:58 2012 UTC (11 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: Ver_6-2, Ver_6-3, Ver_6-4, Ver_7-0, Ver_7-1, Ver_8-0
Changes since 1.17: +6 -5 lines
Diff to previous 1.17
Modify the delete-pending queries to be inline with Jims sumlookgroup.pl script when run with its -FULL flag turned off.

Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Apr 17 21:53:32 2011 UTC (12 years, 5 months ago) by arta
Branch: MAIN
CVS Tags: Ver_5-13, Ver_5-14, Ver_6-0, Ver_6-1
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
remove debug flag

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.14 - (view) (annotate) - [select for diffs]
Sun Apr 17 21:00:48 2011 UTC (12 years, 5 months ago) by arta
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
remove the debug flag

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.7 - (view) (annotate) - [select for diffs]
Fri Mar 25 00:26:30 2011 UTC (12 years, 6 months ago) by arta
Branch: MAIN
Changes since 1.6: +56 -68 lines
Diff to previous 1.6
Clean up a bit.

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.

Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Mar 18 21:01:01 2011 UTC (12 years, 6 months ago) by arta
Branch: MAIN
Initial submission.

Convenience Links

Links to HEAD: (view) (annotate) Links to Ver_8-10: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a