Skip to content
Snippets Groups Projects
Commit 51a6db1f authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Updated according to #61146: RFE: internal monitoring metrics

+ minor cleanups
parent 3e7516b6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ gcd \- CASTOR2 Garbage Collector daemon
.BI -c " <config-file>"
]
[
.BI -m
]
[
.BI -h
]
.LP
......@@ -27,7 +30,11 @@ The
.B -c, --config
option instructs the
.B gcd
to load its configuration settings from the file pointed to by \fI<config-file>
to load its configuration settings from the file pointed to by \fI<config-file>\fR.
The
.B -m, --metrics
option enables internal metrics collection, usually into \fI/var/spool/castor/jobmanagerd.xml\fR.
.SH FILES
All configuration settings for the
......
......@@ -10,6 +10,9 @@ jobmanagerd \- CASTOR2 job manager deamon
.BI -c " <config-file>"
]
[
.BI -m
]
[
.BI -h
]
.LP
......@@ -30,7 +33,11 @@ The
.B -c, --config
option instructs the
.B jobmanagerd
to load its configuration settings from the file pointed to by \fI<config-file>
to load its configuration settings from the file pointed to by \fI<config-file>\fR.
The
.B -m, --metrics
option enables internal metrics collection, usually into \fI/var/spool/castor/jobmanagerd.xml\fR.
.SH FILES
The
......
......@@ -14,12 +14,16 @@ rhd \- start the CASTOR Request Handler daemon
.BI -s
]
[
.BI -c
.BI <config-file>
.BI -c " <config-file>"
]
[
.BI -p
.BI <port>
.BI -p " <port>"
]
[
.BI -n
]
[
.BI -m
]
[
.BI -R
......@@ -46,25 +50,26 @@ displays command usage help.
runs the daemon in secure mode
.TP
.BI \-c,\ \-\-config\ <config-file>
specified the location of the configuration file to use. The default value
specifies the location of the configuration file to use. The default value
is /etc/castor/castor.conf.
.TP
.BI \-R,\ \-\-Rthreads\ <nb\ threads>
specifies the number of threads to use to handle client requests. Default is 20.
.TP
.BI \-p,\ \-\-port\ <port>
specifies the port on which to listen for client request. The default port for the
unsecure daemon is 9002 and for the secure is 9007.
The port can also be overwritten using the RH_PORT enviroment variable or
by having a RH/PORT entry in the /etc/castor/castor.conf file.
.TP
.BI \-b,\ \-\-bw
specifies whether black and white list support is enabled.
.BI \-n,\ \-\-no-wait
when no thread is available to process incoming requests, the Request Handler's
listener normally waits for a thread to become idle; this may result in the service
refusing further connections. By specifying --no-wait, in such cases the listener
immediately terminates the incoming connections and logs a warning message.
.TP
.BI \-m,\ \-\-metrics
enables internal metrics collection, usually into \fI/var/spool/castor/rhd.<role>.xml\fR.
.TP
.BI \-R,\ \-\-Rthreads\ <nb\ threads>
specifies the number of threads to use to handle client requests. Default is 20.
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>
......@@ -11,8 +11,10 @@ stagerd \- start the CASTOR Stager daemon
.BI -h
]
[
.BI -c
.BI <config-file>
.BI -c " <config-file>"
]
[
.BI -m
]
[
.BI -J
......@@ -64,9 +66,12 @@ runs in foreground mode (no daemonization).
displays command usage help.
.TP
.BI \-c,\ \-\-config\ <config-file>
specified the location of the configuration file to use. The default value
specifies the location of the configuration file to use. The default value
is /etc/castor/castor.conf.
.TP
.BI \-m,\ \-\-metrics
enables internal metrics collection, usually into \fI/var/spool/castor/stagerd.xml\fR.
.TP
.BI \-J,\ \-\-Jthreads\ <nb\ threads>
specifies the number of threads for user job oriented requests. Default is 10.
.TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment