Updated man pages.
authorJiří Filipovič <fila@ics.muni.cz>
Mon, 1 Jun 2009 10:53:18 +0000 (10:53 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Mon, 1 Jun 2009 10:53:18 +0000 (10:53 +0000)
org.glite.lb.client/doc/glite-lb-notify.1
org.glite.lb.logger/doc/glite-lb-interlogd.8
org.glite.lb.logger/doc/glite-lb-logd.8
org.glite.lb.utils/doc/glite-lb-mon.1

index 11e3e51..b6015f8 100644 (file)
@@ -6,15 +6,19 @@ glite-lb-notify - Register and receive notification from L&B
 .SH SYNOPSIS
 .B glite-lb-notify 
 .br
-       \fBnew\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] { \fB-j \fIjobid \fR| \fB-o \fIowner \fR| \fB-n \fInetwork_server \fR| \fB-v\fI virtual_organization\fR }
+       \fBnew\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR \fB-j \fIjobid \fR| { \fB-o \fIowner \fR | \fB -O \fR } \fB-n \fInetwork_server \fR \fB-v\fI virtual_organization\fR \fB-c \fR \fB-f\fI flags\fR ] 
 .br
        \fBbind \fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] \fInotifid\fR
+.br    
+       \fBchange \fR \fInotifid\fR \fIjobid\fR
 .br
        \fBrefresh\fR [ \fB-t \fIrequested_validity \fR ] notifid
 .br
-       \fBreceive\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] [ \fB -i \fItimeout \fR] [ \fB-f\fI field1,field2\fR,... \fInotifid\fR
+       \fBreceive\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] [ \fB -i \fItimeout \fR] [ \fB-r\fR] [ \fB-f\fI field1,field2\fR,... \fInotifid\fR
 .br
        \fBdrop\fR \fInotifid\fR
+.br    
+       \fBhelp\fR
 
 
 .SH DESCRIPTION
@@ -79,7 +83,11 @@ with exacltly one of
 .B -o\fR,
 .B -n,\fR
 .B -v
-options. 
+options. If the option 
+.B -O\fR 
+is used, credentials are retrieved from environment. The
+.B -c\fR
+set matching only on state change.
 Prints ID of the created notification.
 
 .TP
@@ -89,6 +97,11 @@ Binds to an existing notification, changing its listener eventually.
 Useful for debugging purposes mostly. 
 
 .TP
+.B change
+
+Connect notification with another job.
+
+.TP
 .B refresh
 
 Extend validity of an existing notification.
@@ -100,6 +113,8 @@ Bind to an existing notification, and start waiting for an incoming
 event, at most the time specified with
 .B -i
 (seconds).
+.B -r
+attempts to refresh the notification handle in 1/2 of current validity.
 .B -f
 allows to specify a custom list of fields of the job status
 to display. Run 
index 25f9615..9ea83c5 100644 (file)
@@ -120,6 +120,16 @@ Be lazy when closing connections to servers (default,
 .I TIMEOUT\fR
 ==0 means turn lazy off).
 
+.TP
+.BI "-p\fR,\fP --parallel " NUM
+Use 
+.I NUM \fR
+parallel streams to the same server.
+
+.TP
+.BI "-h\fR,\fP --help"
+Print help and exit.
+
 .\".SH USAGE
 .\" Add any additional description here
 
index 7ea5db3..a28529a 100644 (file)
@@ -86,6 +86,10 @@ The value has to be same as used in the cooperating glite-lb-interlogd.
 Print version and exit.
 
 .TP
+.B "-h\fR,\fP --help"
+Print help and exit.
+
+.TP
 .B --noAuth
 Don't require valid X509 credentials to run the daemon.
 Used for debugging only.
index 5088df0..8b6ea3f 100644 (file)
@@ -5,7 +5,7 @@ glite-lb-mon - program for monitoring the number of jobs on the LB server and th
 
 .SH SYNOPSIS
 .B glite-lb-mon
-.B [-t time]
+.B [-t time -h]
 .br
 
 .SH DESCRIPTION
@@ -18,7 +18,11 @@ that entered the system during this time is calculated.
 .SH OPTIONS
 .TP
 .B \-t time, \-\-time=time
-querying time in seconds from now to the past [deault 3600]
+Querying time in seconds from now to the past [deault 3600].
+
+.TP
+.B \-h, \-\-help
+Display help and exit.
 
 .SH ENVIRONMENT
 .TP