1REPOSDUMP(1) Linux Programmers Manual REPOSDUMP(1)
2
3
4
6 reposdump - utility for dumping SBLIM Data Gatherer online metric
7 repository
8
10 reposdump [age] [interval] [directory]
11
13 The reposdump program is used to dump the metrics from the reposd(8)
14 daemons online repository. The metric data is exported into a flat text
15 file. The file contains sections seperated by lines with the following
16 format.
17
18 ===metricdefs <pluginname>===
19
20 ===metricvals <pluginname>===
21
22 Each section contains a list of comma seperated records containing the
23 defined metric or metric values. A sample perl script
24 /usr/share/reposd2csv.pl is included which demonstrates converting the
25 dump data into a comma seperated value list (CSV) suitable for import
26 into a spreadsheet.
27
29 age
30 Maximum sample age in seconds to be dumped.
31
32 interval
33 Sample interval granularity in seconds to be dumped.
34
35 directory
36 Directory in which to dump metric file.
37
39 The SBLIM project maintains a mailing list to which you should direct
40 all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer,
41 or any of the SBLIM providers. To subscribe to this list visit:
42
43 https://lists.sourceforge.net/lists/listinfo/sblim-issues
44
45 Please report bugs you discover to the bug tracker. The SBLIM project
46 bug tracking page can be found at:
47
48 https://sourceforge.net/tracker/?group_id=128809&atid=712784
49
50
52 Please refer to the AUTHORS file distributed with sblim-gather.
53
55 Copyright © 2003-2012 IBM Corp.
56
58 reposdump is distributed under the terms of the Eclipse Public License
59 ("Agreement"). Any use, reproduction or distribution of this program
60 constitutes recipeients acceptance of the agreement.
61
62 You can obtain a current copy of the Eclipse Public License from
63 http://www.opensource.org/licenses/eclipse-1.0.php
64
66 reposd(8)
67
68
69
70sblim-gather-2.2.9 01/22/2022 REPOSDUMP(1)