aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/man
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /vespaclient/man
Publish
Diffstat (limited to 'vespaclient/man')
-rw-r--r--vespaclient/man/vespastat.138
1 files changed, 38 insertions, 0 deletions
diff --git a/vespaclient/man/vespastat.1 b/vespaclient/man/vespastat.1
new file mode 100644
index 00000000000..755ce7b82f7
--- /dev/null
+++ b/vespaclient/man/vespastat.1
@@ -0,0 +1,38 @@
+.TH VESPASTAT 1 2008-08-29 "Vespa" "Vespa Documentation"
+.SH NAME
+vespastat \- Shows status of a given document in Vespa
+.SH SYNPOSIS
+.B vespastat
+[\fIOPTIONS\fR] <\fIDOCUMENT IDENTIFIER\fR]
+.SH DESCRIPTION
+.PP
+This utility makes it possible to check internal information about all
+instances of given document that still exist in Vespa. It is mostly used during
+debugging.
+.PP
+It tells you what storage nodes currently has instances of the document, and
+also informs about older instances of documents that still exist as the space
+has not yet been reclaimed.
+.PP
+The results shows a sorted list of all instances found. The list should be
+sorted by timestamps, with highest timestamp (newest in time) appearing on
+top of the list. Only the entries with the freshest timestamp should be
+used during normal operations. Though, if not all the nodes with copies has
+the newest instance (highest timestamp), the file the document is in is not
+in sync.
+.PP
+Mandatory arguments to long options are mandatory for short options too.
+Short options can not currently be concatenated together.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Shows a short syntax reminder.
+.TP
+\fB\-r\fR, \fB\-\-route\fR
+Send the stat to the following messagebus route. The default should be fine in
+most cases, but in cases where you have multiple storage clusters, you might
+want to send it to a specific cluster.
+
+.SH AUTHOR
+Written by Haakon Humberset.
+.SH "SEE ALSO"
+Full documentation for Vespa