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_ops_
68 68
	echo 'graph_vlabel MIPS, MFLOPS'
69 69
	echo 'graph_scale no'
70 70
	echo 'graph_info Shows MIPS and MFLOPS from condor_status.'
71
	echo 'graph_category Condor'
71
	echo 'graph_category htc'
72 72
	echo 'graph_period second'
73 73
	echo 'mips_cur.label MIPS claimed'
74 74
	echo 'mips_cur.draw LINE2'
......
108 108
#       Machines         MIPS       KFLOPS   AvgLoadAvg
109 109
# Total       28       104576     29093286   0.960
110 110
eval $CS $CONS -totals -server -claimed | awk 'BEGIN { mipsc=0; mflopsc=0 } /Total/ { mipsc = $3; kflopsc = $4; mflopsc = int(kflopsc/1000) } END {print "mips_cur.value " mipsc "\nmflops_cur.value " mflopsc}'
111
															    

Formats disponibles : Unified diff