all_example

Man page for the LDMS all_example plugin

Date:

18 Feb 2018

Manual section:

7

Manual group:

LDMS sampler

SYNOPSIS

Within ldmsd_controller or a configuration file:
config name=all_example [ <attr>=<value> ]

DESCRIPTION

With LDMS (Lightweight Distributed Metric Service), plugins for the ldmsd (ldms daemon) are configured via ldmsd_controller or a configuration file. The all_example plugin provides coding example for all metric types and a known data set for transmission and storage tests. The expected values are 76 or ‘L’, as appropriate to the data type.

CONFIGURATION ATTRIBUTE SYNTAX

The all_example plugin uses the sampler_base base class. This man page covers only the configuration attributes, or those with default values, specific to the this plugin; see ldms_sampler_base(7) for the attributes of the base class.

config
name=<plugin_name> [schema=<sname>]
configuration line
name=<plugin_name>

This MUST be all_example.
schema=<schema>

Optional schema name. It is intended that the same sampler on different nodes with different metrics have a different schema. If not specified, will default to `all_example`.

BUGS

No known bugs.

EXAMPLES

Within ldmsd_controller or a configuration file:

load name=all_example
config name=all_example producer=vm1_1 instance=vm1_1/all_example
start name=all_example interval=1000000

SEE ALSO

ldmsd(8), ldms_quickstart(7), ldmsd_controller(8), ldms_sampler_base(7)