Whamcloud - gitweb
LU-18101 sec: fix ACL handling on recent kernels again
[fs/lustre-release.git] / lustre / doc / llstat.8
1 .TH LLSTAT 8 2024-08-28 Lustre "Lustre Configuration Utilities"
2 .SH NAME
3 llstat \- print Lustre statistics
4 .SH SYNOPSIS
5 .SY llstat
6 .RB [ -c ]
7 .RB [ -g ]
8 .RB [ -i
9 .IR INTERVAL ]
10 .I STATS_FILE
11 .YS
12 .SH DESCRIPTION
13 .B llstat
14 can display statistics from any of several lustre stats files that
15 share a common format, updated every
16 .I INTERVAL
17 seconds.
18 Use control-C to stop statistics printing.
19 .SH OPTIONS
20 .TP
21 .B -c
22 Clear the stats file first.
23 .TP
24 .BI -i " INTERVAL"
25 Polling period in seconds.
26 .TP
27 .B -g
28 Graphable output format.
29 .TP
30 .B -h
31 Display help information.
32 .TP
33 .I STATS_FILE
34 Either the full path to a stats file, or the shorthand:
35 .I mds
36 or
37 .IR ost .
38 .SH FILES
39 .EX
40 llite.*.stats
41 lwp.*.stats
42 mdc.*.stats
43 obdfilter.*.stats
44 osc.*.stats
45 osd-ldiskfs.*.stats
46 osp.*.stats
47 ldlm.services.*.stats
48 mds.MDS.*.stats
49 ost.OSS.*.stats
50 .EE
51 .SH EXAMPLES
52 To monitor the OST RPC stats every second:
53 .RS
54 .EX
55 .B # llstat -i 1 ost
56 .EE
57 .RE
58 .SH AVAILABILITY
59 .B llstat
60 is part of the
61 .BR lustre (7)
62 filesystem package since release 0.8.0
63 .\" Added in commit 0.7.1-38-g576c9a8212
64 .SH SEE ALSO
65 .BR lljobstat (8)