1tracker-status(1)                User Commands               tracker-status(1)
2
3
4

NAME

6       tracker-status - Provide status and statistics on the data indexed
7
8

SYNOPSIS

10       tracker status
11       tracker status --stat [-a] [[expression1]...]
12       tracker status --collect-debug-info
13
14

DESCRIPTION

16       Display the status of the current index and data set.
17
18       With  the  --stat option, displays statistics about the RDF classes and
19       how many of each exist for data set that has been indexed.   For  exam‐
20       ple, "10 Folders".
21
22       This  command also provides a way to collect information for debug pur‐
23       poses using the --collect-debug-info option.
24
25

OPTIONS

27       --stat[=expression]
28              By default, only common  and  useful  classes  are  shown,  e.g.
29              "nfo:Document"  or  "nfo:Folder",  for a full set of statistics,
30              see the --all option.
31
32              If one or more expression arguments  is  given,  the  statistics
33              returned  are  filtered to only show information those RDF types
34              matching expression (case folded  and  matching  accented  vari‐
35              ants). The RDF classes are detailed by the Nepomuk otology spec‐
36              ification. A list of possible classes matching  expression,  see
37              tracker sparql -c.
38
39       -a, --all
40              Display statistics about ALL RDF classes that exist in the data‐
41              base.  Without this option only the common RDF classes  will  be
42              shown, for example "nfo:Document" and "nfo:FileDataObject".
43
44              This  option  is  implied if search terms are provided to filter
45              ALL possible statistics.
46
47       --collect-debug-info
48              Useful when debugging problems to diagnose the state of  Tracker
49              on your system. The data is output to stdout. Useful if bugs are
50              filed against the project itself.
51
52              Data collected includes  Tracker  version  in  use,  disk  space
53              available,  size of the databases on the disk, the configuration
54              in use, states of the index (e.g. last  filesystem  crawl,  data
55              set  locale,  etc.) and finally statistics about the data in the
56              database (e.g. how many "nfo:FileDataObject" resources exist).
57
58

SEE ALSO

60       tracker-store(1),   tracker-control(1),   tracker-sparql(1),   tracker-
61       info(1).
62
63       http://nepomuk.semanticdesktop.org/
64
65       http://www.w3.org/TR/rdf-sparql-query/
66
67
68
69GNU                             September 2014               tracker-status(1)
Impressum