Joe Borġ <[email protected]> writes: > Thanks Rayson, > > qacct is almost perfect, just a shame there's no XML view (like there is > with most SGE tools) as I've written a few Python parsers.
The accounting and reporting files are well-defined and easy to parse/filter or, say, insert into a database. With XML you have additional problems over parsing. The output from qstat et al is at least undocumented and version-dependent, in some cases inconsistent with the readable version, and possibly ill-formed. -- Community Grid Engine: http://arc.liv.ac.uk/SGE/ _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
