Projet

Général

Profil

Révision 84c28707

ID84c28707ebe6cd34d32d383f29cd429108fbd8ba
Parent a3c2338b
Enfant c4b2d9a8

Ajouté par dipohl il y a presque 9 ans

Category Tree: reduce number of categories

Voir les différences:

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