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