Add unit mappings for new plugins collectd 5.7.2

Unit mappings for dpdkstat, hugepages, intel_rdt

Change-Id: Ia06d61493a2a0600684520960f5cf5b9297e0b70
This commit is contained in:
Mark O'Neill 2017-07-31 15:09:21 +01:00 committed by mark o neill
parent b24bb7cee8
commit 99bf568763
1 changed files with 19 additions and 0 deletions

View File

@ -76,6 +76,17 @@ UNITS = {
'dns.dns_octets': 'b/s',
'dns.dns_rcode': 'Queries/s',
'dpdkstat.derive': 'Errors',
'dpdkstat.errors': 'Errors',
'dpdkstat.if_rx_dropped': 'Dropped',
'dpdkstat.if_rx_errors': 'Errors',
'dpdkstat.if_rx_octets': 'Bytes',
'dpdkstat.if_rx_packets': 'Packets',
'dpdkstat.if_tx_errors': 'Errors',
'dpdkstat.if_tx_octets': 'Bytes',
'dpdkstat.if_tx_packets': 'Packets',
'dpdkstat.operations': 'Ops',
'entropy': 'b',
'filecount.files': 'Files',
@ -86,6 +97,14 @@ UNITS = {
'hddtemp': '°C',
'hugepages.bytes': 'Bytes',
'hugepages.vmpage_number': 'Pages',
'hugepages.percent': '%',
'intel_rdt.ipc': 'instructions/cycle',
'intel_rdt.memory_bandwidth': 'Bytes',
'intel_rdt.bytes': 'Bytes',
'interface.if_dropped': 'Packets/s',
'interface.if_errors': 'Errors/s',
'interface.if_packets': 'Packets/s',