1GLITE-LB-MON(1) Logging & Bookkeeping Utils GLITE-LB-MON(1)
2
3
4
6 glite-lb-mon - program for monitoring the number of jobs on the LB
7 server and their several statistics
8
9
11 glite-lb-mon [-t time -h]
12
13
15 glite-lb-mon is a low-level program for monitoring the the number of
16 jobs on the LB server and their several statistics. Values like mini‐
17 mum, average and maximum time spent in the system are calulated for
18 jobs that entered the final state (Aborted, Cleared, Cancelled) in spe‐
19 cific time (default last hour). Also number of jobs that entered the
20 system during this time is calculated.
21
22
24 -t time, --time=time
25 Querying time in seconds from now to the past [deault 3600].
26
27
28 -h, --help
29 Display help and exit.
30
31
33 EDG_WL_QUERY_SERVER
34 set this environment variable to specify the LB server address
35 to query
36
37
39 A special bkindex configuration needed. The following time indices must
40 be defined:
41
42 [ type = "time"; name = "submitted" ],
43 [ type = "time"; name = "cleared" ],
44 [ type = "time"; name = "aborted" ],
45 [ type = "time"; name = "cancelled" ],
46
47
48
50 Please report all bugs to CESNET gLite L&B issue tracker available at
51 https://github.com/CESNET/glite-lb/issues
52
53
55 glite-lb-bkindex(8), glite-lb-mon(1)
56
57
59 EU EGEE JRA1, CESNET group.
60
61
62
63EU EGEE Project Mar 2006 GLITE-LB-MON(1)