1REPOSD(8) Linux Programmers Manual REPOSD(8)
2
3
4
6 reposd - SBLIM metric repository daemon
7
9 reposd [argument]
10
12 The reposd program is a system daemon that maintains a temporary
13 repository of raw performance metrics for various system components.
14 Raw metric data is forwarded from a seperate collection daemon that is
15 located either locally or remotely (see gatherd(8)). The calculation of
16 usable metrics from raw data is performed via repository metric
17 plugins. The repository communication port, location of plugin
18 directory, and other controllable configuration options are described
19 in the configuration file man page (see reposd.conf(5)).
20
21 The reposd daemon can be controlled at runtime by way of the
22 reposctl(8) command. This provides the ability to query metric values
23 or load and unload metric plugins online without the need to restart
24 reposd.
25
26 The primary goal of the the sblim-gather package is to implement the
27 DMTF's Base Metric Model (DSP1053). While, reposd, gatherd(8), and
28 their plugins can be used standalone, the greatest benefit comes from
29 using their CIM provider layer in conjuction with a CIM Object Manager
30 (see cimserver(1)). For more information about CIM and the Base Metric
31 Model refer to the Distrubuted Management Task Force (DMTF) at
32 http://www.dmtf.org.
33
35 argument
36 reposd daemonizes by default. Passing any value on the command line
37 will cause it to run in the terminal.
38
40 /etc/reposd.conf
41 This file contains the daemon configuration settings. See
42 reposd.conf(5) for more information.
43
45 The SBLIM project maintains a mailing list to which you should direct
46 all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer,
47 or any of the SBLIM providers. To subscribe to this list visit:
48
49 https://lists.sourceforge.net/lists/listinfo/sblim-issues
50
51 Please report bugs you discover to the bug tracker. The SBLIM project
52 bug tracking page can be found at:
53
54 https://sourceforge.net/tracker/?group_id=128809&atid=712784
55
56
58 Please refer to the AUTHORS file distributed with sblim-gather.
59
61 Copyright © 2003-2012 IBM Corp.
62
64 reposd is distributed under the terms of the Eclipse Public License
65 ("Agreement"). Any use, reproduction or distribution of this program
66 constitutes recipeients acceptance of the agreement.
67
68 You can obtain a current copy of the Eclipse Public License from
69 http://www.opensource.org/licenses/eclipse-1.0.php
70
72 reposctl(8), reposd.conf(5), gatherd(8), cimserver(1)
73
74
75
76sblim-gather-2.2.9 07/24/2023 REPOSD(8)