Difference between revisions of "Version 5.9"
From collectd Wiki
Rjablonski (talk | contribs) |
Rjablonski (talk | contribs) |
||
Line 8: | Line 8: | ||
=== Release 5.9.0 (wip) === | === Release 5.9.0 (wip) === | ||
− | * {{Plugin| | + | * {{Plugin|CPUFreq}}: Read number of p-state transitions and time spent in each p-state. Thanks to ''Sexton Rory''. {{Issue|2803}} |
− | * {{Plugin| | + | * {{Plugin|Disk}}: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to ''Nikita Kozlov/Pavel Rochnyak''. {{Issue|2551}} |
− | * {{Plugin| | + | * {{Plugin|IntelRDT}} Fix compiler warnings. Thanks to ''Ruben Kerkhof''. {{Issue|3104}} |
− | * {{Plugin| | + | * {{Plugin|IPMI}} Add <code>SELSensor</code> and <code>SELIgnoreSelected</code> config options. Thanks to ''Mariusz Szafranski''. {{Issue|2796}} |
* {{Plugin|ovs_stats}}: Add macro to populate counters list. Thanks to ''Matteo Croce''. {{Issue|2963}} | * {{Plugin|ovs_stats}}: Add macro to populate counters list. Thanks to ''Matteo Croce''. {{Issue|2963}} | ||
* {{Plugin|pcie_errors}} This new plugin reads PCIe errors. Thanks to ''Kamil Wiatrowski''. {{Issue|2733}} | * {{Plugin|pcie_errors}} This new plugin reads PCIe errors. Thanks to ''Kamil Wiatrowski''. {{Issue|2733}} | ||
− | * {{Plugin| | + | * {{Plugin|SNMP}} Add multiple key indexes to snmp table and other new features. Thanks to ''Marcin Mozejko''. {{Issue|2702}} |
* {{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|turbostat}}: New metrics: P-states,Turboboost,Platform TDP,Uncore bus ratio. Thanks to ''Sexton Rory''. {{Issue|2806}} |
Revision as of 11:55, 15 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)
- CPUFreq plugin: Read number of p-state transitions and time spent in each p-state. Thanks to Sexton Rory. #2803
- Disk plugin: In linux, reset the disk when it disappear from /proc/diskstats. Thanks to Nikita Kozlov/Pavel Rochnyak. #2551
- IntelRDT plugin Fix compiler warnings. Thanks to Ruben Kerkhof. #3104
- IPMI plugin Add
SELSensor
andSELIgnoreSelected
config options. Thanks to Mariusz Szafranski. #2796 - ovs_stats plugin: Add macro to populate counters list. Thanks to Matteo Croce. #2963
- pcie_errors plugin This new plugin reads PCIe errors. Thanks to Kamil Wiatrowski. #2733
- SNMP plugin Add multiple key indexes to snmp table and other new features. Thanks to Marcin Mozejko. #2702
- 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
- virt plugin Fix tracking of VM state changes. Thanks to Radoslaw Jablonski. #2701
- virt plugin Allow read Hostname from libvirt metadata. Thanks to Mehdi ABAAKOUK. #2807
- virt plugin Add block info statistics for disk devices. Thanks to Radoslaw Jablonski. #2874
- virt plugin Remove optional
virDomainGetCPUStats()
from main flow. Thanks to Pavel Rochnyak. #2972 - Write_Prometheus plugin: Added 'Host' option. Thanks to Pavel Rochnyak. #2969