1TRACKER3-STATUS(1) Tracker manual TRACKER3-STATUS(1)
2
3
4
6 tracker3-status - Provide status and statistics on the data indexed
7
9 tracker3 status
10 tracker3 status [[expression1]...]
11 tracker3 status --stat [-a] [[expression1]...]
12
14 Display the status of the current index and data set. A summary of
15 recorded failures during file metadata indexing is also displayed.
16
17 Providing a search expression will list the full details of the
18 recorded failures matching the filename.
19
20 With the --stat option, displays statistics about the RDF classes and
21 how many of each exist for data set that has been indexed. For example,
22 "10 Folders".
23
25 --stat[=expression]
26 By default, only common and useful classes are shown, e.g.
27 "nfo:Document" or "nfo:Folder", for a full set of statistics, see
28 the --all option.
29
30 If one or more expression arguments is given, the statistics returned
31 are filtered to only show information those RDF types matching
32 expression (case folded and matching accented variants). The RDF
33 classes are detailed by the Nepomuk otology specification. A list of
34 possible classes matching expression, see tracker3 sparql -c.
35
36 -a, --all
37 Display statistics about ALL RDF classes that exist in the
38 database. Without this option only the common RDF classes will be
39 shown, for example "nfo:Document" and "nfo:FileDataObject".
40
41 This option is implied if search terms are provided to filter ALL
42 possible statistics.
43
45 tracker3-daemon(1), tracker3-sparql(1), tracker3-info(1).
46
47 • http://nepomuk.semanticdesktop.org/
48
49 • http://www.w3.org/TR/rdf-sparql-query/
50
51
52
53 3.4.2 12/06/2022 TRACKER3-STATUS(1)