Feature 1733 exc#1734
Merged
JohnHalleyGotway merged 8 commits intodevelopfrom feature_1733_excMar 29, 2021
+562-303
Commits
Commits on Mar 27, 2021
Per #1733, add column_exc_name, column_exc_val, init_exc_name, and init_exc_val options to the TCStat config files.
committedPer #1733, enhance tc_stat to support the column_exc and init_exc config file and job command filtering options.
committedPer #1733, update stat_analysis to support the -column_exc job filtering option. Still need to update docuementation and add unit tests.
committed- committed
- committed
Per #1733, I ran into a namespace conflict in tc_stat where -init_exc was used for to filter by time AND my string value. So I switched to using -init_str_exc instead. And made the corresponding ch…
committedPer #1733, tc_stat config file updates to switch from column_exc and init_exc to column_str_exc and init_str_exc.
committed- committed