Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

relaxing the specificity of the cpu_cycle metric's documentation #119

Merged
merged 1 commit into from Oct 6, 2016
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
@@ -247,7 +247,7 @@ class LibvirtPMDA(PMDA):
[ 'domstats.perf.cmt', None, PM_TYPE_U64, PM_SEM_INSTANT, units_bytes, 'VM perf stats, cmt' ],
[ 'domstats.perf.mbmt', None, PM_TYPE_U64, PM_SEM_INSTANT, units_bpers, 'VM perf stats, mbmt' ],
[ 'domstats.perf.mbml', None, PM_TYPE_U64, PM_SEM_INSTANT, units_bpers, 'VM perf stats, mbml' ],
- [ 'domstats.perf.cpu_cycles', None, PM_TYPE_U64, PM_SEM_COUNTER, units_count, 'VM perf stats, CPU cycles/instr' ],
+ [ 'domstats.perf.cpu_cycles', None, PM_TYPE_U64, PM_SEM_COUNTER, units_count, 'VM perf stats, CPU cycles' ],
[ 'domstats.perf.instructions', None, PM_TYPE_U64, PM_SEM_COUNTER, units_count, 'VM perf stats, instructions count' ],
[ 'domstats.perf.cache_references', None, PM_TYPE_U64, PM_SEM_COUNTER, units_count, 'VM perf stats, cache references' ],
[ 'domstats.perf.cache_misses', None, PM_TYPE_U64, PM_SEM_COUNTER, units_count, 'VM perf stats, cache misses' ],