1REPOSCTL(8) Linux Programmers Manual REPOSCTL(8)
2
3
4
6 reposctl - control utility for reposd
7
9 reposctl
10
12 reposctl is a simple shell program for controling the reposd(8) metric
13 repository daemon. It provides the ability to manipulate the state of
14 the daemon as well as online loading and unloading of metric repository
15 plugins.
16
18 h
19 print help message
20
21 s
22 print status of daemon
23
24 i
25 initialize repository service
26
27 t
28 terminate repository service
29
30 l pluginlib
31 load plugin library
32
33 u pluginlib
34 unload plugin library
35
36 v pluginlib
37 view/list metrics supported by plugin library
38
39 q
40 quit/exit control utility
41
42 g id
43 retrieve values for given metric id
44
45 f id num
46 retrieve filtered (top-n, sorted) values for given metric id
47
48 r id
49 list system and type of resource for given metrid id
50
51 G
52 list current global metric filter
53
54 F num
55 set the global metric filter
56
57 k
58 kill gathering daemon
59
60 d
61 start gathering daemon
62
64 /etc/reposd.conf
65 This file contains the daemon configuration settings. See
66 reposd.conf(5) for more information.
67
69 The SBLIM project maintains a mailing list to which you should direct
70 all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer,
71 or any of the SBLIM providers. To subscribe to this list visit:
72
73 https://lists.sourceforge.net/lists/listinfo/sblim-issues
74
75 Please report bugs you discover to the bug tracker. The SBLIM project
76 bug tracking page can be found at:
77
78 https://sourceforge.net/tracker/?group_id=128809&atid=712784
79
80
82 Please refer to the AUTHORS file distributed with sblim-gather.
83
85 Copyright © 2003-2012 IBM Corp.
86
88 reposctl is distributed under the terms of the Eclipse Public License
89 ("Agreement"). Any use, reproduction or distribution of this program
90 constitutes recipeients acceptance of the agreement.
91
92 You can obtain a current copy of the Eclipse Public License from
93 http://www.opensource.org/licenses/eclipse-1.0.php
94
96 reposd(8), reposd.conf(5),
97
98
99
100sblim-gather-2.2.9 08/06/2020 REPOSCTL(8)