From 00bc98afb68957f4a984c1eda87bbcab7e7e6f6d Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 17 Nov 2023 00:57:10 -0700 Subject: [PATCH] LUDOC-11 misc: remove old tools from manual Remove old tools from the manual. Remove extents_stats and stats_track_* parameters since they are already described in the "Monitoring Client Activity" section. Some formatting cleanup of nearby sections. Signed-off-by: Andreas Dilger Change-Id: I608c645694ad1c85ed2f0c8d2835856807d0be3c Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/53168 Tested-by: jenkins --- SystemConfigurationUtilities.xml | 52 +++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index 09e41a2..d209f6e 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -2385,28 +2385,44 @@ M 0( 13) E 0 S 7.00/ 7 R 0.00/ 14 F 0.00/ 0 D 0.00/0
Files - The routerstat utility extracts statistics data from: - /proc/sys/lnet/stats + The routerstat utility extracts statistics data + from the LNet stats parameter.
<indexterm><primary>tunefs.lustre</primary></indexterm> tunefs.lustre - The tunefs.lustre utility modifies configuration information on a Lustre target disk. + The tunefs.lustre utility modifies configuration + information on a Lustre target disk.
Synopsis tunefs.lustre [options] /dev/device
Description - tunefs.lustre is used to modify configuration information on a Lustre target disk. This does not reformat the disk or erase the target information, but modifying the configuration information can result in an unusable file system. + tunefs.lustre is used to modify configuration + information on a Lustre target disk. This does not reformat the disk or + erase the target information, but incorrectly modifying the configuration + information may result in an unusable file system. Changes made here affect a file system only when the target is mounted the next time. - With tunefs.lustre, parameters are "additive" -- new parameters are specified in addition to old parameters, they do not replace them. To erase all old tunefs.lustre parameters and just use newly-specified parameters, run: - $ tunefs.lustre --erase-params --param=new_parameters - The tunefs.lustre command can be used to set any parameter settable in a /proc/fs/lustre file and that has its own OBD device, so it can be specified as {obd|fsname}.obdtype.proc_file_name=value. For example: - $ tunefs.lustre --param mdt.identity_upcall=NONE /dev/sda1 + With tunefs.lustre, parameters are + "additive" -- new parameters are specified in addition to old + parameters, they do not replace them. To erase all previously-specified + tunefs.lustre parameters and use only newly-specified + parameters, run: + +$ tunefs.lustre --erase-params --param=new_parameters + + The tunefs.lustre command can be used to set any + parameter settable in a /proc/fs/lustre file and that has its own OBD + device. The parameter names generally take the form + {obd|fsname}.obdtype.parameter=value. + For example: + +$ tunefs.lustre --param mdt.identity_upcall=NONE /dev/sda1 +
Options @@ -2623,27 +2639,7 @@ tunefs.lustre Additional System Configuration Utilities This section describes additional system configuration utilities for Lustre.
- <indexterm><primary>utilities</primary><secondary>application profiling</secondary></indexterm> -Application Profiling Utilities - The following utilities are located in /usr/bin. - lustre_req_history.sh - The lustre_req_history.sh utility (run from a client), assembles as much Lustre RPC request history as possible from the local node and from the servers that were contacted, providing a better picture of the coordinated network activity. -
-
More Statistics for Application Profiling - The following utilities provide additional statistics. - vfs_ops_stats - The client vfs_ops_stats utility tracks Linux VFS operation calls - into Lustre for a single PID, PPID, GID or everything. - llite.*.vfs_ops_stats llite.*.vfs_track_[pid|ppid|gid] - extents_stats - The client extents_stats utility shows the size distribution of - I/O calls from the client (cumulative and by process). - llite.*.{extents_stats,extents_stats_per_process} - offset_stats - The client offset_stats utility shows the read/write seek activity - of a client by offsets and ranges. - llite.*.offset_stats Lustre includes per-client and improved MDT statistics: -- 1.8.3.1