diff options
author | Martyn Russell <martyn@lanedo.com> | 2010-05-11 11:25:35 +0100 |
---|---|---|
committer | Martyn Russell <martyn@lanedo.com> | 2010-05-11 11:25:50 +0100 |
commit | 87e84755bda890bd9a54f84f55e4e34ab0c37b08 (patch) | |
tree | f28a94dd7cff3bc72f647af0530cfdc55aa069e7 /docs | |
parent | 964827f34bb68b4ffb840b6e5cc456caa5abd7de (diff) | |
download | tracker-87e84755bda890bd9a54f84f55e4e34ab0c37b08.tar.gz |
Fixes GB#617082, RFE Useability - Learning How to Start the Miners was a Little Unintuitive
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/tracker-control.1 | 6 | ||||
-rw-r--r-- | docs/manpages/tracker-status.1 | 23 |
2 files changed, 23 insertions, 6 deletions
diff --git a/docs/manpages/tracker-control.1 b/docs/manpages/tracker-control.1 index 3bfe23c27..d8c0e9e82 100644 --- a/docs/manpages/tracker-control.1 +++ b/docs/manpages/tracker-control.1 @@ -11,6 +11,11 @@ tracker-control \- Manage Tracker processes and data lists all tracker related processes when no \fIOPTION\fRs are specified. +To see the status of the miners and the store, use +.B tracker-status. +You can pause or resume miners and also see which ones +are running and which ones are installed. + .SH OPTIONS .TP .B \-?, \-\-help @@ -69,4 +74,5 @@ more than once per \fIMIME\fR type. Print version. .SH SEE ALSO +.BR tracker-status (1), .BR tracker-store (1). diff --git a/docs/manpages/tracker-status.1 b/docs/manpages/tracker-status.1 index f3ce7e436..1d1b52a6c 100644 --- a/docs/manpages/tracker-status.1 +++ b/docs/manpages/tracker-status.1 @@ -8,13 +8,24 @@ tracker-status \- Report the state of all data miners .SH DESCRIPTION .B tracker-status -shows the status of all miners installed. It also allows pausing and -resuming of miners. For -.B tracker-store -state, you need to use -.B tracker-control -.PP +shows the status of all miners and the store which miners push +information into. To do this, you can run +.B tracker-status +with no command line arguments. For +.B tracker-store, +the status is always +.B Idle +unless it is replaying a journal (regardless of load from applications +or miners). For a list of common statuses, see +.B \-\-list\-common\-statuses. +The miners can be paused or resumed using this command and you can +list miners running and available. + +To start or stop miners, you need to use +.B tracker-control. +The store is started automatically by the D-Bus calls from the miners. +.PP .SH OPTIONS .TP .B \-?, \-\-help |