aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/man/vespastat.1
blob: db005e68c55206538ca3bf96353e0dc377deadfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.\" Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
.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