Anuket Project

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Statistics in collectd consist of a value list. A value list includes:

 

 Examplecomment
Values 99.8999percentage
Value lengththe number of values in the data set.  
Timetimestamp at which the value was collected.1475837857epoch
Intervalinterval at which to expect a new value.10interval
Hostused to identify the host.localhostcan be uuid for vm or host… or can give host a name
Pluginused to identify the plugin.cpu 
Plugin instance (optional)used to group a set of values together. For e.g. values belonging to a DPDK interface.0 
Typeunit used to measure a value. In other words used to refer to a data set.percent 
Type instance (optional)used to distinguish between values that have an identical type.user 
meta dataan opaque data structure that enables the passing of additional information about a value list. “Meta data in the global cache can be used to store arbitrary information about an identifier”   
Statistics in collectd consist of a value list. A value list includes:Examplecomment Notifications in collectd are generic messages containing:
Values 99.8999percentage An associated severity, which can be one of OKAY, WARNING, and FAILURE.
Value lengththe number of values in the data set.   A time.      
Timetimestamp at which the value was collected.1475837857epoch A Message     
Intervalinterval at which to expect a new value.10interval A host.      
Hostused to identify the host.localhostcan be uuid for vm or host… or can give host a name A plugin.      
Pluginused to identify the plugin.cpu  A plugin instance (optional).    
Plugin instance (optional)used to group a set of values together. For e.g. values belonging to a DPDK interface.0  A type.      
Typeunit used to measure a value. In other words used to refer to a data set.percent  A types instance (optional).    
Type instance (optional)used to distinguish between values that have an identical type.user  Meta-data.     
meta dataan opaque data structure that enables the passing of additional information about a value list. “Meta data in the global cache can be used to store arbitrary information about an identifier”           
                
Full list of metrics supportedhttps://github.com/collectd/collectd/blob/master/src/types.db             
  • No labels