1MogileFS::Utils(3) User Contributed Perl Documentation MogileFS::Utils(3)
2
3
4
6 MogileFS::Utils - Command line utilities for the MogileFS distributed
7 file system.
8
10 mogadm
11
12 mogstats
13
14 mogupload
15
16 mogfetch
17
18 mogdelete
19
20 mogfileinfo
21
22 moglistkeys
23
24 moglistfids
25
26 mogfiledebug
27
28 mogtool (DEPRECATED: Do not use!)
29
31 Please refer to the documentation for the tools included in this
32 distribution.
33
35 Most of the utilities in this package support a configuration file.
36 Common options can be pushed into the config file, such as trackers,
37 domain, or class. The file is in /etc/mogilefs/mogilefs.conf and
38 ~/.mogilefs.conf by default. You may also specify a configuration via
39 --conf=filename
40
41 Example:
42
43 trackers = 10.0.0.1:7001,10.0.0.3:7001
44 domain = foo
45
47 Brad Fitzpatrick <brad@danga.com>
48
49 Dormando <dormando@rydia.net>
50
52 Please report any on the MogileFS mailing list:
53 <http://groups.google.com/group/mogile/>.
54
56 Licensed for use and redistribution under the same terms as Perl
57 itself.
58
59
60
61perl v5.28.0 2018-01-19 MogileFS::Utils(3)