=head1 NAME

B<wwstats>

=head1 DESCRIPTION

B<wwstats> dumps the current cluster usage and node status.

=head1 OPTIONS

=over 4

=item B<-s --summary>

Only display the summary screen.

=item B<-q --quiet>

Only show the node data. Don't display summary or key lines.

=item B<-h --help>

Show the help screen.

=back

=head1 ENVIORNMENT

=over 4

=item B<NODES>

The NODES enviornment variable will limit which nodes are displayed. It can be 
used either as a list of nodes, seperated by commas, or pointed to a file 
which contains a list of node names. You can set it with the following syntax:

for bash:

=over 8

export NODES=node0000,node0001,node0010,node0011

=back

for (t)csh:

=over 8

setenv NODES /path/to/node/list/file

=back

=head1 AUTHOR

B<Warewulf> is written and maintained by Greg M. Kurtzer <gmk@lbl.gov>, and
hosted by Lawrence Berkeley National Labratory (http://www.lbl.gov).

http://warewulf-cluster.org/
