It is possible to query for classad attributes using for example: [root@mywn ~]#
condor_who -af 'split(ClientMachine,".")[0]'
'split(Name,"@.")[1]' 'split(RemoteOwner,"@")[0]' JobId Cpus
'ImageSize/1e6'
Now I would d like to also get the PID value, which comes for
free with the plain condor_who command,
but it seems that no classad attribute actually yields that.
Is there any way to retrieve the PID value together with the other
attributes withing a single condor_who execution?