Whamcloud - gitweb
LUDOC-239 benchmark: remove mention of PIOS and Solaris
[doc/manual.git] / LustreProc.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0"
3   xml:lang="en-US" xml:id="lustreproc">
4   <title xml:id="lustreproc.title">LustreProc</title>
5   <para>The <literal>/proc</literal> file system acts as an interface to internal data structures in
6     the kernel. This chapter describes entries in <literal>/proc</literal> that are useful for
7     tuning and monitoring aspects of a Lustre file system. It includes these sections:</para>
8   <itemizedlist>
9     <listitem>
10       <para><xref linkend="dbdoclet.50438271_83523"/></para>
11       <para>.</para>
12     </listitem>
13   </itemizedlist>
14   <section>
15     <title>Introduction to <literal>/proc</literal></title>
16     <para>The <literal>/proc</literal> directory provides an interface to internal data structures
17       in the kernel that enables monitoring and tuning of many aspects of Lustre file system and
18       application performance These data structures include settings and metrics for components such
19       as memory, networking, file systems, and kernel housekeeping routines, which are available
20       throughout the hierarchical file layout in <literal>/proc.</literal>
21     </para>
22     <para>Typically, metrics are accessed by reading from <literal>/proc</literal> files and
23       settings are changed by writing to <literal>/proc</literal> files. Some data is server-only,
24       some data is client-only, and some data is exported from the client to the server and is thus
25       duplicated in both locations.</para>
26     <note>
27       <para>In the examples in this chapter, <literal>#</literal> indicates a command is entered as
28         root.  Servers are named according to the convention
29             <literal><replaceable>fsname</replaceable>-<replaceable>MDT|OSTnumber</replaceable></literal>.
30         The standard UNIX wildcard designation (*) is used.</para>
31     </note>
32     <para>In most cases, information is accessed using the <literal>lctl get_param</literal> command
33       and settings are changed using the <literal>lctl set_param</literal> command. Some examples
34       are shown below:</para>
35     <itemizedlist>
36       <listitem>
37         <para> To obtain data from a Lustre client:</para>
38         <screen># lctl list_param osc.*
39 osc.testfs-OST0000-osc-ffff881071d5cc00
40 osc.testfs-OST0001-osc-ffff881071d5cc00
41 osc.testfs-OST0002-osc-ffff881071d5cc00
42 osc.testfs-OST0003-osc-ffff881071d5cc00
43 osc.testfs-OST0004-osc-ffff881071d5cc00
44 osc.testfs-OST0005-osc-ffff881071d5cc00
45 osc.testfs-OST0006-osc-ffff881071d5cc00
46 osc.testfs-OST0007-osc-ffff881071d5cc00
47 osc.testfs-OST0008-osc-ffff881071d5cc00</screen>
48         <para>In this example, information about OST connections available on a client is displayed
49           (indicated by "osc").</para>
50       </listitem>
51     </itemizedlist>
52     <itemizedlist>
53       <listitem>
54         <para> To see multiple levels of parameters, use multiple
55           wildcards:<screen># lctl list_param osc.*.*
56 osc.testfs-OST0000-osc-ffff881071d5cc00.active
57 osc.testfs-OST0000-osc-ffff881071d5cc00.blocksize
58 osc.testfs-OST0000-osc-ffff881071d5cc00.checksum_type
59 osc.testfs-OST0000-osc-ffff881071d5cc00.checksums
60 osc.testfs-OST0000-osc-ffff881071d5cc00.connect_flags
61 osc.testfs-OST0000-osc-ffff881071d5cc00.contention_seconds
62 osc.testfs-OST0000-osc-ffff881071d5cc00.cur_dirty_bytes
63 ...
64 osc.testfs-OST0000-osc-ffff881071d5cc00.rpc_stats</screen></para>
65       </listitem>
66     </itemizedlist>
67     <itemizedlist>
68       <listitem>
69         <para> To view a specific file, use <literal>lctl get_param</literal>
70           :<screen># lctl get_param osc.lustre-OST0000-osc-ffff881071d5cc00.rpc_stats</screen></para>
71       </listitem>
72     </itemizedlist>
73     <para>For more information about using <literal>lctl</literal>, see <xref
74         xmlns:xlink="http://www.w3.org/1999/xlink" linkend="dbdoclet.50438194_51490"/>.</para>
75     <para>Data can also be viewed using the <literal>cat</literal> command with the full path to the
76       file. The form of the <literal>cat</literal> command is similar to that of the <literal>lctl
77         get_param</literal> command with these differences. In the <literal>cat</literal> command: </para>
78     <itemizedlist>
79       <listitem>
80         <para> Replace the dots in the path with slashes.</para>
81       </listitem>
82       <listitem>
83         <para> Prepend the path with the following as
84           appropriate:<screen>/proc/{fs,sys}/{lustre,lnet}</screen></para>
85       </listitem>
86     </itemizedlist>
87     <para>For example, an <literal>lctl get_param</literal> command may look like
88       this:<screen># lctl get_param osc.*.uuid
89 osc.testfs-OST0000-osc-ffff881071d5cc00.uuid=594db456-0685-bd16-f59b-e72ee90e9819
90 osc.testfs-OST0001-osc-ffff881071d5cc00.uuid=594db456-0685-bd16-f59b-e72ee90e9819
91 ...</screen></para>
92     <para>The equivalent <literal>cat</literal> command looks like
93       this:<screen># cat /proc/fs/lustre/osc/*/uuid
94 594db456-0685-bd16-f59b-e72ee90e9819
95 594db456-0685-bd16-f59b-e72ee90e9819
96 ...</screen></para>
97     <para>The <literal>llstat</literal> utility can be used to monitor some Lustre file system I/O
98       activity over a specified time period. For more details, see <xref
99         xmlns:xlink="http://www.w3.org/1999/xlink" linkend="dbdoclet.50438219_23232"/></para>
100     <para>Some data is imported from attached clients and is available in a directory called
101         <literal>exports</literal> located in the corresponding per-service directory on a Lustre
102       server. For
103       example:<screen># ls /proc/fs/lustre/obdfilter/testfs-OST0000/exports/192.168.124.9\@o2ib1/
104 # hash ldlm_stats stats uuid</screen></para>
105     <section remap="h3">
106       <title>Identifying Lustre File Systems and Servers</title>
107       <para>Several <literal>/proc</literal> files on the MGS list existing Lustre file systems and
108         file system servers. The examples below are for a Lustre file system called
109           <literal>testfs</literal> with one MDT and three OSTs.</para>
110       <itemizedlist>
111         <listitem>
112           <para> To view all known Lustre file systems, enter:</para>
113           <screen>mgs# lctl get_param mgs.*.filesystems
114 testfs</screen>
115         </listitem>
116         <listitem>
117           <para> To view the names of the servers in a file system in which least one server is
118             running,
119             enter:<screen>lctl get_param mgs.*.live.<replaceable>&lt;filesystem name></replaceable></screen></para>
120           <para>For example:</para>
121           <screen>mgs# lctl get_param mgs.*.live.testfs
122 fsname: testfs
123 flags: 0x20     gen: 45
124 testfs-MDT0000
125 testfs-OST0000
126 testfs-OST0001
127 testfs-OST0002 
128
129 Secure RPC Config Rules: 
130
131 imperative_recovery_state:
132     state: startup
133     nonir_clients: 0
134     nidtbl_version: 6
135     notify_duration_total: 0.001000
136     notify_duation_max:  0.001000
137     notify_count: 4</screen>
138         </listitem>
139         <listitem>
140           <para>To view the names of all live servers in the file system as listed in
141               <literal>/proc/fs/lustre/devices</literal>, enter:</para>
142           <screen># lctl device_list
143 0 UP mgs MGS MGS 11
144 1 UP mgc MGC192.168.10.34@tcp 1f45bb57-d9be-2ddb-c0b0-5431a49226705
145 2 UP mdt MDS MDS_uuid 3
146 3 UP lov testfs-mdtlov testfs-mdtlov_UUID 4
147 4 UP mds testfs-MDT0000 testfs-MDT0000_UUID 7
148 5 UP osc testfs-OST0000-osc testfs-mdtlov_UUID 5
149 6 UP osc testfs-OST0001-osc testfs-mdtlov_UUID 5
150 7 UP lov testfs-clilov-ce63ca00 08ac6584-6c4a-3536-2c6d-b36cf9cbdaa04
151 8 UP mdc testfs-MDT0000-mdc-ce63ca00 08ac6584-6c4a-3536-2c6d-b36cf9cbdaa05
152 9 UP osc testfs-OST0000-osc-ce63ca00 08ac6584-6c4a-3536-2c6d-b36cf9cbdaa05
153 10 UP osc testfs-OST0001-osc-ce63ca00 08ac6584-6c4a-3536-2c6d-b36cf9cbdaa05</screen>
154           <para>The information provided on each line includes:</para>
155           <para> -  Device number</para>
156           <para> - Device status (UP, INactive, or STopping) </para>
157           <para> -  Device name</para>
158           <para> -  Device UUID</para>
159           <para> -  Reference count (how many users this device has)</para>
160         </listitem>
161         <listitem>
162           <para>To display the name of any server, view the device
163             label:<screen>mds# e2label /dev/sda
164 testfs-MDT0000</screen></para>
165         </listitem>
166       </itemizedlist>
167     </section>
168   </section>
169   <section>
170     <title>Tuning Multi-Block Allocation (mballoc)</title>
171     <para>Capabilities supported by <literal>mballoc</literal> include:</para>
172     <itemizedlist>
173       <listitem>
174         <para> Pre-allocation for single files to help to reduce fragmentation.</para>
175       </listitem>
176       <listitem>
177         <para> Pre-allocation for a group of files to enable packing of small files into large,
178           contiguous chunks.</para>
179       </listitem>
180       <listitem>
181         <para> Stream allocation to help decrease the seek rate.</para>
182       </listitem>
183     </itemizedlist>
184     <para>The following <literal>mballoc</literal> tunables are available:</para>
185     <informaltable frame="all">
186       <tgroup cols="2">
187         <colspec colname="c1" colwidth="30*"/>
188         <colspec colname="c2" colwidth="70*"/>
189         <thead>
190           <row>
191             <entry>
192               <para><emphasis role="bold">Field</emphasis></para>
193             </entry>
194             <entry>
195               <para><emphasis role="bold">Description</emphasis></para>
196             </entry>
197           </row>
198         </thead>
199         <tbody>
200           <row>
201             <entry>
202               <para>
203                 <literal>mb_max_to_scan</literal></para>
204             </entry>
205             <entry>
206               <para>Maximum number of free chunks that <literal>mballoc</literal> finds before a
207                 final decision to avoid a livelock situation.</para>
208             </entry>
209           </row>
210           <row>
211             <entry>
212               <para>
213                 <literal>mb_min_to_scan</literal></para>
214             </entry>
215             <entry>
216               <para>Minimum number of free chunks that <literal>mballoc</literal> searches before
217                 picking the best chunk for allocation. This is useful for small requests to reduce
218                 fragmentation of big free chunks.</para>
219             </entry>
220           </row>
221           <row>
222             <entry>
223               <para>
224                 <literal>mb_order2_req</literal></para>
225             </entry>
226             <entry>
227               <para>For requests equal to 2^N, where N &gt;= <literal>mb_order2_req</literal>, a
228                 fast search is done using a base 2 buddy allocation service.</para>
229             </entry>
230           </row>
231           <row>
232             <entry>
233               <para>
234                 <literal>mb_small_req</literal></para>
235             </entry>
236             <entry morerows="1">
237               <para><literal>mb_small_req</literal> - Defines (in MB) the upper bound of "small
238                 requests".</para>
239               <para><literal>mb_large_req</literal> - Defines (in MB) the lower bound of "large
240                 requests".</para>
241               <para>Requests are handled differently based on size:<itemizedlist>
242                   <listitem>
243                     <para>&lt; <literal>mb_small_req</literal> - Requests are packed together to
244                       form large, aggregated requests.</para>
245                   </listitem>
246                   <listitem>
247                     <para>> <literal>mb_small_req</literal> and &lt; <literal>mb_large_req</literal>
248                       - Requests are primarily allocated linearly.</para>
249                   </listitem>
250                   <listitem>
251                     <para>> <literal>mb_large_req</literal> - Requests are allocated since hard disk
252                       seek time is less of a concern in this case.</para>
253                   </listitem>
254                 </itemizedlist></para>
255               <para>In general, small requests are combined to create larger requests, which are
256                 then placed close to one another to minimize the number of seeks required to access
257                 the data.</para>
258             </entry>
259           </row>
260           <row>
261             <entry>
262               <para>
263                 <literal>mb_large_req</literal></para>
264             </entry>
265           </row>
266           <row>
267             <entry>
268               <para>
269                 <literal>mb_prealloc_table</literal></para>
270             </entry>
271             <entry>
272               <para>A table of values used to preallocate space when a new request is received. By
273                 default, the table looks like
274                 this:<screen>prealloc_table
275 4 8 16 32 64 128 256 512 1024 2048 </screen></para>
276               <para>When a new request is received, space is preallocated at the next higher
277                 increment specified in the table. For example, for requests of less than 4 file
278                 system blocks, 4 blocks of space are preallocated; for requests between 4 and 8, 8
279                 blocks are preallocated; and so forth</para>
280               <para>Although customized values can be entered in the table, the performance of
281                 general usage file systems will not typically be improved by modifying the table (in
282                 fact, in ext4 systems, the table values are fixed).  However, for some specialized
283                 workloads, tuning the <literal>prealloc_table</literal> values may result in smarter
284                 preallocation decisions. </para>
285             </entry>
286           </row>
287           <row>
288             <entry>
289               <para>
290                 <literal>mb_group_prealloc</literal></para>
291             </entry>
292             <entry>
293               <para>The amount of space (in kilobytes) preallocated for groups of small
294                 requests.</para>
295             </entry>
296           </row>
297         </tbody>
298       </tgroup>
299     </informaltable>
300     <para>Buddy group cache information found in
301           <literal>/proc/fs/ldiskfs/<replaceable>disk_device</replaceable>/mb_groups</literal> may
302       be useful for assessing on-disk fragmentation. For
303       example:<screen>cat /proc/fs/ldiskfs/loop0/mb_groups 
304 #group: free free frags first pa [ 2^0 2^1 2^2 2^3 2^4 2^5 2^6 2^7 2^8 2^9 
305      2^10 2^11 2^12 2^13] 
306 #0    : 2936 2936 1     42    0  [ 0   0   0   1   1   1   1   2   0   1 
307      2    0    0    0   ]</screen></para>
308     <para>In this example, the columns show:<itemizedlist>
309         <listitem>
310           <para>#group number</para>
311         </listitem>
312         <listitem>
313           <para>Available blocks in the group</para>
314         </listitem>
315         <listitem>
316           <para>Blocks free on a disk</para>
317         </listitem>
318         <listitem>
319           <para>Number of free fragments</para>
320         </listitem>
321         <listitem>
322           <para>First free block in the group</para>
323         </listitem>
324         <listitem>
325           <para>Number of preallocated chunks (not blocks)</para>
326         </listitem>
327         <listitem>
328           <para>A series of available chunks of different sizes</para>
329         </listitem>
330       </itemizedlist></para>
331   </section>
332   <section>
333     <title>Monitoring Lustre File System  I/O</title>
334     <para>A number of system utilities are provided to enable collection of data related to I/O
335       activity in a Lustre file system. In general, the data collected describes:</para>
336     <itemizedlist>
337       <listitem>
338         <para> Data transfer rates and throughput of inputs and outputs external to the Lustre file
339           system, such as network requests or disk I/O operations performed</para>
340       </listitem>
341       <listitem>
342         <para> Data about the throughput or transfer rates of internal Lustre file system data, such
343           as locks or allocations. </para>
344       </listitem>
345     </itemizedlist>
346     <note>
347       <para>It is highly recommended that you complete baseline testing for your Lustre file system
348         to determine normal I/O activity for your hardware, network, and system workloads. Baseline
349         data will allow you to easily determine when performance becomes degraded in your system.
350         Two particularly useful baseline statistics are:</para>
351       <itemizedlist>
352         <listitem>
353           <para><literal>brw_stats</literal> â€“ Histogram data characterizing I/O requests to the
354             OSTs. For more details, see <xref xmlns:xlink="http://www.w3.org/1999/xlink"
355               linkend="dbdoclet.50438271_55057"/>.</para>
356         </listitem>
357         <listitem>
358           <para><literal>rpc_stats</literal> â€“ Histogram data showing information about RPCs made by
359             clients. For more details, see <xref xmlns:xlink="http://www.w3.org/1999/xlink"
360               linkend="MonitoringClientRCPStream"/>.</para>
361         </listitem>
362       </itemizedlist>
363     </note>
364     <section remap="h3" xml:id="MonitoringClientRCPStream">
365       <title><indexterm>
366           <primary>proc</primary>
367           <secondary>watching RPC</secondary>
368         </indexterm>Monitoring the Client RPC Stream</title>
369       <para>The <literal>rpc_stats</literal> file contains histogram data showing information about
370         remote procedure calls (RPCs) that have been made since this file was last cleared. The
371         histogram data can be cleared by writing any value into the <literal>rpc_stats</literal>
372         file.</para>
373       <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
374       <screen># lctl get_param osc.testfs-OST0000-osc-ffff810058d2f800.rpc_stats
375 snapshot_time:            1372786692.389858 (secs.usecs)
376 read RPCs in flight:      0
377 write RPCs in flight:     1
378 dio read RPCs in flight:  0
379 dio write RPCs in flight: 0
380 pending write pages:      256
381 pending read pages:       0
382
383                      read                   write
384 pages per rpc   rpcs   % cum % |       rpcs   % cum %
385 1:                 0   0   0   |          0   0   0
386 2:                 0   0   0   |          1   0   0
387 4:                 0   0   0   |          0   0   0
388 8:                 0   0   0   |          0   0   0
389 16:                0   0   0   |          0   0   0
390 32:                0   0   0   |          2   0   0
391 64:                0   0   0   |          2   0   0
392 128:               0   0   0   |          5   0   0
393 256:             850 100 100   |      18346  99 100
394
395                      read                   write
396 rpcs in flight  rpcs   % cum % |       rpcs   % cum %
397 0:               691  81  81   |       1740   9   9
398 1:                48   5  86   |        938   5  14
399 2:                29   3  90   |       1059   5  20
400 3:                17   2  92   |       1052   5  26
401 4:                13   1  93   |        920   5  31
402 5:                12   1  95   |        425   2  33
403 6:                10   1  96   |        389   2  35
404 7:                30   3 100   |      11373  61  97
405 8:                 0   0 100   |        460   2 100
406
407                      read                   write
408 offset          rpcs   % cum % |       rpcs   % cum %
409 0:               850 100 100   |      18347  99  99
410 1:                 0   0 100   |          0   0  99
411 2:                 0   0 100   |          0   0  99
412 4:                 0   0 100   |          0   0  99
413 8:                 0   0 100   |          0   0  99
414 16:                0   0 100   |          1   0  99
415 32:                0   0 100   |          1   0  99
416 64:                0   0 100   |          3   0  99
417 128:               0   0 100   |          4   0 100
418
419 </screen>
420       <para>The header information includes:</para>
421       <itemizedlist>
422         <listitem>
423           <para><literal>snapshot_time</literal> - UNIX epoch instant the file was read.</para>
424         </listitem>
425         <listitem>
426           <para><literal>read RPCs in flight</literal> - Number of read RPCs issued by the OSC, but
427             not complete at the time of the snapshot. This value should always be less than or equal
428             to <literal>max_rpcs_in_flight</literal>.</para>
429         </listitem>
430         <listitem>
431           <para><literal>write RPCs in flight</literal> - Number of write RPCs issued by the OSC,
432             but not complete at the time of the snapshot. This value should always be less than or
433             equal to <literal>max_rpcs_in_flight</literal>.</para>
434         </listitem>
435         <listitem>
436           <para><literal>dio read RPCs in flight</literal> - Direct I/O (as opposed to block I/O)
437             read RPCs issued but not completed at the time of the snapshot.</para>
438         </listitem>
439         <listitem>
440           <para><literal>dio write RPCs in flight</literal> - Direct I/O (as opposed to block I/O)
441             write RPCs issued but not completed at the time of the snapshot.</para>
442         </listitem>
443         <listitem>
444           <para><literal>pending write pages</literal>  - Number of pending write pages that have
445             been queued for I/O in the OSC.</para>
446         </listitem>
447         <listitem>
448           <para><literal>pending read pages</literal> - Number of pending read pages that have been
449             queued for I/O in the OSC.</para>
450         </listitem>
451       </itemizedlist>
452       <para>The tabular data is described in the table below. Each row in the table shows the number
453         of reads or writes (<literal>ios</literal>) occurring for the statistic, the relative
454         percentage (<literal>%</literal>) of total reads or writes, and the cumulative percentage
455           (<literal>cum %</literal>) to that point in the table for the statistic.</para>
456       <informaltable frame="all">
457         <tgroup cols="2">
458           <colspec colname="c1" colwidth="40*"/>
459           <colspec colname="c2" colwidth="60*"/>
460           <thead>
461             <row>
462               <entry>
463                 <para><emphasis role="bold">Field</emphasis></para>
464               </entry>
465               <entry>
466                 <para><emphasis role="bold">Description</emphasis></para>
467               </entry>
468             </row>
469           </thead>
470           <tbody>
471             <row>
472               <entry>
473                 <para> pages per RPC</para>
474               </entry>
475               <entry>
476                 <para>Shows cumulative RPC reads and writes organized according to the number of
477                   pages in the RPC. A single page RPC increments the <literal>0:</literal>
478                   row.</para>
479               </entry>
480             </row>
481             <row>
482               <entry>
483                 <para> RPCs in flight</para>
484               </entry>
485               <entry>
486                 <para> Shows the number of RPCs that are pending when an RPC is sent. When the first
487                   RPC is sent, the <literal>0:</literal> row is incremented. If the first RPC is
488                   sent while another RPC is pending, the <literal>1:</literal> row is incremented
489                   and so on. </para>
490               </entry>
491             </row>
492             <row>
493               <entry>
494                 <para> offset</para>
495               </entry>
496               <entry>
497                 <para> The page index of the first page read from or written to the object by the
498                   RPC. </para>
499               </entry>
500             </row>
501           </tbody>
502         </tgroup>
503       </informaltable>
504       <para><emphasis role="italic"><emphasis role="bold">Analysis:</emphasis></emphasis></para>
505       <para>This table provides a way to visualize the concurrency of the RPC stream. Ideally, you
506         will see a large clump around the <literal>max_rpcs_in_flight value</literal>, which shows
507         that the network is being kept busy.</para>
508       <para>For information about optimizing the client I/O RPC stream, see <xref
509           xmlns:xlink="http://www.w3.org/1999/xlink" linkend="TuningClientIORPCStream"/>.</para>
510     </section>
511     <section xml:id="lustreproc.clientstats" remap="h3">
512       <title><indexterm>
513           <primary>proc</primary>
514           <secondary>client stats</secondary>
515         </indexterm>Monitoring Client Activity</title>
516       <para>The <literal>stats</literal> file maintains statistics accumulate during typical
517         operation of a client across the VFS interface of the Lustre file system. Only non-zero
518         parameters are displayed in the file. </para>
519       <para>Client statistics are enabled by default.</para>
520       <note>
521         <para>Statistics for all mounted file systems can be discovered by
522           entering:<screen>lctl get_param llite.*.stats</screen></para>
523       </note>
524       <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
525       <screen>client# lctl get_param llite.*.stats
526 snapshot_time          1308343279.169704 secs.usecs
527 dirty_pages_hits       14819716 samples [regs]
528 dirty_pages_misses     81473472 samples [regs]
529 read_bytes             36502963 samples [bytes] 1 26843582 55488794
530 write_bytes            22985001 samples [bytes] 0 125912 3379002
531 brw_read               2279 samples [pages] 1 1 2270
532 ioctl                  186749 samples [regs]
533 open                   3304805 samples [regs]
534 close                  3331323 samples [regs]
535 seek                   48222475 samples [regs]
536 fsync                  963 samples [regs]
537 truncate               9073 samples [regs]
538 setxattr               19059 samples [regs]
539 getxattr               61169 samples [regs]
540 </screen>
541       <para> The statistics can be cleared by echoing an empty string into the
542           <literal>stats</literal> file or by using the command:
543         <screen>lctl set_param llite.*.stats=0</screen></para>
544       <para>The statistics displayed are described in the table below.</para>
545       <informaltable frame="all">
546         <tgroup cols="2">
547           <colspec colname="c1" colwidth="3*"/>
548           <colspec colname="c2" colwidth="7*"/>
549           <thead>
550             <row>
551               <entry>
552                 <para><emphasis role="bold">Entry</emphasis></para>
553               </entry>
554               <entry>
555                 <para><emphasis role="bold">Description</emphasis></para>
556               </entry>
557             </row>
558           </thead>
559           <tbody>
560             <row>
561               <entry>
562                 <para>
563                   <literal>snapshot_time</literal></para>
564               </entry>
565               <entry>
566                 <para>UNIX epoch instant the stats file was read.</para>
567               </entry>
568             </row>
569             <row>
570               <entry>
571                 <para>
572                   <literal>dirty_page_hits</literal></para>
573               </entry>
574               <entry>
575                 <para>The number of write operations that have been satisfied by the dirty page
576                   cache. See <xref xmlns:xlink="http://www.w3.org/1999/xlink"
577                     linkend="TuningClientIORPCStream"/> for more information about dirty cache
578                   behavior in a Lustre file system.</para>
579               </entry>
580             </row>
581             <row>
582               <entry>
583                 <para>
584                   <literal>dirty_page_misses</literal></para>
585               </entry>
586               <entry>
587                 <para>The number of write operations that were not satisfied by the dirty page
588                   cache.</para>
589               </entry>
590             </row>
591             <row>
592               <entry>
593                 <para>
594                   <literal>read_bytes</literal></para>
595               </entry>
596               <entry>
597                 <para>The number of read operations that have occurred. Three additional parameters
598                   are displayed:</para>
599                 <variablelist>
600                   <varlistentry>
601                     <term>min</term>
602                     <listitem>
603                       <para>The minimum number of bytes read in a single request since the counter
604                         was reset.</para>
605                     </listitem>
606                   </varlistentry>
607                   <varlistentry>
608                     <term>max</term>
609                     <listitem>
610                       <para>The maximum number of bytes read in a single request since the counter
611                         was reset.</para>
612                     </listitem>
613                   </varlistentry>
614                   <varlistentry>
615                     <term>sum</term>
616                     <listitem>
617                       <para>The accumulated sum of bytes of all read requests since the counter was
618                         reset.</para>
619                     </listitem>
620                   </varlistentry>
621                 </variablelist>
622               </entry>
623             </row>
624             <row>
625               <entry>
626                 <para>
627                   <literal>write_bytes</literal></para>
628               </entry>
629               <entry>
630                 <para>The number of write operations that have occurred. Three additional parameters
631                   are displayed:</para>
632                 <variablelist>
633                   <varlistentry>
634                     <term>min</term>
635                     <listitem>
636                       <para>The minimum number of bytes written in a single request since the
637                         counter was reset.</para>
638                     </listitem>
639                   </varlistentry>
640                   <varlistentry>
641                     <term>max</term>
642                     <listitem>
643                       <para>The maximum number of bytes written in a single request since the
644                         counter was reset.</para>
645                     </listitem>
646                   </varlistentry>
647                   <varlistentry>
648                     <term>sum</term>
649                     <listitem>
650                       <para>The accumulated sum of bytes of all write requests since the counter was
651                         reset.</para>
652                     </listitem>
653                   </varlistentry>
654                 </variablelist>
655               </entry>
656             </row>
657             <row>
658               <entry>
659                 <para>
660                   <literal>brw_read</literal></para>
661               </entry>
662               <entry>
663                 <para>The number of pages that have been read. Three additional parameters are
664                   displayed:</para>
665                 <variablelist>
666                   <varlistentry>
667                     <term>min</term>
668                     <listitem>
669                       <para>The minimum number of bytes read in a single block read/write
670                           (<literal>brw</literal>) read request since the counter was reset.</para>
671                     </listitem>
672                   </varlistentry>
673                   <varlistentry>
674                     <term>max</term>
675                     <listitem>
676                       <para>The maximum number of bytes read in a single <literal>brw</literal> read
677                         requests since the counter was reset.</para>
678                     </listitem>
679                   </varlistentry>
680                   <varlistentry>
681                     <term>sum</term>
682                     <listitem>
683                       <para>The accumulated sum of bytes of all <literal>brw</literal> read requests
684                         since the counter was reset.</para>
685                     </listitem>
686                   </varlistentry>
687                 </variablelist>
688               </entry>
689             </row>
690             <row>
691               <entry>
692                 <para>
693                   <literal>ioctl</literal></para>
694               </entry>
695               <entry>
696                 <para>The number of combined file and directory <literal>ioctl</literal>
697                   operations.</para>
698               </entry>
699             </row>
700             <row>
701               <entry>
702                 <para>
703                   <literal>open</literal></para>
704               </entry>
705               <entry>
706                 <para>The number of open operations that have succeeded.</para>
707               </entry>
708             </row>
709             <row>
710               <entry>
711                 <para>
712                   <literal>close</literal></para>
713               </entry>
714               <entry>
715                 <para>The number of close operations that have succeeded.</para>
716               </entry>
717             </row>
718             <row>
719               <entry>
720                 <para>
721                   <literal>seek</literal></para>
722               </entry>
723               <entry>
724                 <para>The number of times <literal>seek</literal> has been called.</para>
725               </entry>
726             </row>
727             <row>
728               <entry>
729                 <para>
730                   <literal>fsync</literal></para>
731               </entry>
732               <entry>
733                 <para>The number of times <literal>fsync</literal> has been called.</para>
734               </entry>
735             </row>
736             <row>
737               <entry>
738                 <para>
739                   <literal>truncate</literal></para>
740               </entry>
741               <entry>
742                 <para>The total number of calls to both locked and lockless
743                     <literal>truncate</literal>.</para>
744               </entry>
745             </row>
746             <row>
747               <entry>
748                 <para>
749                   <literal>setxattr</literal></para>
750               </entry>
751               <entry>
752                 <para>The number of times extended attributes have been set. </para>
753               </entry>
754             </row>
755             <row>
756               <entry>
757                 <para>
758                   <literal>getxattr</literal></para>
759               </entry>
760               <entry>
761                 <para>The number of times value(s) of extended attributes have been fetched.</para>
762               </entry>
763             </row>
764           </tbody>
765         </tgroup>
766       </informaltable>
767       <para><emphasis role="italic"><emphasis role="bold">Analysis:</emphasis></emphasis></para>
768       <para>Information is provided about the amount and type of I/O activity is taking place on the
769         client.</para>
770     </section>
771     <section remap="h3">
772       <title><indexterm>
773           <primary>proc</primary>
774           <secondary>read/write survey</secondary>
775         </indexterm>Monitoring Client Read-Write Offset Statistics</title>
776       <para>When the <literal>offset_stats</literal> parameter is set, statistics are maintained for
777         occurrences of a series of read or write calls from a process that did not access the next
778         sequential location. The <literal>OFFSET</literal> field is reset to 0 (zero) whenever a
779         different file is read or written.</para>
780       <note>
781         <para>By default, statistics are not collected in the <literal>offset_stats</literal>,
782             <literal>extents_stats</literal>, and <literal>extents_stats_per_process</literal> files
783           to reduce monitoring overhead when this information is not needed.  The collection of
784           statistics in all three of these files is activated by writing anything into any one of
785           the files.</para>
786       </note>
787       <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
788       <screen># lctl get_param llite.testfs-f57dee0.offset_stats
789 snapshot_time: 1155748884.591028 (secs.usecs)
790              RANGE   RANGE    SMALLEST   LARGEST   
791 R/W   PID    START   END      EXTENT     EXTENT    OFFSET
792 R     8385   0       128      128        128       0
793 R     8385   0       224      224        224       -128
794 W     8385   0       250      50         100       0
795 W     8385   100     1110     10         500       -150
796 W     8384   0       5233     5233       5233      0
797 R     8385   500     600      100        100       -610</screen>
798       <para>In this example, <literal>snapshot_time</literal> is the UNIX epoch instant the file was
799         read. The tabular data is described in the table below.</para>
800       <para>The <literal>offset_stats</literal> file can be cleared by
801         entering:<screen>lctl set_param llite.*.offset_stats=0</screen></para>
802       <informaltable frame="all">
803         <tgroup cols="2">
804           <colspec colname="c1" colwidth="50*"/>
805           <colspec colname="c2" colwidth="50*"/>
806           <thead>
807             <row>
808               <entry>
809                 <para><emphasis role="bold">Field</emphasis></para>
810               </entry>
811               <entry>
812                 <para><emphasis role="bold">Description</emphasis></para>
813               </entry>
814             </row>
815           </thead>
816           <tbody>
817             <row>
818               <entry>
819                 <para>R/W</para>
820               </entry>
821               <entry>
822                 <para>Indicates if the non-sequential call was a read or write</para>
823               </entry>
824             </row>
825             <row>
826               <entry>
827                 <para>PID </para>
828               </entry>
829               <entry>
830                 <para>Process ID of the process that made the read/write call.</para>
831               </entry>
832             </row>
833             <row>
834               <entry>
835                 <para>RANGE START/RANGE END</para>
836               </entry>
837               <entry>
838                 <para>Range in which the read/write calls were sequential.</para>
839               </entry>
840             </row>
841             <row>
842               <entry>
843                 <para>SMALLEST EXTENT </para>
844               </entry>
845               <entry>
846                 <para>Smallest single read/write in the corresponding range (in bytes).</para>
847               </entry>
848             </row>
849             <row>
850               <entry>
851                 <para>LARGEST EXTENT </para>
852               </entry>
853               <entry>
854                 <para>Largest single read/write in the corresponding range (in bytes).</para>
855               </entry>
856             </row>
857             <row>
858               <entry>
859                 <para>OFFSET </para>
860               </entry>
861               <entry>
862                 <para>Difference between the previous range end and the current range start.</para>
863               </entry>
864             </row>
865           </tbody>
866         </tgroup>
867       </informaltable>
868       <para><emphasis role="italic"><emphasis role="bold">Analysis:</emphasis></emphasis></para>
869       <para>This data provides an indication of how contiguous or fragmented the data is. For
870         example, the fourth entry in the example above shows the writes for this RPC were sequential
871         in the range 100 to 1110 with the minimum write 10 bytes and the maximum write 500 bytes.
872         The range started with an offset of -150 from the <literal>RANGE END</literal> of the
873         previous entry in the example.</para>
874     </section>
875     <section remap="h3">
876       <title><indexterm>
877           <primary>proc</primary>
878           <secondary>read/write survey</secondary>
879         </indexterm>Monitoring Client Read-Write Extent Statistics</title>
880       <para>For in-depth troubleshooting, client read-write extent statistics can be accessed to
881         obtain more detail about read/write I/O extents for the file system or for a particular
882         process.</para>
883       <note>
884         <para>By default, statistics are not collected in the <literal>offset_stats</literal>,
885             <literal>extents_stats</literal>, and <literal>extents_stats_per_process</literal> files
886           to reduce monitoring overhead when this information is not needed.  The collection of
887           statistics in all three of these files is activated by writing anything into any one of
888           the files.</para>
889       </note>
890       <section remap="h3">
891         <title>Client-Based I/O Extent Size Survey</title>
892         <para>The <literal>extent_stats</literal> histogram in the <literal>llite</literal>
893           directory shows the statistics for the sizes of the read/write I/O extents. This file does
894           not maintain the per-process statistics.</para>
895         <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
896         <screen># lctl get_param llite.testfs-*.extents_stats
897 snapshot_time:                     1213828728.348516 (secs.usecs)
898                        read           |            write
899 extents          calls  %      cum%   |     calls  %     cum%
900  
901 0K - 4K :        0      0      0      |     2      2     2
902 4K - 8K :        0      0      0      |     0      0     2
903 8K - 16K :       0      0      0      |     0      0     2
904 16K - 32K :      0      0      0      |     20     23    26
905 32K - 64K :      0      0      0      |     0      0     26
906 64K - 128K :     0      0      0      |     51     60    86
907 128K - 256K :    0      0      0      |     0      0     86
908 256K - 512K :    0      0      0      |     0      0     86
909 512K - 1024K :   0      0      0      |     0      0     86
910 1M - 2M :        0      0      0      |     11     13    100</screen>
911         <para>In this example, <literal>snapshot_time</literal> is the UNIX epoch instant the file
912           was read. The table shows cumulative extents organized according to size with statistics
913           provided separately for reads and writes. Each row in the table shows the number of RPCs
914           for reads and writes respectively (<literal>calls</literal>), the relative percentage of
915           total calls (<literal>%</literal>), and the cumulative percentage to that point in the
916           table of calls (<literal>cum %</literal>). </para>
917         <para> The file can be cleared by issuing the following
918           command:<screen># lctl set_param llite.testfs-*.extents_stats=0</screen></para>
919       </section>
920       <section>
921         <title>Per-Process Client I/O Statistics</title>
922         <para>The <literal>extents_stats_per_process</literal> file maintains the I/O extent size
923           statistics on a per-process basis.</para>
924         <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
925         <screen># lctl get_param llite.testfs-*.extents_stats_per_process
926 snapshot_time:                     1213828762.204440 (secs.usecs)
927                           read            |             write
928 extents            calls   %      cum%    |      calls   %       cum%
929  
930 PID: 11488
931    0K - 4K :       0       0       0      |      0       0       0
932    4K - 8K :       0       0       0      |      0       0       0
933    8K - 16K :      0       0       0      |      0       0       0
934    16K - 32K :     0       0       0      |      0       0       0
935    32K - 64K :     0       0       0      |      0       0       0
936    64K - 128K :    0       0       0      |      0       0       0
937    128K - 256K :   0       0       0      |      0       0       0
938    256K - 512K :   0       0       0      |      0       0       0
939    512K - 1024K :  0       0       0      |      0       0       0
940    1M - 2M :       0       0       0      |      10      100     100
941  
942 PID: 11491
943    0K - 4K :       0       0       0      |      0       0       0
944    4K - 8K :       0       0       0      |      0       0       0
945    8K - 16K :      0       0       0      |      0       0       0
946    16K - 32K :     0       0       0      |      20      100     100
947    
948 PID: 11424
949    0K - 4K :       0       0       0      |      0       0       0
950    4K - 8K :       0       0       0      |      0       0       0
951    8K - 16K :      0       0       0      |      0       0       0
952    16K - 32K :     0       0       0      |      0       0       0
953    32K - 64K :     0       0       0      |      0       0       0
954    64K - 128K :    0       0       0      |      16      100     100
955  
956 PID: 11426
957    0K - 4K :       0       0       0      |      1       100     100
958  
959 PID: 11429
960    0K - 4K :       0       0       0      |      1       100     100
961  
962 </screen>
963         <para>This table shows cumulative extents organized according to size for each process ID
964           (PID) with statistics provided separately for reads and writes. Each row in the table
965           shows the number of RPCs for reads and writes respectively (<literal>calls</literal>), the
966           relative percentage of total calls (<literal>%</literal>), and the cumulative percentage
967           to that point in the table of calls (<literal>cum %</literal>). </para>
968       </section>
969     </section>
970     <section xml:id="dbdoclet.50438271_55057">
971       <title><indexterm>
972           <primary>proc</primary>
973           <secondary>block I/O</secondary>
974         </indexterm>Monitoring the OST Block I/O Stream</title>
975       <para>The <literal>brw_stats</literal> file in the <literal>obdfilter</literal> directory
976         contains histogram data showing statistics for number of I/O requests sent to the disk,
977         their size, and whether they are contiguous on the disk or not.</para>
978       <para><emphasis role="italic"><emphasis role="bold">Example:</emphasis></emphasis></para>
979       <para>Enter on the OSS:</para>
980       <screen># lctl get_param obdfilter.testfs-OST0000.brw_stats 
981 snapshot_time:         1372775039.769045 (secs.usecs)
982                            read      |      write
983 pages per bulk r/w     rpcs  % cum % |  rpcs   % cum %
984 1:                     108 100 100   |    39   0   0
985 2:                       0   0 100   |     6   0   0
986 4:                       0   0 100   |     1   0   0
987 8:                       0   0 100   |     0   0   0
988 16:                      0   0 100   |     4   0   0
989 32:                      0   0 100   |    17   0   0
990 64:                      0   0 100   |    12   0   0
991 128:                     0   0 100   |    24   0   0
992 256:                     0   0 100   | 23142  99 100
993
994                            read      |      write
995 discontiguous pages    rpcs  % cum % |  rpcs   % cum %
996 0:                     108 100 100   | 23245 100 100
997
998                            read      |      write
999 discontiguous blocks   rpcs  % cum % |  rpcs   % cum %
1000 0:                     108 100 100   | 23243  99  99
1001 1:                       0   0 100   |     2   0 100
1002
1003                            read      |      write
1004 disk fragmented I/Os   ios   % cum % |   ios   % cum %
1005 0:                      94  87  87   |     0   0   0
1006 1:                      14  12 100   | 23243  99  99
1007 2:                       0   0 100   |     2   0 100
1008
1009                            read      |      write
1010 disk I/Os in flight    ios   % cum % |   ios   % cum %
1011 1:                      14 100 100   | 20896  89  89
1012 2:                       0   0 100   |  1071   4  94
1013 3:                       0   0 100   |   573   2  96
1014 4:                       0   0 100   |   300   1  98
1015 5:                       0   0 100   |   166   0  98
1016 6:                       0   0 100   |   108   0  99
1017 7:                       0   0 100   |    81   0  99
1018 8:                       0   0 100   |    47   0  99
1019 9:                       0   0 100   |     5   0 100
1020
1021                            read      |      write
1022 I/O time (1/1000s)     ios   % cum % |   ios   % cum %
1023 1:                      94  87  87   |     0   0   0
1024 2:                       0   0  87   |     7   0   0
1025 4:                      14  12 100   |    27   0   0
1026 8:                       0   0 100   |    14   0   0
1027 16:                      0   0 100   |    31   0   0
1028 32:                      0   0 100   |    38   0   0
1029 64:                      0   0 100   | 18979  81  82
1030 128:                     0   0 100   |   943   4  86
1031 256:                     0   0 100   |  1233   5  91
1032 512:                     0   0 100   |  1825   7  99
1033 1K:                      0   0 100   |   99   0  99
1034 2K:                      0   0 100   |     0   0  99
1035 4K:                      0   0 100   |     0   0  99
1036 8K:                      0   0 100   |    49   0 100
1037
1038                            read      |      write
1039 disk I/O size          ios   % cum % |   ios   % cum %
1040 4K:                     14 100 100   |    41   0   0
1041 8K:                      0   0 100   |     6   0   0
1042 16K:                     0   0 100   |     1   0   0
1043 32K:                     0   0 100   |     0   0   0
1044 64K:                     0   0 100   |     4   0   0
1045 128K:                    0   0 100   |    17   0   0
1046 256K:                    0   0 100   |    12   0   0
1047 512K:                    0   0 100   |    24   0   0
1048 1M:                      0   0 100   | 23142  99 100
1049 </screen>
1050       <para>The tabular data is described in the table below. Each row in the table shows the number
1051         of reads and writes occurring for the statistic (<literal>ios</literal>), the relative
1052         percentage of total reads or writes (<literal>%</literal>), and the cumulative percentage to
1053         that point in the table for the statistic (<literal>cum %</literal>). </para>
1054       <informaltable frame="all">
1055         <tgroup cols="2">
1056           <colspec colname="c1" colwidth="40*"/>
1057           <colspec colname="c2" colwidth="60*"/>
1058           <thead>
1059             <row>
1060               <entry>
1061                 <para><emphasis role="bold">Field</emphasis></para>
1062               </entry>
1063               <entry>
1064                 <para><emphasis role="bold">Description</emphasis></para>
1065               </entry>
1066             </row>
1067           </thead>
1068           <tbody>
1069             <row>
1070               <entry>
1071                 <para>
1072                   <literal>pages per bulk r/w</literal></para>
1073               </entry>
1074               <entry>
1075                 <para>Number of pages per RPC request, which should match aggregate client
1076                     <literal>rpc_stats</literal> (see <xref
1077                     xmlns:xlink="http://www.w3.org/1999/xlink" linkend="MonitoringClientRCPStream"
1078                   />).</para>
1079               </entry>
1080             </row>
1081             <row>
1082               <entry>
1083                 <para>
1084                   <literal>discontiguous pages</literal></para>
1085               </entry>
1086               <entry>
1087                 <para>Number of discontinuities in the logical file offset of each page in a single
1088                   RPC.</para>
1089               </entry>
1090             </row>
1091             <row>
1092               <entry>
1093                 <para>
1094                   <literal>discontiguous blocks</literal></para>
1095               </entry>
1096               <entry>
1097                 <para>Number of discontinuities in the physical block allocation in the file system
1098                   for a single RPC.</para>
1099               </entry>
1100             </row>
1101             <row>
1102               <entry>
1103                 <para><literal>disk fragmented I/Os</literal></para>
1104               </entry>
1105               <entry>
1106                 <para>Number of I/Os that were not written entirely sequentially.</para>
1107               </entry>
1108             </row>
1109             <row>
1110               <entry>
1111                 <para><literal>disk I/Os in flight</literal></para>
1112               </entry>
1113               <entry>
1114                 <para>Number of disk I/Os currently pending.</para>
1115               </entry>
1116             </row>
1117             <row>
1118               <entry>
1119                 <para><literal>I/O time (1/1000s)</literal></para>
1120               </entry>
1121               <entry>
1122                 <para>Amount of time for each I/O operation to complete.</para>
1123               </entry>
1124             </row>
1125             <row>
1126               <entry>
1127                 <para><literal>disk I/O size</literal></para>
1128               </entry>
1129               <entry>
1130                 <para>Size of each I/O operation.</para>
1131               </entry>
1132             </row>
1133           </tbody>
1134         </tgroup>
1135       </informaltable>
1136       <para><emphasis role="italic"><emphasis role="bold">Analysis:</emphasis></emphasis></para>
1137       <para>This data provides an indication of extent size and distribution in the file
1138         system.</para>
1139     </section>
1140   </section>
1141   <section>
1142     <title>Tuning Lustre File System I/O</title>
1143     <para>Each OSC has its own tree of  tunables. For example:</para>
1144     <screen>$ ls -d /proc/fs/testfs/osc/OSC_client_ost1_MNT_client_2 /localhost
1145 /proc/fs/testfs/osc/OSC_uml0_ost1_MNT_localhost
1146 /proc/fs/testfs/osc/OSC_uml0_ost2_MNT_localhost
1147 /proc/fs/testfs/osc/OSC_uml0_ost3_MNT_localhost
1148
1149 $ ls /proc/fs/testfs/osc/OSC_uml0_ost1_MNT_localhost
1150 blocksizefilesfree max_dirty_mb ost_server_uuid stats
1151
1152 ...</screen>
1153     <para>The following sections describe some of the parameters that can be tuned in a Lustre file
1154       system.</para>
1155     <section remap="h3" xml:id="TuningClientIORPCStream">
1156       <title><indexterm>
1157           <primary>proc</primary>
1158           <secondary>RPC tunables</secondary>
1159         </indexterm>Tuning the Client I/O RPC Stream</title>
1160       <para>Ideally, an optimal amount of data is packed into each I/O RPC and a consistent number
1161         of issued RPCs are in progress at any time. To help optimize the client I/O RPC stream,
1162         several tuning variables are provided to adjust behavior according to network conditions and
1163         cluster size. For information about monitoring the client I/O RPC stream, see <xref
1164           xmlns:xlink="http://www.w3.org/1999/xlink" linkend="MonitoringClientRCPStream"/>.</para>
1165       <para>RPC stream tunables include:</para>
1166       <para>
1167         <itemizedlist>
1168           <listitem>
1169             <para><literal>osc.<replaceable>osc_instance</replaceable>.max_dirty_mb</literal> -
1170               Controls how many MBs of dirty data can be written and queued up in the OSC. POSIX
1171               file writes that are cached contribute to this count. When the limit is reached,
1172               additional writes stall until previously-cached writes are written to the server. This
1173               may be changed by writing a single ASCII integer to the file. Only values between 0
1174               and 2048 or 1/4 of RAM are allowable. If 0 is specified, no writes are cached.
1175               Performance suffers noticeably unless you use large writes (1 MB or more).</para>
1176             <para>To maximize performance, the value for <literal>max_dirty_mb</literal> is
1177               recommended to be 4 * <literal>max_pages_per_rpc </literal>*
1178                 <literal>max_rpcs_in_flight</literal>.</para>
1179           </listitem>
1180           <listitem>
1181             <para><literal>osc.<replaceable>osc_instance</replaceable>.cur_dirty_bytes</literal> - A
1182               read-only value that returns the current number of bytes written and cached on this
1183               OSC.</para>
1184           </listitem>
1185           <listitem>
1186             <para><literal>osc.<replaceable>osc_instance</replaceable>.max_pages_per_rpc</literal> -
1187               The maximum number of pages that will undergo I/O in a single RPC to the OST. The
1188               minimum setting is a single page and the maximum setting is 1024 (for systems with a
1189                 <literal>PAGE_SIZE</literal> of 4 KB), with the default maximum of 1 MB in the RPC.
1190               It is also possible to specify a units suffix (e.g. <literal>4M</literal>), so that
1191               the RPC size can be specified independently of the client
1192               <literal>PAGE_SIZE</literal>.</para>
1193           </listitem>
1194           <listitem>
1195             <para><literal>osc.<replaceable>osc_instance</replaceable>.max_rpcs_in_flight</literal>
1196               - The maximum number of concurrent RPCs in flight from an OSC to its OST. If the OSC
1197               tries to initiate an RPC but finds that it already has the same number of RPCs
1198               outstanding, it will wait to issue further RPCs until some complete. The minimum
1199               setting is 1 and maximum setting is 256. </para>
1200             <para>To improve small file I/O performance, increase the
1201                 <literal>max_rpcs_in_flight</literal> value.</para>
1202           </listitem>
1203           <listitem>
1204             <para><literal>llite.<replaceable>fsname-instance</replaceable>/max_cache_mb</literal> -
1205               Maximum amount of inactive data cached by the client (default is 3/4 of RAM).  For
1206               example:</para>
1207             <screen># lctl get_param llite.testfs-ce63ca00.max_cached_mb
1208 128</screen>
1209           </listitem>
1210         </itemizedlist>
1211       </para>
1212       <note>
1213         <para>The value for <literal><replaceable>osc_instance</replaceable></literal> is typically
1214               <literal><replaceable>fsname</replaceable>-OST<replaceable>ost_index</replaceable>-osc-<replaceable>mountpoint_instance</replaceable></literal>,
1215           where the value for <literal><replaceable>mountpoint_instance</replaceable></literal> is
1216           unique to each mount point to allow associating osc, mdc, lov, lmv, and llite parameters
1217           with the same mount point. For
1218           example:<screen>lctl get_param osc.testfs-OST0000-osc-ffff88107412f400.rpc_stats
1219 osc.testfs-OST0000-osc-ffff88107412f400.rpc_stats=
1220 snapshot_time:         1375743284.337839 (secs.usecs)
1221 read RPCs in flight:  0
1222 write RPCs in flight: 0
1223 </screen></para>
1224       </note>
1225     </section>
1226     <section remap="h3">
1227       <title><indexterm>
1228           <primary>proc</primary>
1229           <secondary>readahead</secondary>
1230         </indexterm>Tuning File Readahead and Directory Statahead</title>
1231       <para>File readahead and directory statahead enable reading of data into memory before a
1232         process requests the data. File readahead reads file content data into memory and directory
1233         statahead reads metadata into memory. When readahead and statahead work well, a process that
1234         accesses data finds that the information it needs is available immediately when requested in
1235         memory without the delay of network I/O.</para>
1236       <para condition="l22">In Lustre software release 2.2.0, the directory statahead feature was
1237         improved to enhance directory traversal performance. The improvements primarily addressed
1238         two issues: <orderedlist>
1239           <listitem>
1240             <para>A race condition existed between the statahead thread and other VFS operations
1241               while processing asynchronous <literal>getattr</literal> RPC replies, causing
1242               duplicate entries in dcache. This issue was resolved by using statahead local dcache.
1243             </para>
1244           </listitem>
1245           <listitem>
1246             <para>File size/block attributes pre-fetching was not supported, so the traversing
1247               thread had to send synchronous glimpse size RPCs to OST(s). This issue was resolved by
1248               using asynchronous glimpse lock (AGL) RPCs to pre-fetch file size/block attributes
1249               from OST(s).</para>
1250           </listitem>
1251         </orderedlist>
1252       </para>
1253       <section remap="h4">
1254         <title>Tuning File Readahead</title>
1255         <para>File readahead is triggered when two or more sequential reads by an application fail
1256           to be satisfied by data in the Linux buffer cache. The size of the initial readahead is 1
1257           MB. Additional readaheads grow linearly and increment until the readahead cache on the
1258           client is full at 40 MB.</para>
1259         <para>Readahead tunables include:</para>
1260         <itemizedlist>
1261           <listitem>
1262             <para><literal>llite.<replaceable>fsname-instance</replaceable>.max_read_ahead_mb</literal>
1263               - Controls the maximum amount of data readahead on a file. Files are read ahead in
1264               RPC-sized chunks (1 MB or the size of the <literal>read()</literal> call, if larger)
1265               after the second sequential read on a file descriptor. Random reads are done at the
1266               size of the <literal>read()</literal> call only (no readahead). Reads to
1267               non-contiguous regions of the file reset the readahead algorithm, and readahead is not
1268               triggered again until sequential reads take place again. </para>
1269             <para>To disable readahead, set this tunable to 0. The default value is 40 MB.</para>
1270           </listitem>
1271           <listitem>
1272             <para><literal>llite.<replaceable>fsname-instance</replaceable>.max_read_ahead_whole_mb</literal>
1273               - Controls the maximum size of a file that is read in its entirety, regardless of the
1274               size of the <literal>read()</literal>.</para>
1275           </listitem>
1276         </itemizedlist>
1277       </section>
1278       <section>
1279         <title>Tuning Directory Statahead and AGL</title>
1280         <para>Many system commands, such as <literal>ls â€“l</literal>, <literal>du</literal>, and
1281             <literal>find</literal>, traverse a directory sequentially. To make these commands run
1282           efficiently, the directory statahead and asynchronous glimpse lock (AGL) can be enabled to
1283           improve the performance of traversing.</para>
1284         <para>The statahead tunables are:</para>
1285         <itemizedlist>
1286           <listitem>
1287             <para><literal>statahead_max</literal> - Controls whether directory statahead is enabled
1288               and the maximum statahead window size (i.e., how many files can be pre-fetched by the
1289               statahead thread). By default, statahead is enabled and the value of
1290                 <literal>statahead_max</literal> is 32.</para>
1291             <para>To disable statahead, run:</para>
1292             <screen>lctl set_param llite.*.statahead_max=0</screen>
1293             <para>To set the maximum statahead window size (<replaceable>n</replaceable>),
1294               run:</para>
1295             <screen>lctl set_param llite.*.statahead_max=<replaceable>n</replaceable></screen>
1296             <para>The maximum value of <replaceable>n</replaceable> is 8192.</para>
1297             <para>The AGL can be controlled by entering:</para>
1298             <screen>lctl set_param llite.*.statahead_agl=<replaceable>n</replaceable></screen>
1299             <para>The default value for <replaceable>n</replaceable> is 1, which enables the AGL. If
1300                 <replaceable>n</replaceable> is 0, the AGL is disabled.</para>
1301           </listitem>
1302           <listitem>
1303             <para><literal>statahead_stats</literal> - A read-only interface that indicates the
1304               current statahead and AGL statistics, such as how many times statahead/AGL has been
1305               triggered since the last mount, how many statahead/AGL failures have occurred due to
1306               an incorrect prediction or other causes.</para>
1307             <note>
1308               <para>The AGL is affected by statahead because the inodes processed by AGL are built
1309                 by the statahead thread, which means the statahead thread is the input of the AGL
1310                 pipeline. So if statahead is disabled, then the AGL is disabled by force.</para>
1311             </note>
1312           </listitem>
1313         </itemizedlist>
1314       </section>
1315     </section>
1316     <section remap="h3">
1317       <title><indexterm>
1318           <primary>proc</primary>
1319           <secondary>read cache</secondary>
1320         </indexterm>Tuning OSS Read Cache</title>
1321       <para>The OSS read cache feature provides read-only caching of data on an OSS. This
1322         functionality uses the Linux page cache to store the data and uses as much physical memory
1323         as is allocated.</para>
1324       <para>OSS read cache improves Lustre file system performance in these situations:</para>
1325       <itemizedlist>
1326         <listitem>
1327           <para>Many clients are accessing the same data set (as in HPC applications or when
1328             diskless clients boot from the Lustre file system).</para>
1329         </listitem>
1330         <listitem>
1331           <para>One client is storing data while another client is reading it (i.e., clients are
1332             exchanging data via the OST).</para>
1333         </listitem>
1334         <listitem>
1335           <para>A client has very limited caching of its own.</para>
1336         </listitem>
1337       </itemizedlist>
1338       <para>OSS read cache offers these benefits:</para>
1339       <itemizedlist>
1340         <listitem>
1341           <para>Allows OSTs to cache read data more frequently.</para>
1342         </listitem>
1343         <listitem>
1344           <para>Improves repeated reads to match network speeds instead of disk speeds.</para>
1345         </listitem>
1346         <listitem>
1347           <para>Provides the building blocks for OST write cache (small-write aggregation).</para>
1348         </listitem>
1349       </itemizedlist>
1350       <section remap="h4">
1351         <title>Using OSS Read Cache</title>
1352         <para>OSS read cache is implemented on the OSS, and does not require any special support on
1353           the client side. Since OSS read cache uses the memory available in the Linux page cache,
1354           the appropriate amount of memory for the cache should be determined based on I/O patterns;
1355           if the data is mostly reads, then more cache is required than would be needed for mostly
1356           writes.</para>
1357         <para>OSS read cache is managed using the following tunables:</para>
1358         <itemizedlist>
1359           <listitem>
1360             <para><literal>read_cache_enable</literal> - Controls whether data read from disk during
1361               a read request is kept in memory and available for later read requests for the same
1362               data, without having to re-read it from disk. By default, read cache is enabled
1363                 (<literal>read_cache_enable=1</literal>).</para>
1364             <para>When the OSS receives a read request from a client, it reads data from disk into
1365               its memory and sends the data as a reply to the request. If read cache is enabled,
1366               this data stays in memory after the request from the client has been fulfilled. When
1367               subsequent read requests for the same data are received, the OSS skips reading data
1368               from disk and the request is fulfilled from the cached data. The read cache is managed
1369               by the Linux kernel globally across all OSTs on that OSS so that the least recently
1370               used cache pages are dropped from memory when the amount of free memory is running
1371               low.</para>
1372             <para>If read cache is disabled (<literal>read_cache_enable=0</literal>), the OSS
1373               discards the data after a read request from the client is serviced and, for subsequent
1374               read requests, the OSS again reads the data from disk.</para>
1375             <para>To disable read cache on all the OSTs of an OSS, run:</para>
1376             <screen>root@oss1# lctl set_param obdfilter.*.read_cache_enable=0</screen>
1377             <para>To re-enable read cache on one OST, run:</para>
1378             <screen>root@oss1# lctl set_param obdfilter.{OST_name}.read_cache_enable=1</screen>
1379             <para>To check if read cache is enabled on all OSTs on an OSS, run:</para>
1380             <screen>root@oss1# lctl get_param obdfilter.*.read_cache_enable</screen>
1381           </listitem>
1382           <listitem>
1383             <para><literal>writethrough_cache_enable</literal> - Controls whether data sent to the
1384               OSS as a write request is kept in the read cache and available for later reads, or if
1385               it is discarded from cache when the write is completed. By default, the writethrough
1386               cache is enabled (<literal>writethrough_cache_enable=1</literal>).</para>
1387             <para>When the OSS receives write requests from a client, it receives data from the
1388               client into its memory and writes the data to disk. If the writethrough cache is
1389               enabled, this data stays in memory after the write request is completed, allowing the
1390               OSS to skip reading this data from disk if a later read request, or partial-page write
1391               request, for the same data is received.</para>
1392             <para>If the writethrough cache is disabled
1393                 (<literal>writethrough_cache_enabled=0</literal>), the OSS discards the data after
1394               the write request from the client is completed. For subsequent read requests, or
1395               partial-page write requests, the OSS must re-read the data from disk.</para>
1396             <para>Enabling writethrough cache is advisable if clients are doing small or unaligned
1397               writes that would cause partial-page updates, or if the files written by one node are
1398               immediately being accessed by other nodes. Some examples where enabling writethrough
1399               cache might be useful include producer-consumer I/O models or shared-file writes with
1400               a different node doing I/O not aligned on 4096-byte boundaries. </para>
1401             <para>Disabling the writethrough cache is advisable when files are mostly written to the
1402               file system but are not re-read within a short time period, or files are only written
1403               and re-read by the same node, regardless of whether the I/O is aligned or not.</para>
1404             <para>To disable the writethrough cache on all OSTs of an OSS, run:</para>
1405             <screen>root@oss1# lctl set_param obdfilter.*.writethrough_cache_enable=0</screen>
1406             <para>To re-enable the writethrough cache on one OST, run:</para>
1407             <screen>root@oss1# lctl set_param obdfilter.{OST_name}.writethrough_cache_enable=1</screen>
1408             <para>To check if the writethrough cache is enabled, run:</para>
1409             <screen>root@oss1# lctl get_param obdfilter.*.writethrough_cache_enable</screen>
1410           </listitem>
1411           <listitem>
1412             <para><literal>readcache_max_filesize</literal> - Controls the maximum size of a file
1413               that both the read cache and writethrough cache will try to keep in memory. Files
1414               larger than <literal>readcache_max_filesize</literal> will not be kept in cache for
1415               either reads or writes.</para>
1416             <para>Setting this tunable can be useful for workloads where relatively small files are
1417               repeatedly accessed by many clients, such as job startup files, executables, log
1418               files, etc., but large files are read or written only once. By not putting the larger
1419               files into the cache, it is much more likely that more of the smaller files will
1420               remain in cache for a longer time.</para>
1421             <para>When setting <literal>readcache_max_filesize</literal>, the input value can be
1422               specified in bytes, or can have a suffix to indicate other binary units such as
1423                 <literal>K</literal> (kilobytes), <literal>M</literal> (megabytes),
1424                 <literal>G</literal> (gigabytes), <literal>T</literal> (terabytes), or
1425                 <literal>P</literal> (petabytes).</para>
1426             <para>To limit the maximum cached file size to 32 MB on all OSTs of an OSS, run:</para>
1427             <screen>root@oss1# lctl set_param obdfilter.*.readcache_max_filesize=32M</screen>
1428             <para>To disable the maximum cached file size on an OST, run:</para>
1429             <screen>root@oss1# lctl set_param obdfilter.{OST_name}.readcache_max_filesize=-1</screen>
1430             <para>To check the current maximum cached file size on all OSTs of an OSS, run:</para>
1431             <screen>root@oss1# lctl get_param obdfilter.*.readcache_max_filesize</screen>
1432           </listitem>
1433         </itemizedlist>
1434       </section>
1435     </section>
1436     <section>
1437       <title><indexterm>
1438           <primary>proc</primary>
1439           <secondary>OSS journal</secondary>
1440         </indexterm>Enabling OSS Asynchronous Journal Commit</title>
1441       <para>The OSS asynchronous journal commit feature asynchronously writes data to disk without
1442         forcing a journal flush. This reduces the number of seeks and significantly improves
1443         performance on some hardware.</para>
1444       <note>
1445         <para>Asynchronous journal commit cannot work with direct I/O-originated writes
1446             (<literal>O_DIRECT</literal> flag set). In this case, a journal flush is forced. </para>
1447       </note>
1448       <para>When the asynchronous journal commit feature is enabled, client nodes keep data in the
1449         page cache (a page reference). Lustre clients monitor the last committed transaction number
1450           (<literal>transno</literal>) in messages sent from the OSS to the clients. When a client
1451         sees that the last committed <literal>transno</literal> reported by the OSS is at least
1452         equal to the bulk write <literal>transno</literal>, it releases the reference on the
1453         corresponding pages. To avoid page references being held for too long on clients after a
1454         bulk write, a 7 second ping request is scheduled (the default OSS file system commit time
1455         interval is 5 seconds) after the bulk write reply is received, so the OSS has an opportunity
1456         to report the last committed <literal>transno</literal>.</para>
1457       <para>If the OSS crashes before the journal commit occurs, then intermediate data is lost.
1458         However, OSS recovery functionality incorporated into the asynchronous journal commit
1459         feature causes clients to replay their write requests and compensate for the missing disk
1460         updates by restoring the state of the file system.</para>
1461       <para>By default, <literal>sync_journal</literal> is enabled
1462           (<literal>sync_journal=1</literal>), so that journal entries are committed synchronously.
1463         To enable asynchronous journal commit, set the <literal>sync_journal</literal> parameter to
1464           <literal>0</literal> by entering: </para>
1465       <screen>$ lctl set_param obdfilter.*.sync_journal=0 
1466 obdfilter.lol-OST0001.sync_journal=0</screen>
1467       <para>An associated <literal>sync-on-lock-cancel</literal> feature (enabled by default)
1468         addresses a data consistency issue that can result if an OSS crashes after multiple clients
1469         have written data into intersecting regions of an object, and then one of the clients also
1470         crashes. A condition is created in which the POSIX requirement for continuous writes is
1471         violated along with a potential for corrupted data. With
1472           <literal>sync-on-lock-cancel</literal> enabled, if a cancelled lock has any volatile
1473         writes attached to it, the OSS synchronously writes the journal to disk on lock
1474         cancellation. Disabling the <literal>sync-on-lock-cancel</literal> feature may enhance
1475         performance for concurrent write workloads, but it is recommended that you not disable this
1476         feature.</para>
1477       <para> The <literal>sync_on_lock_cancel</literal> parameter can be set to the following
1478         values:</para>
1479       <itemizedlist>
1480         <listitem>
1481           <para><literal>always</literal> - Always force a journal flush on lock cancellation
1482             (default when <literal>async_journal</literal> is enabled).</para>
1483         </listitem>
1484         <listitem>
1485           <para><literal>blocking</literal> - Force a journal flush only when the local cancellation
1486             is due to a blocking callback.</para>
1487         </listitem>
1488         <listitem>
1489           <para><literal>never</literal> - Do not force any journal flush (default when
1490               <literal>async_journal</literal> is disabled).</para>
1491         </listitem>
1492       </itemizedlist>
1493       <para>For example, to set <literal>sync_on_lock_cancel</literal> to not to force a journal
1494         flush, use a command similar to:</para>
1495       <screen>$ lctl get_param obdfilter.*.sync_on_lock_cancel
1496 obdfilter.lol-OST0001.sync_on_lock_cancel=never</screen>
1497     </section>
1498     <section xml:id="dbdoclet.TuningModRPCs" condition='l28'>
1499       <title>
1500         <indexterm>
1501           <primary>proc</primary>
1502           <secondary>client metadata performance</secondary>
1503         </indexterm>
1504         Tuning the Client Metadata RPC Stream
1505       </title>
1506       <para>The client metadata RPC stream represents the metadata RPCs issued
1507         in parallel by a client to a MDT target. The metadata RPCs can be split
1508         in two categories: the requests that do not modify the file system
1509         (like getattr operation), and the requests that do modify the file system
1510         (like create, unlink, setattr operations). To help optimize the client
1511         metadata RPC stream, several tuning variables are provided to adjust
1512         behavior according to network conditions and cluster size.</para>
1513       <para>Note that increasing the number of metadata RPCs issued in parallel
1514         might improve the performance metadata intensive parallel applications,
1515         but as a consequence it will consume more memory on the client and on
1516         the MDS.</para>
1517       <section>
1518         <title>Configuring the Client Metadata RPC Stream</title>
1519         <para>The MDC <literal>max_rpcs_in_flight</literal> parameter defines
1520           the maximum number of metadata RPCs, both modifying and
1521           non-modifying RPCs, that can be sent in parallel by a client to a MDT
1522           target. This includes every file system metadata operations, such as
1523           file or directory stat, creation, unlink. The default setting is 8,
1524           minimum setting is 1 and maximum setting is 256.</para>
1525         <para>To set the <literal>max_rpcs_in_flight</literal> parameter, run
1526           the following command on the Lustre client:</para>
1527         <screen>client$ lctl set_param mdc.*.max_rcps_in_flight=16</screen>
1528         <para>The MDC <literal>max_mod_rpcs_in_flight</literal> parameter
1529           defines the maximum number of file system modifying RPCs that can be
1530           sent in parallel by a client to a MDT target. For example, the Lustre
1531           client sends modify RPCs when it performs file or directory creation,
1532           unlink, access permission modification or ownership modification. The
1533           default setting is 7, minimum setting is 1 and maximum setting is
1534           256.</para>
1535         <para>To set the <literal>max_mod_rpcs_in_flight</literal> parameter,
1536           run the following command on the Lustre client:</para>
1537         <screen>client$ lctl set_param mdc.*.max_mod_rcps_in_flight=12</screen>
1538         <para>The <literal>max_mod_rpcs_in_flight</literal> value must be
1539           strictly less than the <literal>max_rpcs_in_flight</literal> value.
1540           It must also be less or equal to the MDT
1541           <literal>max_mod_rpcs_per_client</literal> value. If one of theses
1542           conditions is not enforced, the setting fails and an explicit message
1543           is written in the Lustre log.</para>
1544         <para>The MDT <literal>max_mod_rpcs_per_client</literal> parameter is a
1545           tunable of the kernel module <literal>mdt</literal> that defines the
1546           maximum number of file system modifying RPCs in flight allowed per
1547           client. The parameter can be updated at runtime, but the change is
1548           effective to new client connections only. The default setting is 8.
1549         </para>
1550         <para>To set the <literal>max_mod_rpcs_per_client</literal> parameter,
1551           run the following command on the MDS:</para>
1552         <screen>mds$ echo 12 > /sys/module/mdt/parameters/max_mod_rpcs_per_client</screen>
1553       </section>
1554       <section>
1555         <title>Monitoring the Client Metadata RPC Stream</title>
1556         <para>The <literal>rpc_stats</literal> file contains histogram data
1557           showing information about modify metadata RPCs. It can be helpful to
1558           identify the level of parallelism achieved by an application doing
1559           modify metadata operations.</para>
1560         <para><emphasis role="bold">Example:</emphasis></para>
1561         <screen>client$ lctl get_param mdc.*.rpc_stats
1562 snapshot_time:         1441876896.567070 (secs.usecs)
1563 modify_RPCs_in_flight:  0
1564
1565                         modify
1566 rpcs in flight        rpcs   % cum %
1567 0:                       0   0   0
1568 1:                      56   0   0
1569 2:                      40   0   0
1570 3:                      70   0   0
1571 4                       41   0   0
1572 5:                      51   0   1
1573 6:                      88   0   1
1574 7:                     366   1   2
1575 8:                    1321   5   8
1576 9:                    3624  15  23
1577 10:                   6482  27  50
1578 11:                   7321  30  81
1579 12:                   4540  18 100</screen>
1580         <para>The file information includes:</para>
1581         <itemizedlist>
1582           <listitem>
1583             <para><literal>snapshot_time</literal> - UNIX epoch instant the
1584               file was read.</para>
1585           </listitem>
1586           <listitem>
1587             <para><literal>modify_RPCs_in_flight</literal> - Number of modify
1588               RPCs issued by the MDC, but not completed at the time of the
1589               snapshot. This value should always be less than or equal to
1590               <literal>max_mod_rpcs_in_flight</literal>.</para>
1591           </listitem>
1592           <listitem>
1593             <para><literal>rpcs in flight</literal> - Number of modify RPCs
1594               that are pending when a RPC is sent, the relative percentage
1595               (<literal>%</literal>) of total modify RPCs, and the cumulative
1596               percentage (<literal>cum %</literal>) to that point.</para>
1597           </listitem>
1598         </itemizedlist>
1599         <para>If a large proportion of modify metadata RPCs are issued with a
1600           number of pending metadata RPCs close to the
1601           <literal>max_mod_rpcs_in_flight</literal> value, it means the
1602           <literal>max_mod_rpcs_in_flight</literal> value could be increased to
1603           improve the modify metadata performance.</para>
1604       </section>
1605     </section>
1606   </section>
1607   <section>
1608     <title>Configuring Timeouts in a Lustre File System</title>
1609     <para>In a Lustre file system, RPC timeouts are set using an adaptive timeouts mechanism, which
1610       is enabled by default. Servers track RPC completion times and then report back to clients
1611       estimates for completion times for future RPCs. Clients  use these estimates to set RPC
1612       timeout values. If the processing of server requests slows down for any reason, the server
1613       estimates for RPC completion increase, and clients then revise RPC timeout values to allow
1614       more time for RPC completion.</para>
1615     <para>If the RPCs queued on the server approach the RPC timeout specified by the client, to
1616       avoid RPC timeouts and disconnect/reconnect cycles, the server sends an "early reply" to the
1617       client, telling the client to allow more time. Conversely, as server processing speeds up, RPC
1618       timeout values decrease, resulting in faster detection if the server becomes non-responsive
1619       and quicker connection to the failover partner of the server.</para>
1620     <section>
1621       <title><indexterm>
1622           <primary>proc</primary>
1623           <secondary>configuring adaptive timeouts</secondary>
1624         </indexterm><indexterm>
1625           <primary>configuring</primary>
1626           <secondary>adaptive timeouts</secondary>
1627         </indexterm><indexterm>
1628           <primary>proc</primary>
1629           <secondary>adaptive timeouts</secondary>
1630         </indexterm>Configuring Adaptive Timeouts</title>
1631       <para>The adaptive timeout parameters in the table below can be set persistently system-wide
1632         using <literal>lctl conf_param</literal> on the MGS. For example, the following command sets
1633         the <literal>at_max</literal> value  for all servers and clients associated with the file
1634         system
1635         <literal>testfs</literal>:<screen>lctl conf_param testfs.sys.at_max=1500</screen></para>
1636       <note>
1637         <para>Clients that access multiple Lustre file systems must use the same parameter values
1638           for all file systems.</para>
1639       </note>
1640       <informaltable frame="all">
1641         <tgroup cols="2">
1642           <colspec colname="c1" colwidth="30*"/>
1643           <colspec colname="c2" colwidth="80*"/>
1644           <thead>
1645             <row>
1646               <entry>
1647                 <para><emphasis role="bold">Parameter</emphasis></para>
1648               </entry>
1649               <entry>
1650                 <para><emphasis role="bold">Description</emphasis></para>
1651               </entry>
1652             </row>
1653           </thead>
1654           <tbody>
1655             <row>
1656               <entry>
1657                 <para>
1658                   <literal> at_min </literal></para>
1659               </entry>
1660               <entry>
1661                 <para>Minimum adaptive timeout (in seconds). The default value is 0. The
1662                     <literal>at_min</literal> parameter is the minimum processing time that a server
1663                   will report. Ideally, <literal>at_min</literal> should be set to its default
1664                   value. Clients base their timeouts on this value, but they do not use this value
1665                   directly. </para>
1666                 <para>If, for unknown reasons (usually due to temporary network outages), the
1667                   adaptive timeout value is too short and clients time out their RPCs, you can
1668                   increase the <literal>at_min</literal> value to compensate for this.</para>
1669               </entry>
1670             </row>
1671             <row>
1672               <entry>
1673                 <para>
1674                   <literal> at_max </literal></para>
1675               </entry>
1676               <entry>
1677                 <para>Maximum adaptive timeout (in seconds). The <literal>at_max</literal> parameter
1678                   is an upper-limit on the service time estimate. If <literal>at_max</literal> is
1679                   reached, an RPC request times out.</para>
1680                 <para>Setting <literal>at_max</literal> to 0 causes adaptive timeouts to be disabled
1681                   and a fixed timeout method to be used instead (see <xref
1682                     xmlns:xlink="http://www.w3.org/1999/xlink" linkend="section_c24_nt5_dl"/></para>
1683                 <note>
1684                   <para>If slow hardware causes the service estimate to increase beyond the default
1685                     value of <literal>at_max</literal>, increase <literal>at_max</literal> to the
1686                     maximum time you are willing to wait for an RPC completion.</para>
1687                 </note>
1688               </entry>
1689             </row>
1690             <row>
1691               <entry>
1692                 <para>
1693                   <literal> at_history </literal></para>
1694               </entry>
1695               <entry>
1696                 <para>Time period (in seconds) within which adaptive timeouts remember the slowest
1697                   event that occurred. The default is 600.</para>
1698               </entry>
1699             </row>
1700             <row>
1701               <entry>
1702                 <para>
1703                   <literal> at_early_margin </literal></para>
1704               </entry>
1705               <entry>
1706                 <para>Amount of time before the Lustre server sends an early reply (in seconds).
1707                   Default is 5.</para>
1708               </entry>
1709             </row>
1710             <row>
1711               <entry>
1712                 <para>
1713                   <literal> at_extra </literal></para>
1714               </entry>
1715               <entry>
1716                 <para>Incremental amount of time that a server requests with each early reply (in
1717                   seconds). The server does not know how much time the RPC will take, so it asks for
1718                   a fixed value. The default is 30, which provides a balance between sending too
1719                   many early replies for the same RPC and overestimating the actual completion
1720                   time.</para>
1721                 <para>When a server finds a queued request about to time out and needs to send an
1722                   early reply out, the server adds the <literal>at_extra</literal> value. If the
1723                   time expires, the Lustre server drops the request, and the client enters recovery
1724                   status and reconnects to restore the connection to normal status.</para>
1725                 <para>If you see multiple early replies for the same RPC asking for 30-second
1726                   increases, change the <literal>at_extra</literal> value to a larger number to cut
1727                   down on early replies sent and, therefore, network load.</para>
1728               </entry>
1729             </row>
1730             <row>
1731               <entry>
1732                 <para>
1733                   <literal> ldlm_enqueue_min </literal></para>
1734               </entry>
1735               <entry>
1736                 <para>Minimum lock enqueue time (in seconds). The default is 100. The time it takes
1737                   to enqueue a lock, <literal>ldlm_enqueue</literal>, is the maximum of the measured
1738                   enqueue estimate (influenced by <literal>at_min</literal> and
1739                     <literal>at_max</literal> parameters), multiplied by a weighting factor and the
1740                   value of <literal>ldlm_enqueue_min</literal>. </para>
1741                 <para>Lustre Distributed Lock Manager (LDLM) lock enqueues have a dedicated minimum
1742                   value for <literal>ldlm_enqueue_min</literal>. Lock enqueue timeouts increase as
1743                   the measured enqueue times increase (similar to adaptive timeouts).</para>
1744               </entry>
1745             </row>
1746           </tbody>
1747         </tgroup>
1748       </informaltable>
1749       <section>
1750         <title>Interpreting Adaptive Timeout Information</title>
1751         <para>Adaptive timeout information can be obtained from the <literal>timeouts</literal>
1752           files in <literal>/proc/fs/lustre/*/</literal> on each server and client using the
1753             <literal>lctl</literal> command. To read information from a <literal>timeouts</literal>
1754           file, enter a command similar to:</para>
1755         <screen># lctl get_param -n ost.*.ost_io.timeouts
1756 service : cur 33  worst 34 (at 1193427052, 0d0h26m40s ago) 1 1 33 2</screen>
1757         <para>In this example, the <literal>ost_io</literal> service on this node is currently
1758           reporting an estimated RPC service time of 33 seconds. The worst RPC service time was 34
1759           seconds, which occurred 26 minutes ago.</para>
1760         <para>The output also provides a history of service times. Four &quot;bins&quot; of adaptive
1761           timeout history are shown, with the maximum RPC time in each bin reported. In both the
1762           0-150s bin and the 150-300s bin, the maximum RPC time was 1. The 300-450s bin shows the
1763           worst (maximum) RPC time at 33 seconds, and the 450-600s bin shows a maximum of RPC time
1764           of 2 seconds. The estimated service time is the maximum value across the four bins (33
1765           seconds in this example).</para>
1766         <para>Service times (as reported by the servers) are also tracked in the client OBDs, as
1767           shown in this example:</para>
1768         <screen># lctl get_param osc.*.timeouts
1769 last reply : 1193428639, 0d0h00m00s ago
1770 network    : cur  1 worst  2 (at 1193427053, 0d0h26m26s ago)  1  1  1  1
1771 portal 6   : cur 33 worst 34 (at 1193427052, 0d0h26m27s ago) 33 33 33  2
1772 portal 28  : cur  1 worst  1 (at 1193426141, 0d0h41m38s ago)  1  1  1  1
1773 portal 7   : cur  1 worst  1 (at 1193426141, 0d0h41m38s ago)  1  0  1  1
1774 portal 17  : cur  1 worst  1 (at 1193426177, 0d0h41m02s ago)  1  0  0  1
1775 </screen>
1776         <para>In this example, portal 6, the <literal>ost_io</literal> service portal, shows the
1777           history of service estimates reported by the portal.</para>
1778         <para>Server statistic files also show the range of estimates including min, max, sum, and
1779           sumsq. For example:</para>
1780         <screen># lctl get_param mdt.*.mdt.stats
1781 ...
1782 req_timeout               6 samples [sec] 1 10 15 105
1783 ...
1784 </screen>
1785       </section>
1786     </section>
1787     <section xml:id="section_c24_nt5_dl">
1788       <title>Setting Static Timeouts<indexterm>
1789           <primary>proc</primary>
1790           <secondary>static timeouts</secondary>
1791         </indexterm></title>
1792       <para>The Lustre software provides two sets of static (fixed) timeouts, LND timeouts and
1793         Lustre timeouts, which are used when adaptive timeouts are not enabled.</para>
1794       <para>
1795         <itemizedlist>
1796           <listitem>
1797             <para><emphasis role="italic"><emphasis role="bold">LND timeouts</emphasis></emphasis> -
1798               LND timeouts ensure that point-to-point communications across a network complete in a
1799               finite time in the presence of failures, such as packages lost or broken connections.
1800               LND timeout parameters are set for each individual LND.</para>
1801             <para>LND timeouts are logged with the <literal>S_LND</literal> flag set. They are not
1802               printed as console messages, so check the Lustre log for <literal>D_NETERROR</literal>
1803               messages or enable printing of <literal>D_NETERROR</literal> messages to the console
1804               using:<screen>lctl set_param printk=+neterror</screen></para>
1805             <para>Congested routers can be a source of spurious LND timeouts. To avoid this
1806               situation, increase the number of LNET router buffers to reduce back-pressure and/or
1807               increase LND timeouts on all nodes on all connected networks. Also consider increasing
1808               the total number of LNET router nodes in the system so that the aggregate router
1809               bandwidth matches the aggregate server bandwidth.</para>
1810           </listitem>
1811           <listitem>
1812             <para><emphasis role="italic"><emphasis role="bold">Lustre timeouts
1813                 </emphasis></emphasis>- Lustre timeouts ensure that Lustre RPCs complete in a finite
1814               time in the presence of failures when adaptive timeouts are not enabled. Adaptive
1815               timeouts are enabled by default. To disable adaptive timeouts at run time, set
1816                 <literal>at_max</literal> to 0 by running on the
1817               MGS:<screen># lctl conf_param <replaceable>fsname</replaceable>.sys.at_max=0</screen></para>
1818             <note>
1819               <para>Changing the status of adaptive timeouts at runtime may cause a transient client
1820                 timeout, recovery, and reconnection.</para>
1821             </note>
1822             <para>Lustre timeouts are always printed as console messages. </para>
1823             <para>If Lustre timeouts are not accompanied by LND timeouts, increase the Lustre
1824               timeout on both servers and clients. Lustre timeouts are set using a command such as
1825               the following:<screen># lctl set_param timeout=30</screen></para>
1826             <para>Lustre timeout parameters are described in the table below.</para>
1827           </listitem>
1828         </itemizedlist>
1829         <informaltable frame="all">
1830           <tgroup cols="2">
1831             <colspec colname="c1" colnum="1" colwidth="30*"/>
1832             <colspec colname="c2" colnum="2" colwidth="70*"/>
1833             <thead>
1834               <row>
1835                 <entry>Parameter</entry>
1836                 <entry>Description</entry>
1837               </row>
1838             </thead>
1839             <tbody>
1840               <row>
1841                 <entry><literal>timeout</literal></entry>
1842                 <entry>
1843                   <para>The time that a client waits for a server to complete an RPC (default 100s).
1844                     Servers wait half this time for a normal client RPC to complete and a quarter of
1845                     this time for a single bulk request (read or write of up to 4 MB) to complete.
1846                     The client pings recoverable targets (MDS and OSTs) at one quarter of the
1847                     timeout, and the server waits one and a half times the timeout before evicting a
1848                     client for being &quot;stale.&quot;</para>
1849                   <para>Lustre client sends periodic &apos;ping&apos; messages to servers with which
1850                     it has had no communication for the specified period of time. Any network
1851                     activity between a client and a server in the file system also serves as a
1852                     ping.</para>
1853                 </entry>
1854               </row>
1855               <row>
1856                 <entry><literal>ldlm_timeout</literal></entry>
1857                 <entry>
1858                   <para>The time that a server waits for a client to reply to an initial AST (lock
1859                     cancellation request). The default is 20s for an OST and 6s for an MDS. If the
1860                     client replies to the AST, the server will give it a normal timeout (half the
1861                     client timeout) to flush any dirty data and release the lock.</para>
1862                 </entry>
1863               </row>
1864               <row>
1865                 <entry><literal>fail_loc</literal></entry>
1866                 <entry>
1867                   <para>An internal debugging failure hook. The default value of
1868                       <literal>0</literal> means that no failure will be triggered or
1869                     injected.</para>
1870                 </entry>
1871               </row>
1872               <row>
1873                 <entry><literal>dump_on_timeout</literal></entry>
1874                 <entry>
1875                   <para>Triggers a dump of the Lustre debug log when a timeout occurs. The default
1876                     value of <literal>0</literal> (zero) means a dump of the Lustre debug log will
1877                     not be triggered.</para>
1878                 </entry>
1879               </row>
1880               <row>
1881                 <entry><literal>dump_on_eviction</literal></entry>
1882                 <entry>
1883                   <para>Triggers a dump of the Lustre debug log when an eviction occurs. The default
1884                     value of <literal>0</literal> (zero) means a dump of the Lustre debug log will
1885                     not be triggered. </para>
1886                 </entry>
1887               </row>
1888             </tbody>
1889           </tgroup>
1890         </informaltable>
1891       </para>
1892     </section>
1893   </section>
1894   <section remap="h3">
1895     <title><indexterm>
1896         <primary>proc</primary>
1897         <secondary>LNET</secondary>
1898       </indexterm><indexterm>
1899         <primary>LNET</primary>
1900         <secondary>proc</secondary>
1901       </indexterm>Monitoring LNET</title>
1902     <para>LNET information is located in <literal>/proc/sys/lnet</literal> in these files:<itemizedlist>
1903         <listitem>
1904           <para><literal>peers</literal> - Shows all NIDs known to this node and provides
1905             information on the queue state.</para>
1906           <para>Example:</para>
1907           <screen># lctl get_param peers
1908 nid                refs   state  max  rtr  min   tx    min   queue
1909 0@lo               1      ~rtr   0    0    0     0     0     0
1910 192.168.10.35@tcp  1      ~rtr   8    8    8     8     6     0
1911 192.168.10.36@tcp  1      ~rtr   8    8    8     8     6     0
1912 192.168.10.37@tcp  1      ~rtr   8    8    8     8     6     0</screen>
1913           <para>The fields are explained in the table below:</para>
1914           <informaltable frame="all">
1915             <tgroup cols="2">
1916               <colspec colname="c1" colwidth="30*"/>
1917               <colspec colname="c2" colwidth="80*"/>
1918               <thead>
1919                 <row>
1920                   <entry>
1921                     <para><emphasis role="bold">Field</emphasis></para>
1922                   </entry>
1923                   <entry>
1924                     <para><emphasis role="bold">Description</emphasis></para>
1925                   </entry>
1926                 </row>
1927               </thead>
1928               <tbody>
1929                 <row>
1930                   <entry>
1931                     <para>
1932                       <literal>refs</literal>
1933                     </para>
1934                   </entry>
1935                   <entry>
1936                     <para>A reference count. </para>
1937                   </entry>
1938                 </row>
1939                 <row>
1940                   <entry>
1941                     <para>
1942                       <literal>state</literal>
1943                     </para>
1944                   </entry>
1945                   <entry>
1946                     <para>If the node is a router, indicates the state of the router. Possible
1947                       values are:</para>
1948                     <itemizedlist>
1949                       <listitem>
1950                         <para><literal>NA</literal> - Indicates the node is not a router.</para>
1951                       </listitem>
1952                       <listitem>
1953                         <para><literal>up/down</literal>- Indicates if the node (router) is up or
1954                           down.</para>
1955                       </listitem>
1956                     </itemizedlist>
1957                   </entry>
1958                 </row>
1959                 <row>
1960                   <entry>
1961                     <para>
1962                       <literal>max </literal></para>
1963                   </entry>
1964                   <entry>
1965                     <para>Maximum number of concurrent sends from this peer.</para>
1966                   </entry>
1967                 </row>
1968                 <row>
1969                   <entry>
1970                     <para>
1971                       <literal>rtr </literal></para>
1972                   </entry>
1973                   <entry>
1974                     <para>Number of routing buffer credits.</para>
1975                   </entry>
1976                 </row>
1977                 <row>
1978                   <entry>
1979                     <para>
1980                       <literal>min </literal></para>
1981                   </entry>
1982                   <entry>
1983                     <para>Minimum number of routing buffer credits seen.</para>
1984                   </entry>
1985                 </row>
1986                 <row>
1987                   <entry>
1988                     <para>
1989                       <literal>tx </literal></para>
1990                   </entry>
1991                   <entry>
1992                     <para>Number of send credits.</para>
1993                   </entry>
1994                 </row>
1995                 <row>
1996                   <entry>
1997                     <para>
1998                       <literal>min </literal></para>
1999                   </entry>
2000                   <entry>
2001                     <para>Minimum number of send credits seen.</para>
2002                   </entry>
2003                 </row>
2004                 <row>
2005                   <entry>
2006                     <para>
2007                       <literal>queue </literal></para>
2008                   </entry>
2009                   <entry>
2010                     <para>Total bytes in active/queued sends.</para>
2011                   </entry>
2012                 </row>
2013               </tbody>
2014             </tgroup>
2015           </informaltable>
2016           <para>Credits are initialized to allow a certain number of operations (in the example
2017             above the table, eight as shown in the <literal>max</literal> column. LNET keeps track
2018             of the minimum number of credits ever seen over time showing the peak congestion that
2019             has occurred during the time monitored. Fewer available credits indicates a more
2020             congested resource. </para>
2021           <para>The number of credits currently in flight (number of transmit credits) is shown in
2022             the <literal>tx</literal> column. The maximum number of send credits available is shown
2023             in the <literal>max</literal> column and never changes. The number of router buffers
2024             available for consumption by a peer is shown in the <literal>rtr</literal>
2025             column.</para>
2026           <para>Therefore, <literal>rtr</literal> â€“ <literal>tx</literal> is the number of transmits
2027             in flight. Typically, <literal>rtr == max</literal>, although a configuration can be set
2028             such that <literal>max >= rtr</literal>. The ratio of routing buffer credits to send
2029             credits (<literal>rtr/tx</literal>) that is less than <literal>max</literal> indicates
2030             operations are in progress. If the ratio <literal>rtr/tx</literal> is greater than
2031               <literal>max</literal>, operations are blocking.</para>
2032           <para>LNET also limits concurrent sends and number of router buffers allocated to a single
2033             peer so that no peer can occupy all these resources.</para>
2034         </listitem>
2035         <listitem>
2036           <para><literal>nis</literal> - Shows the current queue health on this node.</para>
2037           <para>Example:</para>
2038           <screen># lctl get_param nis
2039 nid                    refs   peer    max   tx    min
2040 0@lo                   3      0       0     0     0
2041 192.168.10.34@tcp      4      8       256   256   252
2042 </screen>
2043           <para> The fields are explained in the table below.</para>
2044           <informaltable frame="all">
2045             <tgroup cols="2">
2046               <colspec colname="c1" colwidth="30*"/>
2047               <colspec colname="c2" colwidth="80*"/>
2048               <thead>
2049                 <row>
2050                   <entry>
2051                     <para><emphasis role="bold">Field</emphasis></para>
2052                   </entry>
2053                   <entry>
2054                     <para><emphasis role="bold">Description</emphasis></para>
2055                   </entry>
2056                 </row>
2057               </thead>
2058               <tbody>
2059                 <row>
2060                   <entry>
2061                     <para>
2062                       <literal> nid </literal></para>
2063                   </entry>
2064                   <entry>
2065                     <para>Network interface.</para>
2066                   </entry>
2067                 </row>
2068                 <row>
2069                   <entry>
2070                     <para>
2071                       <literal> refs </literal></para>
2072                   </entry>
2073                   <entry>
2074                     <para>Internal reference counter.</para>
2075                   </entry>
2076                 </row>
2077                 <row>
2078                   <entry>
2079                     <para>
2080                       <literal> peer </literal></para>
2081                   </entry>
2082                   <entry>
2083                     <para>Number of peer-to-peer send credits on this NID. Credits are used to size
2084                       buffer pools.</para>
2085                   </entry>
2086                 </row>
2087                 <row>
2088                   <entry>
2089                     <para>
2090                       <literal> max </literal></para>
2091                   </entry>
2092                   <entry>
2093                     <para>Total number of send credits on this NID.</para>
2094                   </entry>
2095                 </row>
2096                 <row>
2097                   <entry>
2098                     <para>
2099                       <literal> tx </literal></para>
2100                   </entry>
2101                   <entry>
2102                     <para>Current number of send credits available on this NID.</para>
2103                   </entry>
2104                 </row>
2105                 <row>
2106                   <entry>
2107                     <para>
2108                       <literal> min </literal></para>
2109                   </entry>
2110                   <entry>
2111                     <para>Lowest number of send credits available on this NID.</para>
2112                   </entry>
2113                 </row>
2114                 <row>
2115                   <entry>
2116                     <para>
2117                       <literal> queue </literal></para>
2118                   </entry>
2119                   <entry>
2120                     <para>Total bytes in active/queued sends.</para>
2121                   </entry>
2122                 </row>
2123               </tbody>
2124             </tgroup>
2125           </informaltable>
2126           <para><emphasis role="bold"><emphasis role="italic">Analysis:</emphasis></emphasis></para>
2127           <para>Subtracting <literal>max</literal> from <literal>tx</literal>
2128               (<literal>max</literal> - <literal>tx</literal>) yields the number of sends currently
2129             active. A large or increasing number of active sends may indicate a problem.</para>
2130         </listitem>
2131       </itemizedlist></para>
2132   </section>
2133   <section remap="h3">
2134     <title><indexterm>
2135         <primary>proc</primary>
2136         <secondary>free space</secondary>
2137       </indexterm>Allocating Free Space on OSTs</title>
2138     <para>Free space is allocated using either a round-robin or a weighted algorithm. The allocation
2139       method is determined by the maximum amount of free-space imbalance between the OSTs. When free
2140       space is relatively balanced across OSTs, the faster round-robin allocator is used, which
2141       maximizes network balancing. The weighted allocator is used when any two OSTs are out of
2142       balance by more than a specified threshold.</para>
2143     <para>Free space distribution can be tuned using these two <literal>/proc</literal>
2144       tunables:</para>
2145     <itemizedlist>
2146       <listitem>
2147         <para><literal>qos_threshold_rr</literal> - The threshold at which the allocation method
2148           switches from round-robin to weighted is set in this file. The default is to switch to the
2149           weighted algorithm when any two OSTs are out of balance by more than 17 percent.</para>
2150       </listitem>
2151       <listitem>
2152         <para><literal>qos_prio_free</literal> - The weighting priority used by the weighted
2153           allocator can be adjusted in this file. Increasing the value of
2154             <literal>qos_prio_free</literal> puts more weighting on the amount of free space
2155           available on each OST and less on how stripes are distributed across OSTs. The default
2156           value is 91 percent. When the free space priority is set to 100, weighting is based
2157           entirely on free space and location is no longer used by the striping algorthm.</para>
2158       </listitem>
2159     </itemizedlist>
2160     <para>For more information about monitoring and managing free space, see <xref
2161         xmlns:xlink="http://www.w3.org/1999/xlink" linkend="dbdoclet.50438209_10424"/>.</para>
2162   </section>
2163   <section remap="h3">
2164     <title><indexterm>
2165         <primary>proc</primary>
2166         <secondary>locking</secondary>
2167       </indexterm>Configuring Locking</title>
2168     <para>The <literal>lru_size</literal> parameter is used to control the number of client-side
2169       locks in an LRU cached locks queue. LRU size is dynamic, based on load to optimize the number
2170       of locks available to nodes that have different workloads (e.g., login/build nodes vs. compute
2171       nodes vs. backup nodes).</para>
2172     <para>The total number of locks available is a function of the server RAM. The default limit is
2173       50 locks/1 MB of RAM. If memory pressure is too high, the LRU size is shrunk. The number of
2174       locks on the server is limited to <emphasis role="italic">the number of OSTs per
2175         server</emphasis> * <emphasis role="italic">the number of clients</emphasis> * <emphasis
2176         role="italic">the value of the</emphasis>
2177       <literal>lru_size</literal>
2178       <emphasis role="italic">setting on the client</emphasis> as follows: </para>
2179     <itemizedlist>
2180       <listitem>
2181         <para>To enable automatic LRU sizing, set the <literal>lru_size</literal> parameter to 0. In
2182           this case, the <literal>lru_size</literal> parameter shows the current number of locks
2183           being used on the export. LRU sizing is enabled by default.</para>
2184       </listitem>
2185       <listitem>
2186         <para>To specify a maximum number of locks, set the <literal>lru_size</literal> parameter to
2187           a value other than zero but, normally, less than 100 * <emphasis role="italic">number of
2188             CPUs in client</emphasis>. It is recommended that you only increase the LRU size on a
2189           few login nodes where users access the file system interactively.</para>
2190       </listitem>
2191     </itemizedlist>
2192     <para>To clear the LRU on a single client, and, as a result, flush client cache without changing
2193       the <literal>lru_size</literal> value, run:</para>
2194     <screen>$ lctl set_param ldlm.namespaces.<replaceable>osc_name|mdc_name</replaceable>.lru_size=clear</screen>
2195     <para>If the LRU size is set to be less than the number of existing unused locks, the unused
2196       locks are canceled immediately. Use <literal>echo clear</literal> to cancel all locks without
2197       changing the value.</para>
2198     <note>
2199       <para>The <literal>lru_size</literal> parameter can only be set temporarily using
2200           <literal>lctl set_param</literal>; it cannot be set permanently.</para>
2201     </note>
2202     <para>To disable LRU sizing, on the Lustre clients, run:</para>
2203     <screen>$ lctl set_param ldlm.namespaces.*osc*.lru_size=$((<replaceable>NR_CPU</replaceable>*100))</screen>
2204     <para>Replace <literal><replaceable>NR_CPU</replaceable></literal> with the number of CPUs on
2205       the node.</para>
2206     <para>To determine the number of locks being granted, run:</para>
2207     <screen>$ lctl get_param ldlm.namespaces.*.pool.limit</screen>
2208   </section>
2209   <section xml:id="dbdoclet.50438271_87260">
2210     <title><indexterm>
2211         <primary>proc</primary>
2212         <secondary>thread counts</secondary>
2213       </indexterm>Setting MDS and OSS Thread Counts</title>
2214     <para>MDS and OSS thread counts tunable can be used to set the minimum and maximum thread counts
2215       or get the current number of running threads for the services listed in the table
2216       below.</para>
2217     <informaltable frame="all">
2218       <tgroup cols="2">
2219         <colspec colname="c1" colwidth="50*"/>
2220         <colspec colname="c2" colwidth="50*"/>
2221         <tbody>
2222           <row>
2223             <entry>
2224               <para>
2225                 <emphasis role="bold">Service</emphasis></para>
2226             </entry>
2227             <entry>
2228               <para>
2229                 <emphasis role="bold">Description</emphasis></para>
2230             </entry>
2231           </row>
2232           <row>
2233             <entry>
2234               <literal> mds.MDS.mdt </literal>
2235             </entry>
2236             <entry>
2237               <para>Main metadata operations service</para>
2238             </entry>
2239           </row>
2240           <row>
2241             <entry>
2242               <literal> mds.MDS.mdt_readpage </literal>
2243             </entry>
2244             <entry>
2245               <para>Metadata <literal>readdir</literal> service</para>
2246             </entry>
2247           </row>
2248           <row>
2249             <entry>
2250               <literal> mds.MDS.mdt_setattr </literal>
2251             </entry>
2252             <entry>
2253               <para>Metadata <literal>setattr/close</literal> operations service </para>
2254             </entry>
2255           </row>
2256           <row>
2257             <entry>
2258               <literal> ost.OSS.ost </literal>
2259             </entry>
2260             <entry>
2261               <para>Main data operations service</para>
2262             </entry>
2263           </row>
2264           <row>
2265             <entry>
2266               <literal> ost.OSS.ost_io </literal>
2267             </entry>
2268             <entry>
2269               <para>Bulk data I/O services</para>
2270             </entry>
2271           </row>
2272           <row>
2273             <entry>
2274               <literal> ost.OSS.ost_create </literal>
2275             </entry>
2276             <entry>
2277               <para>OST object pre-creation service</para>
2278             </entry>
2279           </row>
2280           <row>
2281             <entry>
2282               <literal> ldlm.services.ldlm_canceld </literal>
2283             </entry>
2284             <entry>
2285               <para>DLM lock cancel service</para>
2286             </entry>
2287           </row>
2288           <row>
2289             <entry>
2290               <literal> ldlm.services.ldlm_cbd </literal>
2291             </entry>
2292             <entry>
2293               <para>DLM lock grant service</para>
2294             </entry>
2295           </row>
2296         </tbody>
2297       </tgroup>
2298     </informaltable>
2299     <para>For each service, an entry as shown below is
2300       created:<screen>/proc/fs/lustre/<replaceable>service</replaceable>/*/threads_<replaceable>min|max|started</replaceable></screen></para>
2301     <itemizedlist>
2302       <listitem>
2303         <para>To temporarily set this tunable, run:</para>
2304         <screen># lctl <replaceable>get|set</replaceable>_param <replaceable>service</replaceable>.threads_<replaceable>min|max|started</replaceable> </screen>
2305         </listitem>
2306       <listitem>
2307         <para>To permanently set this tunable, run:</para>
2308         <screen># lctl conf_param <replaceable>obdname|fsname.obdtype</replaceable>.threads_<replaceable>min|max|started</replaceable> </screen>
2309         <para condition='l25'>For version 2.5 or later, run:
2310                 <screen># lctl set_param -P <replaceable>service</replaceable>.threads_<replaceable>min|max|started</replaceable></screen></para>
2311       </listitem>
2312     </itemizedlist>
2313       <para>The following examples show how to set thread counts and get the number of running threads
2314         for the service <literal>ost_io</literal>  using the tunable
2315         <literal><replaceable>service</replaceable>.threads_<replaceable>min|max|started</replaceable></literal>.</para>
2316     <itemizedlist>
2317       <listitem>
2318         <para>To get the number of running threads, run:</para>
2319         <screen># lctl get_param ost.OSS.ost_io.threads_started
2320 ost.OSS.ost_io.threads_started=128</screen>
2321       </listitem>
2322       <listitem>
2323         <para>To set the number of threads to the maximum value (512), run:</para>
2324         <screen># lctl get_param ost.OSS.ost_io.threads_max
2325 ost.OSS.ost_io.threads_max=512</screen>
2326       </listitem>
2327       <listitem>
2328         <para>To set the maximum thread count to 256 instead of 512 (to avoid overloading the
2329           storage or for an array with requests), run:</para>
2330         <screen># lctl set_param ost.OSS.ost_io.threads_max=256
2331 ost.OSS.ost_io.threads_max=256</screen>
2332       </listitem>
2333       <listitem>
2334         <para>To set the maximum thread count to 256 instead of 512 permanently, run:</para>
2335         <screen># lctl conf_param testfs.ost.ost_io.threads_max=256</screen>
2336         <para condition='l25'>For version 2.5 or later, run:
2337         <screen># lctl set_param -P ost.OSS.ost_io.threads_max=256
2338 ost.OSS.ost_io.threads_max=256 </screen> </para>
2339       </listitem>
2340       <listitem>
2341         <para> To check if the <literal>threads_max</literal> setting is active, run:</para>
2342         <screen># lctl get_param ost.OSS.ost_io.threads_max
2343 ost.OSS.ost_io.threads_max=256</screen>
2344       </listitem>
2345     </itemizedlist>
2346     <note>
2347       <para>If the number of service threads is changed while the file system is running, the change
2348         may not take effect until the file system is stopped and rest. If the number of service
2349         threads in use exceeds the new <literal>threads_max</literal> value setting, service threads
2350         that are already running will not be stopped.</para>
2351     </note>
2352     <para>See also <xref xmlns:xlink="http://www.w3.org/1999/xlink" linkend="lustretuning"/></para>
2353   </section>
2354   <section xml:id="dbdoclet.50438271_83523">
2355     <title><indexterm>
2356         <primary>proc</primary>
2357         <secondary>debug</secondary>
2358       </indexterm>Enabling and Interpreting Debugging Logs</title>
2359     <para>By default, a detailed log of all operations is generated to aid in debugging. Flags that
2360       control debugging are found in <literal>/proc/sys/lnet/debug</literal>. </para>
2361     <para>The overhead of debugging can affect the performance of Lustre file system. Therefore, to
2362       minimize the impact on performance, the debug level can be lowered, which affects the amount
2363       of debugging information kept in the internal log buffer but does not alter the amount of
2364       information to goes into syslog. You can raise the debug level when you need to collect logs
2365       to debug problems. </para>
2366     <para>The debugging mask can be set using &quot;symbolic names&quot;. The symbolic format is
2367       shown in the examples below.<itemizedlist>
2368         <listitem>
2369           <para>To verify the debug level used, examine the <literal>sysctl</literal> that controls
2370             debugging by running:</para>
2371           <screen># sysctl lnet.debug 
2372 lnet.debug = ioctl neterror warning error emerg ha config console</screen>
2373         </listitem>
2374         <listitem>
2375           <para>To turn off debugging (except for network error debugging), run the following
2376             command on all nodes concerned:</para>
2377           <screen># sysctl -w lnet.debug=&quot;neterror&quot; 
2378 lnet.debug = neterror</screen>
2379         </listitem>
2380       </itemizedlist><itemizedlist>
2381         <listitem>
2382           <para>To turn off debugging completely, run the following command on all nodes
2383             concerned:</para>
2384           <screen># sysctl -w lnet.debug=0 
2385 lnet.debug = 0</screen>
2386         </listitem>
2387         <listitem>
2388           <para>To set an appropriate debug level for a production environment, run:</para>
2389           <screen># sysctl -w lnet.debug=&quot;warning dlmtrace error emerg ha rpctrace vfstrace&quot; 
2390 lnet.debug = warning dlmtrace error emerg ha rpctrace vfstrace</screen>
2391           <para>The flags shown in this example collect enough high-level information to aid
2392             debugging, but they do not cause any serious performance impact.</para>
2393         </listitem>
2394       </itemizedlist><itemizedlist>
2395         <listitem>
2396           <para>To clear all flags and set new flags, run:</para>
2397           <screen># sysctl -w lnet.debug=&quot;warning&quot; 
2398 lnet.debug = warning</screen>
2399         </listitem>
2400       </itemizedlist><itemizedlist>
2401         <listitem>
2402           <para>To add new flags to flags that have already been set, precede each one with a
2403               &quot;<literal>+</literal>&quot;:</para>
2404           <screen># sysctl -w lnet.debug=&quot;+neterror +ha&quot; 
2405 lnet.debug = +neterror +ha
2406 # sysctl lnet.debug 
2407 lnet.debug = neterror warning ha</screen>
2408         </listitem>
2409         <listitem>
2410           <para>To remove individual flags, precede them with a
2411             &quot;<literal>-</literal>&quot;:</para>
2412           <screen># sysctl -w lnet.debug=&quot;-ha&quot; 
2413 lnet.debug = -ha
2414 # sysctl lnet.debug 
2415 lnet.debug = neterror warning</screen>
2416         </listitem>
2417         <listitem>
2418           <para>To verify or change the debug level, run commands such as the following: :</para>
2419           <screen># lctl get_param debug
2420 debug=
2421 neterror warning
2422 # lctl set_param debug=+ha
2423 # lctl get_param debug
2424 debug=
2425 neterror warning ha
2426 # lctl set_param debug=-warning
2427 # lctl get_param debug
2428 debug=
2429 neterror ha</screen>
2430         </listitem>
2431       </itemizedlist></para>
2432     <para>Debugging parameters include:</para>
2433     <itemizedlist>
2434       <listitem>
2435         <para><literal>subsystem_debug</literal> - Controls the debug logs for subsystems.</para>
2436       </listitem>
2437       <listitem>
2438         <para><literal>debug_path</literal> - Indicates the location where the debug log is dumped
2439           when triggered automatically or manually. The default path is
2440             <literal>/tmp/lustre-log</literal>.</para>
2441       </listitem>
2442     </itemizedlist>
2443     <para>These parameters are also set using:<screen>sysctl -w lnet.debug={value}</screen></para>
2444     <para>Additional useful parameters: <itemizedlist>
2445         <listitem>
2446           <para><literal>panic_on_lbug</literal> - Causes &apos;&apos;panic&apos;&apos; to be called
2447             when the Lustre software detects an internal problem (an <literal>LBUG</literal> log
2448             entry); panic crashes the node. This is particularly useful when a kernel crash dump
2449             utility is configured. The crash dump is triggered when the internal inconsistency is
2450             detected by the Lustre software. </para>
2451         </listitem>
2452         <listitem>
2453           <para><literal>upcall</literal> - Allows you to specify the path to the binary which will
2454             be invoked when an <literal>LBUG</literal> log entry is encountered. This binary is
2455             called with four parameters:</para>
2456           <para> - The string &apos;&apos;<literal>LBUG</literal>&apos;&apos;.</para>
2457           <para> - The file where the <literal>LBUG</literal> occurred.</para>
2458           <para> - The function name.</para>
2459           <para> - The line number in the file</para>
2460         </listitem>
2461       </itemizedlist></para>
2462     <section>
2463       <title>Interpreting OST Statistics</title>
2464       <note>
2465         <para>See also <xref linkend="dbdoclet.50438219_84890"/> (<literal>llobdstat</literal>) and
2466             <xref linkend="dbdoclet.50438273_80593"/> (<literal>collectl</literal>).</para>
2467       </note>
2468       <para>OST <literal>stats</literal> files can be used to provide statistics showing activity
2469         for each OST. For example:</para>
2470       <screen># lctl get_param osc.testfs-OST0000-osc.stats 
2471 snapshot_time                      1189732762.835363
2472 ost_create                 1
2473 ost_get_info               1
2474 ost_connect                1
2475 ost_set_info               1
2476 obd_ping                   212</screen>
2477       <para>Use the <literal>llstat</literal> utility to monitor statistics over time.</para>
2478       <para>To clear the statistics, use the <literal>-c</literal> option to
2479           <literal>llstat</literal>. To specify how frequently the statistics should be reported (in
2480         seconds), use the <literal>-i</literal> option. In the example below, the
2481           <literal>-c</literal> option clears the statistics and <literal>-i10</literal> option
2482         reports statistics every 10 seconds:</para>
2483       <screen role="smaller">$ llstat -c -i10 /proc/fs/lustre/ost/OSS/ost_io/stats
2484  
2485 /usr/bin/llstat: STATS on 06/06/07 
2486         /proc/fs/lustre/ost/OSS/ost_io/ stats on 192.168.16.35@tcp
2487 snapshot_time                              1181074093.276072
2488  
2489 /proc/fs/lustre/ost/OSS/ost_io/stats @ 1181074103.284895
2490 Name        Cur.  Cur. #
2491             Count Rate Events Unit  last   min    avg       max    stddev
2492 req_waittime 8    0    8    [usec]  2078   34     259.75    868    317.49
2493 req_qdepth   8    0    8    [reqs]  1      0      0.12      1      0.35
2494 req_active   8    0    8    [reqs]  11     1      1.38      2      0.52
2495 reqbuf_avail 8    0    8    [bufs]  511    63     63.88     64     0.35
2496 ost_write    8    0    8    [bytes] 169767 72914  212209.62 387579 91874.29
2497  
2498 /proc/fs/lustre/ost/OSS/ost_io/stats @ 1181074113.290180
2499 Name        Cur.  Cur. #
2500             Count Rate Events Unit  last    min   avg       max    stddev
2501 req_waittime 31   3    39   [usec]  30011   34    822.79    12245  2047.71
2502 req_qdepth   31   3    39   [reqs]  0       0     0.03      1      0.16
2503 req_active   31   3    39   [reqs]  58      1     1.77      3      0.74
2504 reqbuf_avail 31   3    39   [bufs]  1977    63    63.79     64     0.41
2505 ost_write    30   3    38   [bytes] 1028467 15019 315325.16 910694 197776.51
2506  
2507 /proc/fs/lustre/ost/OSS/ost_io/stats @ 1181074123.325560
2508 Name        Cur.  Cur. #
2509             Count Rate Events Unit  last    min    avg       max    stddev
2510 req_waittime 21   2    60   [usec]  14970   34     784.32    12245  1878.66
2511 req_qdepth   21   2    60   [reqs]  0       0      0.02      1      0.13
2512 req_active   21   2    60   [reqs]  33      1      1.70      3      0.70
2513 reqbuf_avail 21   2    60   [bufs]  1341    63     63.82     64     0.39
2514 ost_write    21   2    59   [bytes] 7648424 15019  332725.08 910694 180397.87
2515 </screen>
2516       <para>The columns in this example are described in the table below.</para>
2517       <informaltable frame="all">
2518         <tgroup cols="2">
2519           <colspec colname="c1" colwidth="50*"/>
2520           <colspec colname="c2" colwidth="50*"/>
2521           <thead>
2522             <row>
2523               <entry>
2524                 <para><emphasis role="bold">Parameter</emphasis></para>
2525               </entry>
2526               <entry>
2527                 <para><emphasis role="bold">Description</emphasis></para>
2528               </entry>
2529             </row>
2530           </thead>
2531           <tbody>
2532             <row>
2533               <entry><literal>Name</literal></entry>
2534               <entry>Name of the service event.  See the tables below for descriptions of service
2535                 events that are tracked.</entry>
2536             </row>
2537             <row>
2538               <entry>
2539                 <para>
2540                   <literal>Cur. Count </literal></para>
2541               </entry>
2542               <entry>
2543                 <para>Number of events of each type sent in the last interval.</para>
2544               </entry>
2545             </row>
2546             <row>
2547               <entry>
2548                 <para>
2549                   <literal>Cur. Rate </literal></para>
2550               </entry>
2551               <entry>
2552                 <para>Number of events per second in the last interval.</para>
2553               </entry>
2554             </row>
2555             <row>
2556               <entry>
2557                 <para>
2558                   <literal> # Events </literal></para>
2559               </entry>
2560               <entry>
2561                 <para>Total number of such events since the events have been cleared.</para>
2562               </entry>
2563             </row>
2564             <row>
2565               <entry>
2566                 <para>
2567                   <literal> Unit </literal></para>
2568               </entry>
2569               <entry>
2570                 <para>Unit of measurement for that statistic (microseconds, requests,
2571                   buffers).</para>
2572               </entry>
2573             </row>
2574             <row>
2575               <entry>
2576                 <para>
2577                   <literal> last </literal></para>
2578               </entry>
2579               <entry>
2580                 <para>Average rate of these events (in units/event) for the last interval during
2581                   which they arrived. For instance, in the above mentioned case of
2582                     <literal>ost_destroy</literal> it took an average of 736 microseconds per
2583                   destroy for the 400 object destroys in the previous 10 seconds.</para>
2584               </entry>
2585             </row>
2586             <row>
2587               <entry>
2588                 <para>
2589                   <literal> min </literal></para>
2590               </entry>
2591               <entry>
2592                 <para>Minimum rate (in units/events) since the service started.</para>
2593               </entry>
2594             </row>
2595             <row>
2596               <entry>
2597                 <para>
2598                   <literal> avg </literal></para>
2599               </entry>
2600               <entry>
2601                 <para>Average rate.</para>
2602               </entry>
2603             </row>
2604             <row>
2605               <entry>
2606                 <para>
2607                   <literal> max </literal></para>
2608               </entry>
2609               <entry>
2610                 <para>Maximum rate.</para>
2611               </entry>
2612             </row>
2613             <row>
2614               <entry>
2615                 <para>
2616                   <literal> stddev </literal></para>
2617               </entry>
2618               <entry>
2619                 <para>Standard deviation (not measured in some cases)</para>
2620               </entry>
2621             </row>
2622           </tbody>
2623         </tgroup>
2624       </informaltable>
2625       <para>Events common to all services are shown in the table below.</para>
2626       <informaltable frame="all">
2627         <tgroup cols="2">
2628           <colspec colname="c1" colwidth="50*"/>
2629           <colspec colname="c2" colwidth="50*"/>
2630           <thead>
2631             <row>
2632               <entry>
2633                 <para><emphasis role="bold">Parameter</emphasis></para>
2634               </entry>
2635               <entry>
2636                 <para><emphasis role="bold">Description</emphasis></para>
2637               </entry>
2638             </row>
2639           </thead>
2640           <tbody>
2641             <row>
2642               <entry>
2643                 <para>
2644                   <literal> req_waittime </literal></para>
2645               </entry>
2646               <entry>
2647                 <para>Amount of time a request waited in the queue before being handled by an
2648                   available server thread.</para>
2649               </entry>
2650             </row>
2651             <row>
2652               <entry>
2653                 <para>
2654                   <literal> req_qdepth </literal></para>
2655               </entry>
2656               <entry>
2657                 <para>Number of requests waiting to be handled in the queue for this service.</para>
2658               </entry>
2659             </row>
2660             <row>
2661               <entry>
2662                 <para>
2663                   <literal> req_active </literal></para>
2664               </entry>
2665               <entry>
2666                 <para>Number of requests currently being handled.</para>
2667               </entry>
2668             </row>
2669             <row>
2670               <entry>
2671                 <para>
2672                   <literal> reqbuf_avail </literal></para>
2673               </entry>
2674               <entry>
2675                 <para>Number of unsolicited lnet request buffers for this service.</para>
2676               </entry>
2677             </row>
2678           </tbody>
2679         </tgroup>
2680       </informaltable>
2681       <para>Some service-specific events of interest are described in the table below.</para>
2682       <informaltable frame="all">
2683         <tgroup cols="2">
2684           <colspec colname="c1" colwidth="50*"/>
2685           <colspec colname="c2" colwidth="50*"/>
2686           <thead>
2687             <row>
2688               <entry>
2689                 <para><emphasis role="bold">Parameter</emphasis></para>
2690               </entry>
2691               <entry>
2692                 <para><emphasis role="bold">Description</emphasis></para>
2693               </entry>
2694             </row>
2695           </thead>
2696           <tbody>
2697             <row>
2698               <entry>
2699                 <para>
2700                   <literal> ldlm_enqueue </literal></para>
2701               </entry>
2702               <entry>
2703                 <para>Time it takes to enqueue a lock (this includes file open on the MDS)</para>
2704               </entry>
2705             </row>
2706             <row>
2707               <entry>
2708                 <para>
2709                   <literal> mds_reint </literal></para>
2710               </entry>
2711               <entry>
2712                 <para>Time it takes to process an MDS modification record (includes
2713                     <literal>create</literal>, <literal>mkdir</literal>, <literal>unlink</literal>,
2714                     <literal>rename</literal> and <literal>setattr</literal>)</para>
2715               </entry>
2716             </row>
2717           </tbody>
2718         </tgroup>
2719       </informaltable>
2720     </section>
2721     <section>
2722       <title>Interpreting MDT Statistics</title>
2723       <note>
2724         <para>See also <xref linkend="dbdoclet.50438219_84890"/> (<literal>llobdstat</literal>) and
2725             <xref linkend="dbdoclet.50438273_80593"/> (<literal>collectl</literal>).</para>
2726       </note>
2727       <para>MDT <literal>stats</literal> files can be used to track MDT statistics for the MDS. The
2728         example below shows sample output from an MDT <literal>stats</literal> file.</para>
2729       <screen># lctl get_param mds.*-MDT0000.stats
2730 snapshot_time                   1244832003.676892 secs.usecs 
2731 open                            2 samples [reqs]
2732 close                           1 samples [reqs]
2733 getxattr                        3 samples [reqs]
2734 process_config                  1 samples [reqs]
2735 connect                         2 samples [reqs]
2736 disconnect                      2 samples [reqs]
2737 statfs                          3 samples [reqs]
2738 setattr                         1 samples [reqs]
2739 getattr                         3 samples [reqs]
2740 llog_init                       6 samples [reqs] 
2741 notify                          16 samples [reqs]</screen>
2742     </section>
2743   </section>
2744 </chapter>