26efd8d58625376a6f5f5304697c167db5870dcb chmalee Mon Jun 2 14:59:16 2025 -0700 Adding some missing track counting cronjob scripts to the source tree so qateam can start running them, refs Lou email diff --git src/hg/logCrawl/trackCounts/README src/hg/logCrawl/trackCounts/README new file mode 100644 index 00000000000..4b3dc675889 --- /dev/null +++ src/hg/logCrawl/trackCounts/README @@ -0,0 +1,11 @@ +This directory is for tallying track counts given a specific date range. + +The runCountByDate.sh relies upon pre-trimmed apache logs, and tallies up +track counts. It should be run as a cronjob, for example: +43 9 * * tue /path/to/runCountByDate.sh -c 2>/path/to/save/cron.stderr + +The trimmed logs are controlled by the scripts in ../trimLogs, and ran by qateam. + +The makeUsageReport script is meant to be run manually and can give you track +or database usage counts over a specific time period. Run with no options for +a help message.