Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gatherd(8) [centos man page]

GATHERD(8)						     Linux Programmers Manual							GATHERD(8)

NAME
gatherd - SBLIM metric collection daemon SYNOPSIS
gatherd [argument] DESCRIPTION
The gatherd program is a system daemon that collects performance metrics for various components via a set of metric plugins. Raw metric data is forwarded to a seperate repository daemon that is located either locally or remotely (see reposd(8)). The repository destination, location of plugin directory, and other controllable configuration options are described in the configuration file man page (see gatherd.conf(5)). The gatherd daemon can be controlled at runtime by way of the gatherctl(8) command. This provides the ability to load and unload metric plugins online without the need to restart gatherd. The primary goal of the the sblim-gather package is to implement the DMTF's Base Metric Model (DSP1053). While, gatherd, reposd(8), and their plugins can be used standalone, the greatest benefit comes from using their CIM provider layer in conjuction with a CIM Object Manager (see cimserver(1)). For more information about CIM and the Base Metric Model refer to the Distrubuted Management Task Force (DMTF) at http://www.dmtf.org. OPTIONS
argument gatherd daemonizes by default. Passing any value on the command line will cause it to run in the terminal. FILES
/etc/gatherd.conf This file contains the daemon configuration settings. See gatherd.conf(5) for more information. BUGS
The SBLIM project maintains a mailing list to which you should direct all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer, or any of the SBLIM providers. To subscribe to this list visit: https://lists.sourceforge.net/lists/listinfo/sblim-issues Please report bugs you discover to the bug tracker. The SBLIM project bug tracking page can be found at: https://sourceforge.net/tracker/?group_id=128809&atid=712784 AUTHORS
Please refer to the AUTHORS file distributed with sblim-gather. COPYRIGHT
Copyright (C) 2003-2012 IBM Corp. LICENSE
gatherd is distributed under the terms of the Eclipse Public License ("Agreement"). Any use, reproduction or distribution of this program constitutes recipeients acceptance of the agreement. You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php SEE ALSO
gatherctl(8), gatherd.conf(5), reposd(8), cimserver(1) sblim-gather-2.2.8 06/17/2014 GATHERD(8)

Check Out this Related Man Page

REPOSD.CONF(5)						     Linux Programmers Manual						    REPOSD.CONF(5)

NAME
reposd.conf - SBLIM metric repository daemon configuration file DESCRIPTION
The file reposd.conf is read by reposd(8) at startup. Each line consists of a configuration option value pair delimited by an '=' character. A '#' (number sign) indicates the beginning of a comment. OPTIONS
RepositoryPort=port TCP port repository daemon will listen. Default is 6363. RepositoryMaxConnections=conns Number of parallel client connections the repository daemon is able to handle. Default is 100. TraceLevel=level Trace level for the reposd process. Default is 0. TraceFile=file Name of file to write tracing information. Default is stderr. TraceComponents=comps[:comps...] Repository components to be traced seperated by a colon (:). Valid components are: comm, util, repos. Default is none. PluginDirectory=dir Directory where repository metric plugins are located. Default is /usr/lib/gather/rplug (/usr/lib64/gather/rplug). AutoLoad=plugin[:plugin...] Plugins to be automatically load, initalize and start sampling. Valid values are: * or colon-seperated list. Default is none. ExpirationInterval=secs Specifies how many seconds metric values are kept in the in-core repository. Note that the longer the interval is the more memory that will be consumed by reposd. Valid values are: and integer between 60 and 86400. Default is 1200. BUGS
The SBLIM project maintains a mailing list to which you should direct all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer, or any of the SBLIM providers. To subscribe to this list visit: https://lists.sourceforge.net/lists/listinfo/sblim-issues Please report bugs you discover to the bug tracker. The SBLIM project bug tracking page can be found at: https://sourceforge.net/tracker/?group_id=128809&atid=712784 AUTHORS
Please refer to the AUTHORS file distributed with sblim-gather. COPYRIGHT
Copyright (C) 2003-2012 IBM Corp. LICENSE
reposd.conf is distributed under the terms of the Eclipse Public License ("Agreement"). Any use, reproduction or distribution of this program constitutes recipeients acceptance of the agreement. You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php SEE ALSO
reposd(8) sblim-gather-2.2.8 06/17/2014 REPOSD.CONF(5)
Man Page