From 1e25267bc0a56af4e895074d4930247fccedac98 Mon Sep 17 00:00:00 2001 From: komaln Date: Thu, 12 Jul 2007 11:10:14 +0000 Subject: [PATCH] This is the patch for the llanalyze man page. Following commands are to be followed to view the man page. #pod2man llanalyze llanalyze.1 #less llanalyze.1 --- lustre/utils/llanalyze | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/lustre/utils/llanalyze b/lustre/utils/llanalyze index 5aa8ffd..c464ff0 100644 --- a/lustre/utils/llanalyze +++ b/lustre/utils/llanalyze @@ -344,3 +344,109 @@ while () { unmatched_intents(); hanging_locks(); # printf "argv %s pid %d\n", $ARGV[0], extractpid($ARGV[0]); + +__END__ + +=head1 NAME + +llanalyze - Analyze distributed Lusture debug logs. + +=head1 SYNOPSIS + +=over 4 + +=item B [OPTIONS]... LOG_FILE + +=back + +=head1 DESCRIPTION + +=over + +=item + +B formats the distributed lustre debug logs. It is also used for selective display of logs based on component, identifiers and string match. + +=over + +=head1 OPTIONS + +=over 4 + +=item B<-pid> PID_NUMBER + +Display all debug messages with the process identifier specified. + + +=item B<-trace> + + +Display all debug messages which are entry, exit markers. + + +=item B<-silent> + + +Display only those debug messages which are to indicate hanging locks and unmatched intents. + + +=item B<-rpctrace> + + +Displays only those debug messages which are related with subsystem RPC. + + +=item B<-nodlm> + + +Displays all the debug messages except the ones related with subsystem LDLM. + + +=item B<-dlm_ns> STRING + + +Displays all the LDLM related debug messages with the string match. + + +=item B<-noclass> + + +Displays all the debug messages except the ones which are related with subsystem class. + + +=item B<-nonet> + +Displays all the debug messages except those related to sub-system NET. + + +=item B<-extract_start> STRING + +Displays all the debug messages from the start of the log file till the occurence of the specified string in the debug messages. + + +=item B<-extract_end> STRING + +Displays all the debug messages from the occurence of the specified string till the end of the log file. + + +=back + +=head1 REPORTING BUGS + +Please report all bugs to Cluster FileSystems, support@clusterfs.com + + +=head1 AVAILABILITY + +llanalyze is part of the Lustre(7) filesystem package and is available from CFS http://clusterfs.com + +=head1 SEE ALSO + +=over 4 + +=item B(8), B(1) + +=back + +=cut + -- 1.8.3.1