-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ldms_ls option to print decomposition templates
This feature dumps a decomposition template for each unqique schema published by an ldmsd. Although this template can be used directly, it is intended to be edited by the user to define indices of interest and rename/remove columns. While developing this change it was discovered that the type names produced by ldms_metric_type_to_str() were not symmetric with those consumed by ldms_metric_str_to_type(). This change addresses this discrepency. Also added is a #define for the minimum SHA256 schema digest string length LDMS_DIGEST_STR_LENGTH.
- Loading branch information
Showing
3 changed files
with
191 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters