Whamcloud - gitweb
LU-5458: libcfs: protect kkuc_groups from write access
[fs/lustre-release.git] / lustre / doc / llstat.8
1 .TH llstat 1 "Jul 7, 2008" Lustre "utilities"
2 .SH NAME
3 llstat \- print Lustre statistics
4 .SH SYNOPSIS
5 .B "llstat [-c] [-g] [-i interval] stats_file"
6 .br
7 .SH DESCRIPTION
8 .B llstat
9 can display statistics from any of several lustre stats files that
10 share a common format, updated every \fIinterval\fR seconds.
11 Use control-C to stop statistics printing.
12 .TP
13 .I "\-c"
14 Clear the stats file first.
15 .TP
16 .I "\-i interval"
17 Polling period in seconds.
18 .TP
19 .I "\-g"
20 Graphable output format.
21 .TP
22 .I "\-h"
23 Display help information.
24 .TP
25 .I "stats_file"
26 Either the full path to a stats file, or the shorthand:
27 \fImds\fR or \fIost\fR.
28 .SH EXAMPLE
29 To monitor the OST RPC stats every second:
30 .IP
31 llstat -i 1 ost
32 .SH FILES
33 .nf
34 llite.*.stats
35 lwp.*.stats
36 mdc.*.stats
37 obdfilter.*.stats
38 osc.*.stats
39 osd-ldiskfs.*.stats
40 osp.*.stats
41 ldlm.services.*.stats
42 mds.MDS.*.stats
43 ost.OSS.*.stats
44 .fi