Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 979 Bytes

ldms-plugins.rst

File metadata and controls

63 lines (42 loc) · 979 Bytes

ldms-plugins

Date: 28 Feb 2018

ldms-plugins.sh - Display information on installed LDMSD plugins.

ldms-plugins.sh [OPTION] [NAME]

The ldms-plugins.sh command is used to query ldmsd for information on installed plugins.

If the NAME is specified, only information for that plugin is displayed. The names all, store, and sampler are interpreted as described in ldmsd(8).

-b

Produce brief output, omitting usages.
-n

Produce names only.

ldms-plugins.sh -b

ldms-plugins.sh vmstat

ldms-plugins.sh -n sampler

ldms-plugins.sh -n store

Error messages from attempting to load plugins may appear if additionally needed libraries cannot be found. This is usually a bug in the setting of LD_LIBRARY_PATH.

ldmsd(8)