1PQ2-CACHE(1) General Commands Manual PQ2-CACHE(1)
2
3
4
6 The PQ2 tools are deprecated and will be removed in ROOT v6.16/00.
7
8 Please contact the ROOT team at http://root.cern.ch in the unlikely
9 event this change is disruptive for your workflow.
10
12 pq2-cache - display or clear the local cache content of a remote
13 dataset meta-repository based on ROOT files
14
16 pq2-cache [action] [options] [datasets]
17
19 This manual page documents briefly the pq2-cache program.
20
21 pq2-cache is a script invoking the pq2 ROOT application to display or
22 clear the local cache content of a remote dataset meta-repository based
23 on ROOT files; the repository can be accessed via a remote file server
24 daemon.
25
26 More details about the underlying 'pq2' application can be found in the
27 man page pq2(1).
28
30 show Display cache content (default)
31
32 clear Clear cache content
33
35 datasets
36 Datasets to processed; wildcards are supported.
37
39 -h, --help
40 Display help information.
41
42 -k, --keep
43 Keep the temporary files created during the analysis under
44 $TMPDIR
45
46 -v Verbose mode
47
48 --dataset=<dataset>
49 Alternative way to define the datasets to be removed.
50
51 -u <serverurl>, --url=<serverurl>
52 URL of the data server providing the information; it must
53 include the directory. Can also be specified via the environ‐
54 ment variables PQ2DSSRVURL (see ENVIRONMENT VARIABLES)."
55
56 -t <dir>, --tmpdir=<dir>
57 Directory for temporary files; default is /tmp/<username>.
58
60 See setup-pq2(1).
61
63 pq2(1), setup-pq2(1), pq2-ls(1), pq2-ls-files(1), pq2-ls-files-
64 server(1), pq2-info-server(1), pq2-ana-dist(1), pq2-put(1), pq2-ver‐
65 ify(1), pq2-rm(1)
66
67 For more information on the ROOT system, please refer to
68 http://root.cern.ch
69
71 Gerardo Ganis for the ROOT team.
72
74 This library is free software; you can redistribute it and/or modify it
75 under the terms of the GNU Lesser General Public License as published
76 by the Free Software Foundation; either version 2.1 of the License, or
77 (at your option) any later version.
78
79 This library is distributed in the hope that it will be useful, but
80 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
81 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
82 General Public License for more details.
83
84 You should have received a copy of the GNU Lesser General Public
85 License along with this library; if not, write to the Free Software
86 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
87 USA
88
90 This manual page was originally written by Gerardo Ganis <ger‐
91 ardo.ganis@cern.ch>, for ROOT version 5.
92
93
94
95ROOT Version 5 PQ2-CACHE(1)