From e083e4c21a1792454e26d3aaa8bf2f06737f3fe7 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 23 Apr 2008 16:22:15 +0000 Subject: [PATCH] Add pbstop man page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/pbstop.1.pod | 63 ++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/pbstop.1.pod diff --git a/xCAT-client-2.0/pods/man1/pbstop.1.pod b/xCAT-client-2.0/pods/man1/pbstop.1.pod new file mode 100644 index 000000000..c92df3c1b --- /dev/null +++ b/xCAT-client-2.0/pods/man1/pbstop.1.pod @@ -0,0 +1,63 @@ +=head1 NAME + +B - Monitors your cluster in a terminal window. + +=head1 SYNOPSIS + + +B [B<-h>|B<--help> + +B [B] [B<-s> seconds] [B<-m> numcpus] [options] [@host ...] + +=head1 DESCRIPTION +Cluster Monitoring tool. +Copyright 2002, 2003, 2004 University of Southern California +garrick@usc.edu http://www-rcf.usc.edu/~garrick/perl-PBS +grep FIXME `which pbstop` if you want to help out + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-s> seconds between refreshes + +B<-c> number of columns to display in the grid + +B<-m> max number of cpus in a node before it gets its own grid + +B<-u> show only a user's jobs + +B<-C> toggle colorization + +B<-S> toggle state summary display + +B<-G> toggle grid display + +B<-Q> toggle queue display + +B<-t> toggle showing queued jobs in queue display + +B<-[0-9]...> cpu numbers for grid display + +B<-J> toggle jobs in grid display + +B<-V> print version and exit + + + +=head1 RETURN VALUE + + +=head1 EXAMPLES + +=head1 FILES + +/opt/torque/x86_64/bin/pbstop + + +=head1 NOTES + + + +