Skip to content
Snippets Groups Projects
Commit 1e25267b authored by komaln's avatar komaln
Browse files

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
parent a5e24b1d
No related branches found
No related tags found
No related merge requests found
......@@ -344,3 +344,109 @@ while (<LOG>) {
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<llanalyze> [OPTIONS]... LOG_FILE
=back
=head1 DESCRIPTION
=over
=item
B<llanalyze> 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<lctl>(8), B<lfs>(1)
=back
=cut
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment