WMS Tips

  • List of jobs:
condor_q
  • Job information in long format (here you can select your query field for next command):
condor_q -long <job_id>
  • List of submitters:
condor_q -format '%s\n' UserSubjectName
  • List of jobs for a selected submitter:
condor_q -constraint 'UserSubjectName == "<user_DN>"' -format '%s\n' GridJobId
  • List of jobs run in the day:
grep -B5 'jobStart operation completed' /var/log/glite/wmproxy.log* |grep '18 Nov'| grep fqan | sed 's/.*fqan=//g'|sort|uniq -c
doc/tips/wms.txt · Last modified: 2008/11/18 15:13 by dallafina
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0