1xrdpfc_print(8) System Manager's Manual xrdpfc_print(8)
2
3
4
6 xrdpfc_print - print content of XRootd ProxyFileCache meta data
7
9 xrdpfc_print [options] path ...
10
11 options: [-config file] [-unit B|kB|MB] [-json] [-indent chars] [-verbose] [-help]
12
13
15 The xrdpfc_print prints status of downloaded file blocks and access
16 statistics of cached files.
17
19 -c | -config <file-name>
20 Xrootd configuration file. Used to load non-default file system
21 (directive ofs.osslib) and prefix for the location of cached files
22 (directive oss.localroot).
23
24 -v | -verbose
25 Prints state bit for each file block.
26
27 -u | -unit <B|kB|MB>
28 Specify unit for file-size and access byte-counts; buffer/block
29 size is printed at most as kB. Downward rounding occurs for kB and
30 MB. kB is the default.
31 This option does NOT apply to JSON output format, there the unit
32 is always B.
33
34 -j | -json
35 Prints output in JSON format.
36
37 -i | -indent <int>
38 Specify alignment for JSON format. Default is -1: single line
39 without any white-space.
40
41 -h | -help
42 Displays usage information.
43
44
45
46
48 path
49 Path to a cinfo file or directory for which the information is to
50 be printed. Path can be relative or absolute. If the path begins
51 with root:/ the path is assumed to be a LFN and gets translated
52 via the standard OSS rules (in the least, it gets prefixed by the
53 oss.localroot). In this case -config option is mandatory.
54
55
56
58 Documentation for all components associated with xrdpfc_print can be
59 found at http://xrootd.org/docs.html
60
62 Errors yield an error message and a non-zero exit status.
63
65 License terms can be displayed by typing "xrootd -H".
66
68 The xrdpfc_print command is supported by the xrootd collaboration.
69 Contact information can be found at
70 http://xrootd.org/contact.html
71
72
73
74 v5.6.3 xrdpfc_print(8)