1VARNISHSTAT(1) VARNISHSTAT(1)
2
3
4
6 varnishstat - HTTP accelerator statistics
7
9 varnishstat [-1] [-x] [-f field_list] [-l] [-n varnish_name] [-V] [-w
10 delay]
11
13 The varnishstat utility displays statistics from a running varnishd(1)
14 instance.
15
16 The following options are available:
17
18 -1 Instead of presenting of a continuously updated display, print
19 the statistics once and exit.
20
21 -f A comma separated list of the fields to display. If it starts
22 with '^' it is used as an exclusion list.
23
24 -l Lists the available fields to use with the -f option.
25
26 -n Specifies the name of the varnishd instance to get logs from.
27 If -n is not specified, the host name is used.
28
29 -V Display the version number and exit.
30
31 -w delay
32 Wait delay seconds between updates. The default is 1.
33
34 -x Displays the result as XML once.
35
36 The columns in the main display are, from left to right:
37
38 1. Value
39
40 2. Per-second average in the period since last update, or a period if
41 the value can not be averaged
42
43 3. Per-second average over process lifetime, or a period if the value
44 can not be averaged
45
46 4. Descriptive text
47
48 When using the -1 option, the columns in the output are, from left to
49 right:
50
51 1. Symbolic entry name
52
53 2. Value
54
55 3. Per-second average over process lifetime, or a period if the value
56 can not be averaged
57
58 4. Descriptive text
59
60 When using the -x option, the output is:
61
62 <stat>
63 <name>FIELD NAME</name>
64 <value>FIELD VALUE</value>
65 <description>FIELD DESCRIPTION</description>
66 </stat>
67
69 · varnishd(1)
70
71 · varnishhist(1)
72
73 · varnishlog(1)
74
75 · varnishncsa(1)
76
77 · varnishtop(1)
78
79 · curses(3)
80
82 The varnishstat utility was originally developed by Poul-Henning Kamp
83 ⟨phk@phk.freebsd.dk⟩ in cooperation with Verdens Gang AS, Linpro AS and
84 Varnish Software. Manual page written by Dag-Erling Smørgrav, and Per
85 Buer.
86
88 This document is licensed under the same licence as Varnish itself. See
89 LICENCE for details.
90
91 · Copyright (c) 2006 Verdens Gang AS
92
93 · Copyright (c) 2006-2008 Linpro AS
94
95 · Copyright (c) 2008-2010 Redpill Linpro AS
96
97 · Copyright (c) 2010 Varnish Software AS
98
100 Dag-Erling Smørgrav, Per Buer
101
102
103
104
1051.0 2010-06-1 VARNISHSTAT(1)