# command-metrics **Repository Path**: mirrors_mo/command-metrics ## Basic Information - **Project Name**: command-metrics - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # command-metrics command-metrics is a script that can periodally save measurements for things that can be measured using a shell command that prints a single integer or float value. command-metrics also offers some basic analysis features like selecting a range and seeing how much each series changed both in absolute numbers and as a percentage during that period. Data is stored in .csv files which ("per spec") use CRLF line endings, so if you keep command-metrics data in a git repo it's good to set: git config core.whitespace cr-at-eol for that particular repository. It will instruction git not to emit the usual trailing whitespace error for CR. ## License GPLv3