apm_combine_yaml_stat_files¶
Description: Recurses through a directory to find all YAML stat files based on the supplied pattern and combine them into a single CSV file. This script assumes all stat files have the same set of values.
For usage information run: apm_combine_yaml_stat_files -h
Written By: Matthew stadelman
Date Written: 2017/02/12
Last Modfied: 2017/04/23
-
apmapflow.scripts.apm_combine_yaml_stat_files.determine_key_order(stat_file)[source]¶ reads the first file to determine key order
-
apmapflow.scripts.apm_combine_yaml_stat_files.main()[source]¶ Driver program to handles combining YAML stat files into a single CSV file.