Difference between revisions of "Version 5.9"

From collectd Wiki
Jump to: navigation, search
Line 14: Line 14:
 
* {{Plugin|disk}}: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to ''Nikita Kozlov/Pavel Rochnyak''. {{Issue|2551}}
 
* {{Plugin|disk}}: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to ''Nikita Kozlov/Pavel Rochnyak''. {{Issue|2551}}
 
* {{Plugin|turbostat}}: Add RestoreAffinityPolicy parameter. Thanks to ''Pablo Llopis''. {{Issue|2627}}
 
* {{Plugin|turbostat}}: Add RestoreAffinityPolicy parameter. Thanks to ''Pablo Llopis''. {{Issue|2627}}
 +
* {{Plugin|turbostat}}: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to ''Sexton Rory''. {{Issue|2806}}
 
* {{Plugin|prometheus}}: Added 'Host' option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}}
 
* {{Plugin|prometheus}}: Added 'Host' option. Thanks to ''Pavel Rochnyak''. {{Issue|2969}}
 
* {{Plugin|cpufreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}}
 
* {{Plugin|cpufreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}}

Revision as of 15:24, 12 March 2019

List of versions
Version 5.11
Version 5.10
Version 5.9
Version 5.8
Version 5.7
Version 5.6
Version 5.5
Version 5.4
Version 5.3
Version 5.2
Version 5.1
Version 5.0

Version 5.9 is planned to release on Saturday, March 16th 2019.

This page is created to prepare Changelog information for actual release. Contributions are welcome.

Changes

Release 5.9.0 (wip)

  • virt plugin: Fix tracking of VM state changes. Thanks to Radoslaw Jablonski. #2701
  • virt plugin: Add block info statistics for disk devices. Thanks to Radoslaw Jablonski. #2874
  • virt plugin: Allow read Hostname from libvirt metadata. Thanks to Mehdi ABAAKOUK. #2807
  • disk plugin: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to Nikita Kozlov/Pavel Rochnyak. #2551
  • turbostat plugin: Add RestoreAffinityPolicy parameter. Thanks to Pablo Llopis. #2627
  • turbostat plugin: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to Sexton Rory. #2806
  • prometheus plugin: Added 'Host' option. Thanks to Pavel Rochnyak. #2969
  • cpufreq plugin: Read number of p-state transitions and time spent in each p-state. Thanks to Sexton Rory. #2803
  • ovs_stats plugin: Add macro to populate counters list. Thanks to Matteo Croce. #2963