Révision 84c28707
Category Tree: reduce number of categories
| plugins/condor/condor_queue_ | ||
|---|---|---|
| 70 | 70 |
echo "graph_vlabel Jobs" |
| 71 | 71 |
echo "graph_scale no" |
| 72 | 72 |
echo "graph_info Shows global Condor queue from condor_q -g." |
| 73 |
echo "graph_category Condor"
|
|
| 73 |
echo "graph_category htc"
|
|
| 74 | 74 |
echo "graph_period second" |
| 75 | 75 |
echo "held.label Held" |
| 76 | 76 |
echo "held.draw AREA" |
| ... | ... | |
| 93 | 93 |
|
| 94 | 94 |
# example: 3076 jobs; 3052 idle, 24 running, 0 held |
| 95 | 95 |
$CQ -g $OPTIONS | tail -n1 | awk '{print "queue.value " $1 "\nheld.value " $7 "\nrunning.value " $5 "\nidle.value " $3}'
|
| 96 |
|
|
Formats disponibles : Unified diff